aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/readme.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-11-10 03:31:34 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-11-10 03:31:34 +0000
commit7ca685c4bc0b2881555f317db6408ae488fe05aa (patch)
treed8b1c4cf5368e40cad34da16c2eef979112994d5 /externals/grill/py/readme.txt
parent5901f4586235caba9fd264ff1e911708efe6cb17 (diff)
support for Python threads, at last
svn path=/trunk/; revision=2251
Diffstat (limited to 'externals/grill/py/readme.txt')
-rw-r--r--externals/grill/py/readme.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt
index e4916be4..637cd176 100644
--- a/externals/grill/py/readme.txt
+++ b/externals/grill/py/readme.txt
@@ -1,6 +1,6 @@
py/pyext - python script objects for PD (and MaxMSP... once, under MacOSX and Windows)
-Copyright (c)2002-2004 Thomas Grill (xovo@gmx.net)
+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.
@@ -45,8 +45,8 @@ You can send messages to named objects or receive (with pyext) with Python metho
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)
+- 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
----------------------------------------------------------------------------
@@ -61,7 +61,7 @@ PD @ Windows:
-------------
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"
+o Microsoft Visual C++ 6/7: edit "config-pd-msvc.txt" & run "build-pd-msvc.bat"
PD @ linux:
@@ -82,6 +82,9 @@ o GCC: edit "config-pd-darwin.txt" & run "sh build-pd-darwin.sh"
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__)
- FIX: many memory leaks associated to ***GetItem stuff (big thanks to sven!)
@@ -158,5 +161,4 @@ tests:
bugs:
- named (keyword) arguments are not supported
-- currently no support for Python threads