socket bug or not?

2009-08-19 Thread Gabriel Rossetti
Hello everyone, I found what was not working in my code (see Twisted mailing list topics "self.socket.accept() in doRead() in tcp.py has (11, 'Resource temporarily unavailable') error", "Twisted, PushProducer, Words & big msgs, any limit?" and Python mailing list topic "socket.send : (11, 'Re

Windows binaries of python in debug mode

2009-09-07 Thread Gabriel Rossetti
Hello everyone, I am looking for a version of python 2.5.x compiled for windows in debug mode, but I can't find this, does anyone have a link or have a version that he/she can send me? Thank you, Gabriel -- http://mail.python.org/mailman/listinfo/python-list

on package import, have it conditionally import a subpackage

2009-09-19 Thread Gabriel Rossetti
Hello everyone, I'd like to ba able to import a package and have it's __init__ conditionally import a subpackage. Suppose that you have this structure : mybase/ mybase/__init__.py mybase/mypkg mybase/mypkg/__init__.py mybase/mypkg/module0.py mybase/mypkg/type1 mybase/mypkg/type1/__init__.py my

<    1   2