[Python-Dev] Problem with module loading on multi-arch? (original) (raw)
Neal Becker ndbecker2 at gmail.com
Thu Mar 16 18:06:16 CET 2006
- Previous message: [Python-Dev] Switch to MS VC++ 2005 ?!
- Next message: [Python-Dev] Problem with module loading on multi-arch?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just installed TwistedSumo-2006-02-12 on x86_64, and noticed a problem. It installs arch-dep stuff into /usr/lib64/python2.4/site-packages/twisted, and arch-indep into /usr/lib/python2.4/site-packages/twisted
as it should. But: from twisted.web import html exceptions.ImportError: No module named web
I'm guessing that what's happening is that since there is an /twisted, we never find the module /twisted/web. If my analysis (guess) is correct, I think we have a problem with the module search.
- Previous message: [Python-Dev] Switch to MS VC++ 2005 ?!
- Next message: [Python-Dev] Problem with module loading on multi-arch?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]