[Twisted-Python] how to change default reactor of twisted.internet?

2012-12-12 Thread Anil KARADAG
Hi all, I have a question about reactor of "twisted.internet" module. I found below; The default reactor is "select"; [root@karadag internet]# pwd /usr/lib/python2.6/site-packages/Twisted-10.0.0-py2.6-linux-x86_64.egg/t wisted/internet [root@karadag internet]# cat reactor.py #

Re: [Twisted-Python] FW: No module names "twisted.names" due to confuse twisted-core library folder

2012-11-15 Thread Anil KARADAG
Hi Jean, Thanks for reply. I passed the problem with the below approach; Why am I getting ImportErrors for Twisted subpackages on my 64bit installation of RedHat/Fedora/CentOS? Red Hat and derived Linux distributions arrange to have certain Python libraries installed in /usr/lib/ and

[Twisted-Python] FW: No module names "twisted.names" due to confuse twisted-core library folder

2012-11-15 Thread Anil KARADAG
Hi all, I have a problem about twisted-core library location. I downloaded and installed twisted-10.2-core(TwistedCore-10.2.0.tar.bz2) and names(TwistedNames-10.2.0.tar.bz2) from source code[1]. But python does not find "names" plugin. Because twisted-core has been installed under /usr/lib64