Hi all,there are (at least) two ways to enable detaching. Please find the attached pd patch and pyext script to see how it works.
detach.pd
Description: Binary data
import pyext,time
class detach(pyext._class):
def __init__(self,d = False):
if d:
print "Detaching script"
self._detach(True)
def bang_1(self):
print "START"
time.sleep(5)
print "STOP"
I am still using pyext regularly and could compile it without problems with python2.4 and pd 39. I just tried now from fresh svn, pd41 and python2.5 but i get this compilation error: /usr/local/include/flext/flcontainers.h:380: erreur: invalid static_cast from type «Lifo::Cell*» to type «FifoEl*»
and actually this pb was already reported http://lists.puredata.info/pipermail/pd-list/2008-04/060994.html
The problem is that the change from CVS to SVN broke the scripts which did the syncing from my local SVN to the PD repository. I think i already fixed this problem, but it might only have been in the CVS. Currently I have no time/interest to fix the sync scripts, but i made parts of my SVN available... this should probably be mirrored (using svn:externals properties) to the PD SVN.
Please try if those versions work better... they are always cutting edge experimental stuff.
https://svn.grrrr.org/ext/trunk/flext/ https://svn.grrrr.org/ext/trunk/py/ my other externals/projects have respective addresses
Thomas, is it something that requires a lot of work to mend? Could we find an arrangement so that you could work on it?
I think the above should solve your problems.In general i have great difficulties finding time to work on things that i don't need for my own projects. If someone needs something very urgently for artistic work i often can motivate myself to help out, on the other hand, as long as even members of organizations with enormous facilities using my stuff don't feel the obligation to donate a few bucks to my paypal account i'd rather save my time. Many thanks to the individuals who have donated their own private money so far.
gr~~~
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
