I am on slackware 10.2 / 2.6.14.3 kernel
Python 2.4.1
wxPython 2.6.1.0 (from the slackware packages)
Stani's Python Editor (SPE) 0.8.1.b
It installed fine. But when I try to run it:
Code:
root@slack_prad:/home/pradeep/SPE-0.8.1.b-wx2.6.1.0.-bl2.35# spe
Spe Error: Please install the right version of wxPython: 2.6.1.0.
SPE v0.8.1.b (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
Traceback (most recent call last):
File "/usr/bin/spe", line 3, in ?
import _spe.SPE
File "/usr/lib/python2.4/site-packages/_spe/SPE.py", line 28, in ?
import ConfigParser, sys, os, wx
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/__init__.py", line 42, in ?
from wx._core import *
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 4, in ?
import _core_
ImportError: libwx_gtk2u_xrc-2.6.so.0: cannot open shared object file: No such file or directory
It says I need the correct wxpython version but I do have that right?
Btw ... also please suggest if there are any(other) good gui editors for python.
TIA