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

_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to