Am 21.09.2009 17:53, schrieb Allen Bierbaum:
For those of you following along, I had to add the following line to
my apache configuration to get mod python to work because for whatever
reason it doesn't seem to automatically pick up all the plugins in the
site-packages directory.

How did you install the egg in that directory? Theoretically it should work just add the egg directly to PYTHONPATH. However I would try to do it like that:
PYTHONPATH="/my/dir" easy_install --install-dir="/my/dir" <eggfile>

After that you just need to add "/my/dir" to PYTHONPATH.

fs

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to