Hi I am very new to webfaction, first time using Python and Django on a prod server. I'm not clear how I install python libs I need on the server? e.g. ElementTree Could someone give me some pointers, I know how to do it locally just not sure how to do it or where on the server. Do I unpack the dist somewhere in my directory then just do the install from there? Anyone who's done this any help would be great Thanks Kieran asked 04 Nov '10, 18:07 Kieran |
Instructions for installing Python packages in your home directory are available in our documentation here: Installing Python Packages Hope that helps! answered 04 Nov '10, 18:18 seanf Hey Sean, that was fast! Thanks exactly what I needed worked a treat
(04 Nov '10, 18:28)
Kieran
You're very welcome! :)
(04 Nov '10, 18:40)
seanf
|