PyTwisted: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://tmrc.mit.edu/mirror/twisted/Twisted/ | | http://tmrc.mit.edu/mirror/twisted/Twisted/{{PyTwisted-Version2}}/Twisted-{{PyTwisted-Version}}.tar.bz2 | ||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|Twisted is an event-driven networking engine written in Python.|http://twistedmatrix.com/trac/}} | |||
== Dependencies == | == Dependencies == | ||
Line 16: | Line 18: | ||
Compile and install Zope: | Compile and install Zope: | ||
cd ZopeInterface- | cd ZopeInterface-{{ZopeInterface-Version}} && | ||
python setup.py install && | python setup.py install && | ||
cd .. | cd .. | ||
Line 34: | Line 36: | ||
Compile and install Zope: | Compile and install Zope: | ||
cd ZopeInterface- | cd ZopeInterface-{{ZopeInterface-Version}} && | ||
USE_ARCH=32 python setup.py install && | USE_ARCH=32 python setup.py install && | ||
cd .. | cd .. | ||
Line 46: | Line 48: | ||
Compile and install Zope: | Compile and install Zope: | ||
cd ZopeInterface- | cd ZopeInterface-{{ZopeInterface-Version}} && | ||
USE_ARCH=n32 python setup.py install && | USE_ARCH=n32 python setup.py install && | ||
cd .. | cd .. | ||
Line 58: | Line 60: | ||
Compile and install Zope: | Compile and install Zope: | ||
cd ZopeInterface- | cd ZopeInterface-{{ZopeInterface-Version}} && | ||
USE_ARCH=64 python setup.py install && | USE_ARCH=64 python setup.py install && | ||
cd .. | cd .. | ||
Line 65: | Line 67: | ||
USE_ARCH=64 python setup.py install | USE_ARCH=64 python setup.py install | ||
[[Category:Python Modules]] |
Latest revision as of 10:32, 19 October 2010
Download Source: | http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-2.4.0.tar.bz2 |
---|
Introduction to PyTwisted
Twisted is an event-driven networking engine written in Python.
Project Homepage: http://twistedmatrix.com/trac/
Dependencies
Required
Non-Multilib
Compile and install Zope:
cd ZopeInterface-3.1.0c1 && python setup.py install && cd ..
Compile Twisted:
python setup.py build
Install Twisted:
python setup.py install
Multilib
32Bit
Compile and install Zope:
cd ZopeInterface-3.1.0c1 && USE_ARCH=32 python setup.py install && cd ..
Compile and install Twisted:
USE_ARCH=32 python setup.py install
N32
Compile and install Zope:
cd ZopeInterface-3.1.0c1 && USE_ARCH=n32 python setup.py install && cd ..
Compile and install Twisted:
USE_ARCH=n32 python setup.py install
64Bit
Compile and install Zope:
cd ZopeInterface-3.1.0c1 && USE_ARCH=64 python setup.py install && cd ..
Compile and install Twisted:
USE_ARCH=64 python setup.py install