[Distutils] Limitations install_requires?
Joshua Boverhof
JRBoverhof at lbl.gov
Sat Sep 30 01:50:40 CEST 2006
I've had problems getting it to install these packages (python2.5,
setuptools 0.6c3):
packages with extensions fail:
4Suite --
Twisted -- already declared problem in the PackageNotes
Second, if the file name of a distribution doesn't match the
"package" name once installed setuptools fails to recognize it as
installed.
ZopeInterface --> zope.interface
-- appears to build and install, but fails when setuptools tries to
import it as "ZopeInterface"
Or if the package installs as a sub-package of an existing package:
TwistedWeb --> twisted.web
-- again fails when it tries to import "TwistedWeb"
I think the first two are currently impossible, but potentially I
missed something with the second two?
-josh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2526 bytes
Desc: not available
Url : http://mail.python.org/pipermail/distutils-sig/attachments/20060929/e1cbeb55/attachment.bin
More information about the Distutils-SIG
mailing list