I've written a script that uses the mailbox module. It works on my local machine with python 2.5. On loading it onto my web hosting provider's server it doesn't work. They are running Python 2.3.4. Is this likely to be the reason?
I've tried loading the 2.5 version of mailbox.py onto the web server - now I get some different errors.
When was mailbox introduced?
Is there a version that'll run on python 2.3.4?
If not, what changes would I have to make to get it to work - assuming that this is feasible?
Thanks - Rowan
I've tried loading the 2.5 version of mailbox.py onto the web server - now I get some different errors.
When was mailbox introduced?
Is there a version that'll run on python 2.3.4?
If not, what changes would I have to make to get it to work - assuming that this is feasible?
Thanks - Rowan
Comment