Previously Wichert Akkerman wrote:
> 
> Previously Mike Orr wrote:
> > I've put a new SQLAlchemy tutorial in the Pylons official docs.
> > http://wiki.pylonshq.com/display/pylonsdocs/Using+SQLAlchemy+with+Pylons
> 
> Thanks for that tutorial. I'm running into a problem with database
> creation though. After following all the steps in that tutorial and
> running paster setup-app it aborts with a long traceback, ending in:
> 
>   File 
> "/Users/wichert/Development/attingo/capos/lib/python2.4/site-packages/SQLAlchemy-0.4.3-py2.4.egg/sqlalchemy/engine/strategies.py",
>  line 80, in connect
>       raise exceptions.DBAPIError.instance(None, None, e)
>    sqlalchemy.exceptions.OperationalError: (OperationalError) unable to open 
> database file None None

That turned out to be my mistake: I was mixing an extra / in the
sqlalchemy.url line in my .ini file.

Wichert.

-- 
Wichert Akkerman <[EMAIL PROTECTED]>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

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

Reply via email to