On Wed, 18 Sep 2002, Joseph A. Sarlo wrote:
Hi,
In debian, after getting libwxgtk2.2-python (already running Ptyhon-2.1) and doing 'make gripd_linux', I get an error reported on Thu Jul 12 2001 - 20:15:32 CEST by Johannes M Zmoelnig, which shows up when I try to give gripd 'open whatever':
Traceback (most recent call last): File "/home/dc/pd/bin/../gripd/gripd", line 23, in ? from gripdMain import * File "/home/dc/pd/bin/../gripd/gripdMain.py", line 21, in ? from gripdControls import * File "/home/dc/pd/bin/../gripd/gripdControls.py", line 325, in ? class mToggle(wxToggleButton, wxButton, mButton): NameError: name 'wxToggleButton' is not defined
Johannes pointed out that:
"obviously there is something missing ? looks like i need wxgtk(-python)-2.3.x instead of 2.2.6 ?? ah, now i've seen the hint on your page so debianized people will have to wait a little bit longer..."
Is this still the case? Do I have the wrong wx stuff?
cheers,
dc
www.ariada.uea.ac.uk/~dcasal --)+
On Fri, 20 Sep 2002, david casal wrote:
Hello again,
Sorry to answer my own message (now I've read -way- down the archives), but it seems that the below problem is Debian-world related only, as Johannes said. There still isn't, AFAICT, a libwxgtk2.3-python debian package which can be apt-get installed.
Other than compiling sources ourselves (not lazy, just cautious), is there any solution you can see?
dc
In debian, after getting libwxgtk2.2-python (already running Ptyhon-2.1) and doing 'make gripd_linux', I get an error reported on Thu Jul 12 2001 - 20:15:32 CEST by Johannes M Zmoelnig, which shows up when I try to give gripd 'open whatever':
Traceback (most recent call last): File "/home/dc/pd/bin/../gripd/gripd", line 23, in ? from gripdMain import * File "/home/dc/pd/bin/../gripd/gripdMain.py", line 21, in ? from gripdControls import * File "/home/dc/pd/bin/../gripd/gripdControls.py", line 325, in ? class mToggle(wxToggleButton, wxButton, mButton): NameError: name 'wxToggleButton' is not defined
Johannes pointed out that:
"obviously there is something missing ? looks like i need wxgtk(-python)-2.3.x instead of 2.2.6 ?? ah, now i've seen the hint on your page so debianized people will have to wait a little bit longer..."
Is this still the case? Do I have the wrong wx stuff?
cheers,
dc
david casal --0+
d.casal@uea.ac.uk --9+
www.ariada.uea.ac.uk/~dcasal --)+
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
www.ariada.uea.ac.uk/~dcasal --)+
Hi, david casal schrieb:
Sorry to answer my own message (now I've read -way- down the archives), but it seems that the below problem is Debian-world related only, as Johannes said. There still isn't, AFAICT, a libwxgtk2.3-python debian package which can be apt-get installed.
This is exactly the reason, why I never used gripd until now, because one would have to compile a bunch of libraries on his own to fulfill the dependency, for example libwxgtk2.3 itself, and wxGTK is more widely used in other packages, so I fear to break things...
Maybe there could be a (crippled?) gripd-version that would work with libwxgtk2.2-python?
Frank Barknecht
Maybe there could be a (crippled?) gripd-version that would work with libwxgtk2.2-python?
I think the only thing that depends on 2.3 is the wxToggle control, but at this point I don't really have the time to support multiple branches. But if you feel adventurous, remove the mToggle class definition from gripdControls.py and the related code that calls the constructor in gripdMain.py. I thought someone on this list made a Debian package, but maybe I'm wrong. I don't have a Debian box, or else I might consider doing it; how hard could it be? :).
Joe