tag 303360 +pending thanks I'll add a patch that enables psyco support if it exists, and change the package to Suggest: python-psyco. I wont Depend on it because psyco is i386 only, and until there are architecture specific Depends support in dpkg, I would rather bittornado be available for all architectures, rather than just i386.
On Wed, 06 Apr 2005, Pierre Habouzit wrote: > maybe /usr/lib/python2.3/site-packages/BitTornado/PSYCO.py could e.g. > be : > > try > import psyco > psyco = 1 > except: > psyco = 0 This is probably what I'll do, except that the try requires a colon after it. > or sth more subtle like : > > from BittornadoConf import enable_psycho > psyco = enable_psycho > > with BittornadoConf beeing a module in /etc/bittornado (see how > mailman does this with mm_cfg.py) If you submit a patch that does this, I'll consider it. Micah -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

