web hosting - Suitability of deploying python 2.7 apps using external (PyPi) packages in major hosts -



web hosting - Suitability of deploying python 2.7 apps using external (PyPi) packages in major hosts -

i writing python programme processing files (no django involved). need zodb3 , whoosh hosted on http://pypi.python.org. needs deployed in major host bluehost or hostgator.

my questions are:

can depend on reliable python 2.7 back upwards major hosts? can back upwards other packages (one host has list of supported packages , tells contact tech back upwards more packages), if available easy_install interface? is pain set up? will selection of zodb (object persistence library, part of zope) cause problems?

it seems dumb question, can save weeks of time.

some relevant details: file processing, no django required. zodb object persistence. dont need zodb store can readily reconstructed.

no cannot depend on kind of python back upwards hoster or operating system. build own portable python distro , include 3rd party modules need. have 1 tarball install on linux vm , works. avoid breaking os tools depend on python such webmin because have own separate python , never touch scheme default one.

compiling python 2.6.6 , need external packages wxpython, setuptools, etc... in ubuntu

python web-hosting

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -