aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/pybase.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-03-23 20:28:27 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-03-23 20:28:27 +0000
commitccf66b2dfaa67669d94c5fdaeb8477c4bca17aa6 (patch)
tree31fb98526f7a44b5c1051a5e12e311eaae3ec7b9 /externals/grill/py/source/pybase.cpp
parente3426779df0301ece91b851bba58704e52be2176 (diff)
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 svn path=/trunk/; revision=4755
Diffstat (limited to 'externals/grill/py/source/pybase.cpp')
-rw-r--r--externals/grill/py/source/pybase.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/externals/grill/py/source/pybase.cpp b/externals/grill/py/source/pybase.cpp
index c0f2bc44..ffe54852 100644
--- a/externals/grill/py/source/pybase.cpp
+++ b/externals/grill/py/source/pybase.cpp
@@ -2,7 +2,7 @@
py/pyext - python external object for PD and MaxMSP
-Copyright (c)2002-2005 Thomas Grill (gr@grrrr.org)
+Copyright (c)2002-2006 Thomas Grill (gr@grrrr.org)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.
@@ -493,7 +493,8 @@ static bool getmodulesub(const char *mod,char *dir,int len,char *ext)
if(ok) {
// convert path into slash style needed for Python
-#if 1
+#if 0
+ // Max API function uses Volume:/Path notation
path_nameconform(smod,dir,PATH_STYLE_SLASH,PATH_TYPE_ABSOLUTE);
#else
#if FLEXT_OS == FLEXT_OS_WIN