diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2007-01-20 14:27:22 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2007-01-20 14:27:22 +0000 |
commit | 6efe6563a57bc3f946deaecff67653f9d21ea99d (patch) | |
tree | b8b333e445065d03fa18a9d2f5c1588f8eeae162 /externals/grill/py/maxmsp | |
parent | da93c2de9bcc91555e5cbf8255d811818d8beca8 (diff) |
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
svn path=/trunk/; revision=7370
Diffstat (limited to 'externals/grill/py/maxmsp')
-rwxr-xr-x | externals/grill/py/maxmsp/py-objectmappings.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/py/maxmsp/py-objectmappings.txt b/externals/grill/py/maxmsp/py-objectmappings.txt index 70b84768..cb0e4db3 100755 --- a/externals/grill/py/maxmsp/py-objectmappings.txt +++ b/externals/grill/py/maxmsp/py-objectmappings.txt @@ -8,6 +8,7 @@ max objectfile pyext~ py; max objectfile pyext.~ py;
max objectfile pyx~ py;
max objectfile pyx.~ py;
+max objectfile pym py;
max oblist python py;
max oblist python py.;
@@ -15,3 +16,4 @@ max oblist python pyext; max oblist python pyext.;
max oblist python pyext~;
max oblist python pyext.~;
+max oblist python pym;
|