[PD-cvs] externals/grill/py/source pybase.cpp,1.15,1.16

Thomas Grill xovo at users.sourceforge.net
Thu Mar 23 21:28:30 CET 2006


Update of /cvsroot/pure-data/externals/grill/py/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2148/source

Modified Files:
	pybase.cpp 
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: pybase.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/source/pybase.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** pybase.cpp	23 Mar 2006 01:55:14 -0000	1.15
--- pybase.cpp	23 Mar 2006 20:28:27 -0000	1.16
***************
*** 3,7 ****
  py/pyext - python external object for PD and MaxMSP
  
! Copyright (c)2002-2005 Thomas Grill (gr at grrrr.org)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  py/pyext - python external object for PD and MaxMSP
  
! Copyright (c)2002-2006 Thomas Grill (gr at grrrr.org)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
***************
*** 494,498 ****
      if(ok) {
          // convert path into slash style needed for Python
! #if 1
          path_nameconform(smod,dir,PATH_STYLE_SLASH,PATH_TYPE_ABSOLUTE);
  #else
--- 494,499 ----
      if(ok) {
          // convert path into slash style needed for Python
! #if 0
! 		// Max API function uses Volume:/Path notation
          path_nameconform(smod,dir,PATH_STYLE_SLASH,PATH_TYPE_ABSOLUTE);
  #else





More information about the Pd-cvs mailing list