Update of /cvsroot/pure-data/externals/grill/py In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2148
Modified Files: readme.txt Log Message: enable compiled-only scripts (without .py) small fixes for OSX small fix pyext: fix for missing __init__ attribute small fixes for Max/OSX enable module packages (module/__init__.py[co]), now also for Max
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** readme.txt 23 Mar 2006 01:42:04 -0000 1.48 --- readme.txt 23 Mar 2006 20:28:27 -0000 1.49 *************** *** 26,30 **** Installation:
! PD version >= 0.38 - Add "py" to the Startup items ("binaries to load") PD version < 0.38 - Load it as i library with e.g. "pd -lib py -path scripts"
--- 26,30 ---- Installation:
! PD version >= 0.38 - Add "py" to the Startup items ("binaries to load") and add the folder "scripts" to the pd search path. PD version < 0.38 - Load it as i library with e.g. "pd -lib py -path scripts"