473,395 Members | 2,436 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

SPE refuses.

According to apt-show-versions I have installed:
python-wxgtk2.6 2.6.3.2.1.5
spe 0.8.2a+repack-1

However when I start SPE I get the message
You need to install at least wxPython v2.5.4.1 to run SPE

How do I tell SPE that I have the right wxPython ?
e.
--
Egbert Bouwman - Keizersgracht 197 II - 1016 DS Amsterdam - 020 6257991
================================================== ======================
Nov 29 '06 #1
7 1885
If wxPython is rightly installed, which means that "import wx" works
fine and "wx.VERSION" gives the right version, you can ignore the
wxPython warning.

Please cd do your site-packages directory and do "python SPE.py
--debug" and see the error message.

Stani

On 29 nov, 19:51, egbert <egbert.bouw...@hccnet.nlwrote:
According to apt-show-versions I have installed:
python-wxgtk2.6 2.6.3.2.1.5
spe 0.8.2a+repack-1

However when I start SPE I get the message
You need to install at least wxPython v2.5.4.1 to run SPE

How do I tell SPE that I have the right wxPython ?
e.
--
Egbert Bouwman - Keizersgracht 197 II - 1016 DS Amsterdam - 020 6257991
================================================== ======================
Nov 29 '06 #2
On Wed, Nov 29, 2006 at 11:31:27AM -0800, SPE - Stani's Python Editor wrote:
If wxPython is rightly installed, which means that "import wx" works
fine and "wx.VERSION" gives the right version, you can ignore the
wxPython warning.
In a Python shell the commands 'import wx' and 'wx.VERSION' give:
(2,6,3,2,'')
Please cd do your site-packages directory and do "python SPE.py
--debug" and see the error message.
In gnome-terminal /usr/lib/python2.4/site-packages/_spe
the command: 'python SPE.py --debug' produces the same error:
You need to install at least wxPython v2.5.4.1 to run SPE.
Get it from http://www.python.org

Well, I got it from the debian repositories.

e.
--
Egbert Bouwman - Keizersgracht 197 II - 1016 DS Amsterdam - 020 6257991
================================================== ======================
Nov 29 '06 #3
Do you have python-wxversion installed?

$sudo apt-get install python-wxversion

Stani

On 29 nov, 23:21, egbert <egbert.bouw...@hccnet.nlwrote:
On Wed, Nov 29, 2006 at 11:31:27AM -0800, SPE - Stani's Python Editor wrote:If wxPython is rightly installed, which means that "import wx" works
fine and "wx.VERSION" gives the right version, you can ignore the
wxPython warning.In a Python shell the commands 'import wx' and 'wx.VERSION' give:
(2,6,3,2,'')
Please cd do your site-packages directory and do "python SPE.py
--debug" and see the error message.In gnome-terminal /usr/lib/python2.4/site-packages/_spe
the command: 'python SPE.py --debug' produces the same error:
You need to install at least wxPython v2.5.4.1 to run SPE.
Get it fromhttp://www.python.org

Well, I got it from the debian repositories.

e.
--
Egbert Bouwman - Keizersgracht 197 II - 1016 DS Amsterdam - 020 6257991
================================================== ======================
Nov 29 '06 #4
On Wed, Nov 29, 2006 at 03:15:45PM -0800, SPE - Stani's Python Editor wrote:
Do you have python-wxversion installed?

$sudo apt-get install python-wxversion
That helped. But why isn't it included in the wxPython download ?
Anyway, the first screen looks great. I will explore spe.
Thanks.
e.
--
Egbert Bouwman - Keizersgracht 197 II - 1016 DS Amsterdam - 020 6257991
================================================== ======================
Nov 30 '06 #5
On 30 nov, 10:50, egbert <egbert.bouw...@hccnet.nlwrote:
On Wed, Nov 29, 2006 at 03:15:45PM -0800, SPE - Stani's Python Editor wrote:Do you have python-wxversion installed?
$sudo apt-get install python-wxversionThat helped. But why isn't it included in the wxPython download ?
I was surprised as well. I filed a bug report at debian MOTU that spe
depends as well on python-wxversion, so that it is automatically
installed together with spe in the future.
Anyway, the first screen looks great. I will explore spe.
Thanks.
You're welcome!

Stani

Nov 30 '06 #6
SPE - Stani's Python Editor schrieb:
On 30 nov, 10:50, egbert <egbert.bouw...@hccnet.nlwrote:
>On Wed, Nov 29, 2006 at 03:15:45PM -0800, SPE - Stani's Python Editor wrote:Do you have python-wxversion installed?
>>$sudo apt-get install python-wxversionThat helped. But why isn't it included in the wxPython download ?
I was surprised as well. I filed a bug report at debian MOTU that spe
depends as well on python-wxversion, so that it is automatically
installed together with spe in the future.
>Anyway, the first screen looks great. I will explore spe.
Thanks.
You're welcome!

Stani
ell, when reading these posts about SPE, I wanted to try it as well. I
am running the newest version of wxpython with python2.4. I installed
it, all went fine with the setup.py script.

When I tried to open the program, a window appears for about a second,
displaying a traceback.

So I ran the SPE.py debug tool as you have recommended earlier.

here's the output:

Spe is running in debugging mode with this configuration:
- platform : darwin
- python : 2.4.4
- wxPython : 2.7.1.3.
- interface : <default>
- encoding : mac-roman

