Hi
On my development system, I have python 2.6, python 1.1 and GAE.
- I have three projects running on python 2.6 and django 1.1.
- And 1 project using GAE, Python 2.6 and django 1.1.
I have heard that, my set-up for running GAE using python 2.6 may create some head scratching problems while deploying it on the production server, because GAE supports only python 2.5. And using 2.6 is not recommended.
Can I develop GAE application using python 2.6? If not what should be the solution, I am using Window vista as my development system.
Please note : I dont want to disturb my other projects in development, which uses python 2.6 and dajango 1.1.