I'm having trouble getting tg2exe to work with SQLAlchemy and
Identity.  The project was created with "tg-admin quickstart -s -i"
and the only modifications were to rename sample-prod.cfg to prod.cfg
and to add import xmlrpclib to controllers.py.

I've also uncommented "self.get_eggs('TurboGears')" in tg2exe/
command.py as described in another thread and unzipped the sqlalchemy
and pysqlite eggs so tg2exe can pick them up.

The error I'm getting is sqlalchemy.exceptions.DBAPIError: (Connection
failed) (OperationalError) unable to open database file.

I don't get this error with a project created without identity or if I
use SQLObject.  Any thoughts?

I'm using Python 2.4, Turbogears 1.0.2.2, and SQLAlchemy 0.3.10.

Thanks,

Todd


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to