Hi,
I would go for appending sys.path. This is a simple way to do it, and
perhaps not even needed for each python file (only files which use the
modules that you have installed))
Another way to do it is adding the modules you need to sys.modules manually.
2011/3/5 Modulok
> List,
>
> Backgroun
List,
Background:
I'm on a linux based shared web host. They cater to PHP, not python.
(There's no third party python modules even installed!) So I installed
a virtual python in my home directory, plus easy_install and a bunch
of modules. Great!
The Problem:
Unfortunately, the web server uses the