Nov. 6, 2003
3:49 p.m.
Itamar Shtull-Trauring wrote:
John Landahl wrote:
/usr/lib/site-python seems far more convenient than /usr/lib/pythonX/site-packages, don't know why it isn't the default
Because it's wrong. Twisted has C extensions, and those are specific to the version of Python used to compile Twisted.
Even without C, the bytecodes generated for the installed .pyc files are different between python versions.