Thanks to Jose Galvez, there is a now a working python installer for python2.4
SPE 0.7.5.b now features the remote, encrypted and embedded python debugger of Nir Aides.
Stani
Spe is a free python IDE with auto indentation & completion, call tips, syntax coloring & highlighting, UML diagrams, class explorer, source index, auto todo list, sticky notes, pycrust shell, file browsers, drag&drop, context help, Blender support, ... Spe ships with Python debugger (remote & encrypted), wxGlade (gui designer), PyChecker (source code doctor) and Kiki (regex console).
http://pythonide.stani.be
http://pythonide.stani.be/screenshots
Screenshot of windows shortcuts:
http://pythonide.stani.be/screenshots/spe-win-start.png
Just FYI to anyone trying to use this. I tried to install this
version and received the following error on the post installation
script.
--- snip ---
Traceback (most recent call last):
File "<string>", line 124, in ?
File "C:\Python24\Lib\site-packages\_spe\__init__.py", line 1, in ?
import info
File "C:\Python24\Lib\site-packages\_spe\info.py", line 111, in ?
print '\nSpe Warning: Spe was developped on wxPython v%s, but v%s
was found.'%(INFO['wxVersion'],wxV)
NameError: name 'wxV' is not defined
*** run_installscript: internal error 0xFFFFFFFF ***
--- snip ---
I checked my wxPython version, and I was running 2.6.0.1 (plus a
patchlevel, but I forget what it was). I uninstalled it and installed
wxPython 2.6.1.0, and now SPE installs and runs fine.
HTH,
- Bill
···
On 8/17/05, SPE - Stani's Python Editor <spe.stani.be@gmail.com> wrote:
Thanks to Jose Galvez, there is a now a working python installer for
python2.4
SPE 0.7.5.b now features the remote, encrypted and embedded python
debugger of Nir Aides.
--
Bill Woodward wpwood@saifa.net http://www.saifa.net
"I have more trouble with D. L. Moody than with any other man I ever
met." -- D. L. Moody
s/D. L. Moody/Bill Woodward/g
SPE - Stani's Python Editor wrote:
Thanks to Jose Galvez, there is a now a working python installer for python2.4
SPE 0.7.5.b now features the remote, encrypted and embedded python debugger of Nir Aides.
I admit that I may be lacking in this area but why would anyone need/use an encrypted debugger? What need is there for encrypting anything?
Bob
It doesn't apply to me, but since it's a remote debugger, the debugger and the
debugee could be on opposite sides of the planet. With all the (somewhat
unlikely) 'man in the middle' attacks that that would open up.
Besides, even if unlikely, it would be reassuring to some customers if you can
say that all remote support will be done over an encrypted and unmonitorable
connection. (Keeps the PHBs happy.)
···
On Sat, 20 Aug 2005 01:00, Bob Klimek wrote:
SPE - Stani's Python Editor wrote:
> Thanks to Jose Galvez, there is a now a working python installer for
> python2.4
> SPE 0.7.5.b now features the remote, encrypted and embedded python
> debugger of Nir Aides.
I admit that I may be lacking in this area but why would anyone need/use
an encrypted debugger? What need is there for encrypting anything?
Bob
--
Nigel Rowe
rho@swiftdsl.com.au