Send the gripd Pd object an "open" message to launch the GrIPD GUI app.
Joe jsarlo@ucsd.edu
ei lista
I'm trying to add a image background to my patch using toxy or gripd to do it.
Well, the problems are:
WITH TOXY. I put an object like this [widget img il] and PD says to me:
#beware! this is widget 0.1, 15th alpha build... #warning (Widget): no file 'setup.wid'... using built-in defaults
and the object dissapears from my patch or hangs the patch until I delete it. I look 4 setup.wid and I can't find nothing.
WITH GRIPD I put an object [gripd] and PD says to me:
#GrIPD: Using port 32820 #GrIPD: Waiting for a connection...
and nothing happens...
What's my stupid error??
Gracias a lot.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-
list
I was getting the same behavior, and it seems to be a problem with running the gripd.py executable. Sending [open( to [gripd] sets it up to connect to gripd.py, but gripd.py quits with the error:
Traceback (most recent call last): File "gripd.py", line 22, in ? from wxPython.wx import * ImportError: No module named wxPython.wx
so then it just waits for the connection. Installing the wxpython2.4-1 package fixed it for me. Then I had to change some permissions around, but it worked eventually. run the gripd executable by itself for more verbose info on why it's not working.
-spencer
ei lista
WITH GRIPD I put an object [gripd] and PD says to me:
#GrIPD: Using port 32820 #GrIPD: Waiting for a connection...
and nothing happens...
Thanks a lot!! I solve the problem and I get the grid GUI.
Spencer Russell wrote:
I was getting the same behavior, and it seems to be a problem with running the gripd.py executable. Sending [open( to [gripd] sets it up to connect to gripd.py, but gripd.py quits with the error:
Traceback (most recent call last): File "gripd.py", line 22, in ? from wxPython.wx import * ImportError: No module named wxPython.wx
so then it just waits for the connection. Installing the wxpython2.4-1 package fixed it for me. Then I had to change some permissions around, but it worked eventually. run the gripd executable by itself for more verbose info on why it's not working.
-spencer
ei lista
WITH GRIPD I put an object [gripd] and PD says to me:
#GrIPD: Using port 32820 #GrIPD: Waiting for a connection...
and nothing happens...
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-li