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 Rhamphoryncus
Recipients Rhamphoryncus, fdirosa, nnorwitz, timbishop, vslavik
Date 2008-07-08.21:10:09
SpamBayes Score 0.025600899
Marked as misclassified No
Message-id <1215551411.68.0.707585634817.issue1758146@psf.upfronthosting.co.za>
In-reply-to
Content
Ahh, I did miss that bit, but it doesn't really matter.

Tell modwsgi to only use the main interpreter ("PythonInterpreter
main_interpreter"), and if you want multiple modules of the same name
put them in different packages.  Any other problems (trac using env vars
for configuration) should be fixed directly.

(My previous comment about building your own import mechanism was
overkill.  Writing a package that uses relative imports is enough - in
fact, that's what relative imports are for.)
History
Date User Action Args
2008-07-08 21:10:12Rhamphoryncussetspambayes_score: 0.0256009 -> 0.025600899
recipients: + Rhamphoryncus, nnorwitz, timbishop, vslavik, fdirosa
2008-07-08 21:10:11Rhamphoryncussetspambayes_score: 0.0256009 -> 0.0256009
messageid: <1215551411.68.0.707585634817.issue1758146@psf.upfronthosting.co.za>
2008-07-08 21:10:10Rhamphoryncuslinkissue1758146 messages
2008-07-08 21:10:09Rhamphoryncuscreate