Launching application...
Create: Framework: menu.
Create: Framework: toolbar.
Create: Framework: statusbar.
Traceback (most recent call last):
File "SPE.py", line 209, in ?
style = style)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 1278, in __init__
wx.App.__init__(self,redirect=not debug)
File
"//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_core.py",
line 7480, in __init__
self._BootstrapApp()
File
"//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_core.py",
line 7080, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 1297, in OnInit
style = self.style,
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 801, in __init__
Parent.__init__(self,app=app,page=page,**options)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 595, in __init__
parentFrame = self,
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 325, in __init__
self.__statusBar__()
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 417, in __statusBar__
self.statusBar = self.app.StatusBar(parent=self,id=wx.ID_ANY)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/Menu.py",
line 727, in __init__
self.throbber = Throbber(self,'throbber_still.gif')
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/Menu.py",
line 733, in __init__
GIFAnimationCtrl.__init__(self,statusBar,-1,info.imageFile(fileName))
File
"//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/animate.py",
line 242, in __init__
self.LoadFile(filename)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/Menu.py",
line 746, in LoadFile
if fileName != self._fileName and not self._running:
AttributeError: 'Throbber' object has no attribute '_fileName'
Thanks for any help.
Thomas

Nov 30 '06 #7
which version of SPE are you using? You'll need SPE 0.8.3.c for
wxPython 2.7 I've fixed this bug already in the latest version.

http://prdownload.berlios.de/python/...0-no_setup.zip

Stani

On 30 nov, 12:23, Thomas Ploch <Thomas.Pl...@gmx.netwrote:
SPE - Stani's Python Editor schrieb:
On 30 nov, 10:50, egbert <egbert.bouw...@hccnet.nlwrote:
On Wed, Nov 29, 2006 at 03:15:45PM -0800, SPE - Stani's Python Editor wrote:Do you have python-wxversion installed?
>$sudo apt-get install python-wxversionThat helped. But why isn't it included in the wxPython download ?
I was surprised as well. I filed a bug report at debian MOTU that spe
depends as well on python-wxversion, so that it is automatically
installed together with spe in the future.
Anyway, the first screen looks great. I will explore spe.
Thanks.
You're welcome!
Staniell, when reading these posts about SPE, I wanted to try it as well. I
am running the newest version of wxpython with python2.4. I installed
it, all went fine with the setup.py script.

When I tried to open the program, a window appears for about a second,
displaying a traceback.

So I ran the SPE.py debug tool as you have recommended earlier.

here's the output:

Spe is running in debugging mode with this configuration:
- platform : darwin
- python : 2.4.4
- wxPython : 2.7.1.3.
- interface : <default>
- encoding : mac-roman

Launching application...
Create: Framework: menu.
Create: Framework: toolbar.
Create: Framework: statusbar.
Traceback (most recent call last):
File "SPE.py", line 209, in ?
style = style)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 1278, in __init__
wx.App.__init__(self,redirect=not debug)
File
"//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_core.py",
line 7480, in __init__
self._BootstrapApp()
File
"//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/_core.py",
line 7080, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 1297, in OnInit
style = self.style,
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 801, in __init__
Parent.__init__(self,app=app,page=page,**options)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 595, in __init__
parentFrame = self,
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 325, in __init__
self.__statusBar__()
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
line 417, in __statusBar__
self.statusBar = self.app.StatusBar(parent=self,id=wx.ID_ANY)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/Menu.py",
line 727, in __init__
self.throbber = Throbber(self,'throbber_still.gif')
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/Menu.py",
line 733, in __init__
GIFAnimationCtrl.__init__(self,statusBar,-1,info.imageFile(fileName))
File
"//Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/wx-2.7.1-mac-unicode/wx/animate.py",
line 242, in __init__
self.LoadFile(filename)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/_spe/Menu.py",
line 746, in LoadFile
if fileName != self._fileName and not self._running:
AttributeError: 'Throbber' object has no attribute '_fileName'

Thanks for any help.
Thomas
Nov 30 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ron de Waard | last post by:
Hello, I want to install the latest Netbeans/jdk1.4.2 combination from Sun but Installshield crashed with the message: Error in Instructions. Invalid jvm file name specified in LAUNCH. Invalid...
11
by: Penelope Baker | last post by:
Greetings: I cannot seem to get IE 6.0 to pre-cache my rollover images. Every time the user rolls over a link, it rereads it from the server, even though it is well into the cache by that time....
11
by: lkrubner | last post by:
We are working on a website that is here: http://www.lauradenyes.com/ The site was working till I put up an .htaccess file that was suppose to redirect all html files to the PHP parser. The...
0
by: Wayne Aprato | last post by:
Can anyone please help me with the following madness in Access 2003 (2000 file format). I am using 2 similar funtions, the first which works fine to save reports as snapshots: On Error Resume...
1
by: Ebrahim | last post by:
This message is in reply to a prev 1 . My application refues to close . Some one had suggested that I might have threads running.. but i solved that problem too . The app still refuses to close...
1
by: ticmanis | last post by:
Hello, I'm having trouble getting MSIE 6.0 (running on XP SP2) to accept a cookie which works fine in both Firefox and wget. The web server is Boa 0.94.13 (a small embedded server) using PHP...
3
by: RadhikaG | last post by:
my dropdownlist_selectedindexchange method just refuses to get invoked when i switch from any value in the dropdown list to the default value. why??? how do i get it work for this as well?
12
by: Rainer Queck | last post by:
Hi NG, I have no idea why, but since a while a dataset refuses to write to a specific xml file. I get the error message "Der Zugriff auf den Pfad...
0
by: poe | last post by:
Hello, I have a large database table running on SQL Server 8.0. It currently has nearly 98 million records on it's ways to 125 million. I am doing inserts as quickly as the server can handle it,...
11
by: chuck gregory | last post by:
Hello again~~ A checkbox which up until now worked perfectly fine-- only had to accept a single letter-- now refuses approximately five out of every six records to accept one. This problem...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.