Hi there, I'm trying to install a web2py application on GAE using Cloud SQL.
When I try and submit a form that contains an upload field I get the following exception: dal.py", line 6124, in store os.makedirs(path) AttributeError: 'module' object has no attribute 'makedirs' I'm currently running on web2py-1.99.7-stable. Any suggestions in fix this or is this a bug with the combination of GAE and Cloud SQL? Thanks in advance, Matt

