You are not logged in.
Pages: 1
Hi!
Is there any PKGBUILD for Stani's Python Editor?
Please reply. Thanx!
March Linux : An Arch Linux "distrolet" that I am trying to develop (March = My Arch!)
Please take a look......:)
Offline
Check the aur:
http://aur.archlinux.org/packages.php?d … =1&ID=2111
Offline
Thank you !!
But I cannot run it :
Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.8.0.1. was found.
If you experience any problems please install wxPython v2.6.1.0.
SPE v0.8.3.c (c)2003-2005 www.stani.be
If spe fails to start:
- type "python SPE.py --debug > debug.txt 2>&1" at the command prompt
(or if you use tcsh: "python SPE.py --debug >& debug.txt")
- send debug.txt with some info to spe.stani.be[at]gmail.com
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Blender support disabled (run SPE inside Blender to enable).
Encrypted debugging disabled.
If you prefer encrypted debugging, install the "Python Cryptography Toolkit"
from http://www.amk.ca/python/code/crypto
Launching application...
Exception exceptions.TypeError: "'NoneType' object is not callable" in <wx.lib.pubsub._NodeCallback instance at 0x882fe8c> ignored
What's wrong??
March Linux : An Arch Linux "distrolet" that I am trying to develop (March = My Arch!)
Please take a look......:)
Offline
This means, that it was developed with and for an old version of wxWidgets / wxPython, which is not 100 % backwards compatible.
Ability is nothing without opportunity.
Offline
See if there's an updated version available and modify the pkgbuild accordingly.
Offline
It is the most recent version in AUR. The 0.8.4 version is actively being developed on in their project svn on berlios.
Yours,
Georg
Ability is nothing without opportunity.
Offline
It is the most recent version in AUR. The 0.8.4 version is actively being developed on in their project svn on berlios.
Yours,
Georg
Yes....that's true!!
I checked out the svn version and it works!!
Thank you for your help!
P.S.: Is this indeed the 'best' IDE for learning Python for the first time? I had been using Dr. Python , and Geany before this!
Last edited by s26c.sayan (2007-09-06 17:27:12)
March Linux : An Arch Linux "distrolet" that I am trying to develop (March = My Arch!)
Please take a look......:)
Offline
Hello,
I'm basically using kate as an editor for everything. Also Gedit is a great tool, and Geany is indeed also a great IDE.
I don't give much on IDEs, as long as syntax highlighting is okay, and sessions / projects are available. For gedit there are several good plugins, kate comes with a quite good set of plugins.
I'd say it depends on your needs, what you want to use. I prefer editing in a normal editor. I also know a lot of people using vim or gvim for developmen - for myself, it's not my first or any choice, except for quick-editing tasks.
I'd say look trough the editors available, and choose the one which fits you best.
Yours,
Georg
Ability is nothing without opportunity.
Offline
Pages: 1