Hi, I just *updated my web2py* version to *1.91.1* but after the update I am unable to deploy my applications on *GAE*. The apps run on the local app engine skd with no errors. I even tried downloading a fresh source and deploying it but no effect
I stll get an Internal server error and these are the details of the error from the admin log: <type 'exceptions.AttributeError'>: 'module' object has no attribute 'mkdir' Traceback (most recent call last): File "/base/data/home/apps/dcrodjer-web2py/1.347093779494156164/gaehandler.py", line 58, in <module> import gluon.main File "/base/data/home/apps/dcrodjer-web2py/1.347093779494156164/gluon/main.py", line 52, in <module> create_missing_folders() File "/base/data/home/apps/dcrodjer-web2py/1.347093779494156164/gluon/admin.py", line 449, in create_missing_folders os.mkdir(path) >From this it seems that web2py is trying to make directories in the gae sandbox. I have tried removing all skipped files but still no avail. I have also tried deploying from the admin site ( But I don't think that would matter). Can someone please tell me what I am doing wrong or is there something that is needed to be done and I am unaware of?

