I am writing a python program for processing files (no DJango involved). I need ZODB3 and Whoosh which are hosted on http://pypi.python.org. It needs to be deployed in a major host like Bluehost or Hostgator.
My questions are:
- Can I depend on reliable Python 2.7 support from major hosts?
- Can they support other packages (one host has a list of supported packages and tells us to contact tech support for more packages), especially if it is available from the easy_install interface?
- Is it a pain to set up?
- Will my choice of ZODB (object persistence library, part of ZOPE) cause problems?
It seems a dumb question, but it can probably save weeks of my time.
Some relevant details: Its only for file processing, no DJango required. ZODB is for object persistence. I dont need to back up the ZODB store as it can be readily reconstructed.