[PD] display image from google search?

puredata at 11h11.com puredata at 11h11.com
Thu Jan 23 06:43:02 CET 2014


keeping the list in the loop (for archive):

you should see something like this in the pd console:
------------------------------------------------
py/pyext 0.2.2 - python script objects
(C)2002-2011 Thomas Grill - http://grrrr.org/ext

using Python 2.7.3 (default, Sep 26 2013, 20:13:52)
[GCC 4.6.3]

Python array support enabled
------------------------------------------------

error in pyext script will also be displayed there. for example, maybe  
you miss some python modules to run the script:

from urllib import FancyURLopener
import urllib2
import simplejson
import urlparse
import urllib
import imghdr


good luck



More information about the Pd-list mailing list