This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients scoder, tarek
Date 2009-06-29.06:20:39
SpamBayes Score 9.230845e-06
Marked as misclassified No
Message-id <1246256442.36.0.248287671796.issue6365@psf.upfronthosting.co.za>
In-reply-to
Content
When compiling a C extension (lxml in this case) in Py3.1, calling the
"build_ext -i" distutils target duplicates the package path when writing
the dynlib. In this case, I get "lxml/lxml/etree.so" instead of
"lxml/etree.so". Obviously, the extension module cannot be found
afterwards, as it's not inside its package anymore. The extension is
named "lxml.etree" when creating the Extension object.

This is a regression from 3.1rc1 AFAICT.
History
Date User Action Args
2009-06-29 06:20:42scodersetrecipients: + scoder, tarek
2009-06-29 06:20:42scodersetmessageid: <1246256442.36.0.248287671796.issue6365@psf.upfronthosting.co.za>
2009-06-29 06:20:40scoderlinkissue6365 messages
2009-06-29 06:20:40scodercreate