python - pysvn on a webserver -
are there web hosting providers have pysvn (http://pysvn.tigris.org/) included in python modules, or allow add additional modules such can install myself? many thanks.
if have shell access can install pretty home directory. make sure path install module added pythonpath environment variable.
say /home/harry home directory, install pysvn /home/harry/lib in .bash_profile add:
pythonpath=/home/harry/lib:$pythonpath export pythonpath login , log out again. put environment , python find modules in /home/harry/lib see python docs on modules more info on how python searches modules.
the real caveat is, if host doesn't have files needed build pysvn (such svn header files), you'll have install them also.
with said webfaction (which nice towards these things , python development) , question might better in webmasters.stackexchange.com
Comments
Post a Comment