Update of /cvsroot/pure-data/externals/grill/py In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27244
Modified Files: readme.txt Log Message: support for Python threads, at last
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** readme.txt 26 Sep 2004 23:03:15 -0000 1.22 --- readme.txt 10 Nov 2004 03:31:34 -0000 1.23 *************** *** 1,5 **** py/pyext - python script objects for PD (and MaxMSP... once, under MacOSX and Windows)
! Copyright (c)2002-2004 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. --- 1,5 ---- py/pyext - python script objects for PD (and MaxMSP... once, under MacOSX and Windows)
! Copyright (c)2002-2004 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. *************** *** 46,51 **** Known bugs: - The TCL/TK help patch is not usable under OSX. ! - With the standard PD distribution, threaded py scripts will cause "Stack overflows" under some circumstances ! (the devel_0_37 cvs branch of PD contains the relevant fixes to avoid that)
---------------------------------------------------------------------------- --- 46,51 ---- Known bugs: - The TCL/TK help patch is not usable under OSX. ! - With standard PD 0.37, threaded py scripts will cause "Stack overflows" under some circumstances ! -> use PD 0.38 or the devel_0_37 cvs branch instead
---------------------------------------------------------------------------- *************** *** 62,66 **** o Borland C++ 5.5 (free): edit "config-pd-bcc.txt" & run "build-pd-bcc.bat"
! o Microsoft Visual C++ 6: usr "py.dsp" or edit "config-pd-msvc.txt" & run "build-pd-msvc.bat"
--- 62,66 ---- o Borland C++ 5.5 (free): edit "config-pd-bcc.txt" & run "build-pd-bcc.bat"
! o Microsoft Visual C++ 6/7: edit "config-pd-msvc.txt" & run "build-pd-msvc.bat"
*************** *** 83,86 **** --- 83,89 ---- Version history:
+ 0.1.5: + - ADD: handling of Python threads + 0.1.4: - ADD: better (and independent) handling of inlet and outlet count (as class variables or dynamically initialized in __init__) *************** *** 159,162 **** bugs: - named (keyword) arguments are not supported - - currently no support for Python threads
--- 162,164 ----