[web2py] Re: AttributeError: 'module' object has no attribute 'mkdir'

2010-01-08 Thread mdipierro
Which web2py version? On Jan 8, 5:42 am, v vishal...@gmail.com wrote: Hi Massimo, I was trying the web2py Auth module on GAE and while everything else seems to work fine, the change_password function throws up this error; works fine on localhost.  Looks like there's an attempt to create

[web2py] Re: AttributeError: 'module' object has no attribute 'mkdir'

2010-01-08 Thread mdipierro
I think the problem is that your app is missing a databases folder. Since you never run it locally without GAE it was never created. Can you verify? Massimo On Jan 8, 5:42 am, v vishal...@gmail.com wrote: Hi Massimo, I was trying the web2py Auth module on GAE and while everything else seems

[web2py] Re: AttributeError: 'module' object has no attribute 'mkdir'

2010-01-08 Thread mdipierro
I think the version i just uploaded to trunk should skip the os.mkdir () On Jan 8, 6:16 am, mdipierro mdipie...@cs.depaul.edu wrote: I think the problem is that your app is missing a databases folder. Since you never run it locally without GAE it was never created. Can you verify? Massimo