Hello,

I'm trying to use the interactive shell with the GAE dev server on Windows.
Wahet do i need to do to getthis working?

I'm now getting this error 5 times:

web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2013
Version 2.4.7-stable+timestamp.2013.05.24.17.48.47
Database drivers available: SQLite(sqlite3), PostgreSQL(pg8000), 
MSSQL(pyodbc),
DB2(pyodbc), Teradata(pyodbc), Ingres(pyodbc), CouchDB(couchdb), 
IMAP(imaplib)
DEBUG: connect attempt 0, connection error:
Traceback (most recent call last):
  File "C:\Users\*************\gluon\dal.py", line
7429, in __init__
    self._adapter = ADAPTERS[self._dbname](**kwargs)
  File "*************\gluon\dal.py", line
2220, in __init__
    if do_connect: self.reconnect()
  File "C:\Users\*************\gluon\dal.py", line
603, in reconnect
    self.connection = f()
  File "C:\Users\*************\gluon\dal.py", line
2218, in connector
    return self.driver.Connection(dbpath, **driver_args)
OperationalError: unable to open database file


I'v tried adding this folder to my PATH with the GAE modules.

PATH=%PATH%;C:\Program Files 
(x86)\Google\google_appengine\google\appengine\ext

Thanks!

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to