Update of /cvsroot/pure-data/externals/grill/py/maxmsp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3748/maxmsp
Modified Files: py-objectmappings.txt Log Message: fixed rich comparison method in Symbol class fix for OSX small cosmetic fixes enable compiled-only scripts (without .py) small changes for numpy support fix for numpy headers on OS X fix for numpy added xcode 2.4 project added pyext._list and pyext._tuple to convert input lists to Python sequence objects fix numpy et al enable module packages (module/__init__.py[co]), now also for Max
Index: py-objectmappings.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/maxmsp/py-objectmappings.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** py-objectmappings.txt 25 Mar 2005 04:54:16 -0000 1.3 --- py-objectmappings.txt 20 Jan 2007 14:27:22 -0000 1.4 *************** *** 9,12 **** --- 9,13 ---- max objectfile pyx~ py; max objectfile pyx.~ py; + max objectfile pym py;
max oblist python py; *************** *** 16,17 **** --- 17,19 ---- max oblist python pyext~; max oblist python pyext.~; + max oblist python pym;