Looks like you've got your own Python installation and are running from source. In that case, do you have http://sourceforge.net/projects/pywin32/ installed?
Anthony On Wednesday, November 2, 2011 7:38:11 AM UTC-4, JmiXIII wrote: > > Hello, > > I'm facing a pb with windows 7/SQLite (current)/python2.7 > I'm working on local and just lunch web2py.py with python2.7 > nearly 50% of my request have the folloowing issue : > > Traceback (most recent call last): > File "C:\Users\user11\Desktop\web2py\gluon\restricted.py", line 194, in > restricted > exec ccode in environment > File "C:/Users/user11/Desktop/web2py/applications/xxx/models/db.py" > <http://192.168.1.102/admin/default/edit/SAMAT/models/db.py>, line 102, in > <module> > Field("GA_NUMG","integer") > File "C:\Users\user11\Desktop\web2py\gluon\dal.py", line 4491, in > define_table > polymodel=polymodel) > File "C:\Users\user11\Desktop\web2py\gluon\dal.py", line 700, in > create_table > fake_migrate=fake_migrate) > File "C:\Users\user11\Desktop\web2py\gluon\dal.py", line 801, in > migrate_table > tfile = self.file_open(table._dbt, 'w') > File "C:\Users\user11\Desktop\web2py\gluon\dal.py", line 496, in file_open > fileobj = open(filename,mode) > IOError: [Errno 13] Permission denied: > 'C:\\Users\\user11\\Desktop\\web2py\\applications\\xxx\\databases\\7220618fff53ed2e8edbb0fe66a230f8_ATGAMME.table' > > I restarted an appp from scratch from the above config. If I refresh the > browser (Last FF)often I can acces once again the result. > I checcked with IE8 => same pb > Everything is all right > I looked in my PC to give all rights in the web2py folder, but i doesn't work > either. > Does anybody faced the pb ? > Any idea to solve this ? > > Best regards > > >

