Re: [Tutor] Shared web host and setting the python environment...

2011-03-05 Thread Izz ad-Din Ruhulessin
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

[Tutor] Shared web host and setting the python environment...

2011-03-04 Thread Modulok
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