I think the wxWindows toggle button object might be new to 2.3, but you should be able to get the source from:
http://www.wxpython.org/download.php#sources
| | Joseph A. Sarlo | | jsarlo@mambo.peabody.jhu.edu |______________________________
On Thu, 12 Jul 2001, Johannes M Zmoelnig wrote:
hi !
how do you make it run ??
on my debian system i have gtk-1.2.10-1 python-1.5.2-16 wxgtk-2.2.6.1 wxgtk-python-2.2.6.1
compilation went fine i always get following error-message when trying to "open"
<snip> GrIPD: Using port 3490 GrIPD: Waiting for a connection... Traceback (innermost last): File "../gripd/gripd.py", line 23, in ? from gripdControls import * File "../gripd/gripdControls.py", line 179, in ? class mToggle(wxToggleButton, wxButton, mButton): NameError: wxToggleButton </snip> 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...
mfg.ds.zhrt IOhannes
On Thu, 12 Jul 2001, Joseph A. Sarlo wrote:
GrIPD is an extension to PD that allows one to design custom graphical user interfaces for PD patches. GrIPD is _not_ a replacement for the PD Tcl/Tk GUI, but instead is intended to allow one to create a front end to a PD patch. The concept is to create your PD patch normally and then your GUI using GrIPD (similar to SuperCollider or Reaktor). You can then lauch PD using the -nogui command line argument (although this is certainly not necessary) so only your custom front end will be displayed.
GrIPD is available for Windows and Linux.
Check it out at: http://mambo.peabody.jhu.edu/~jsarlo/gripd/
-- ______________________________ | | Joseph A. Sarlo | | jsarlo@mambo.peabody.jhu.edu |______________________________