#2022: TG2.0 Wiki20 database initialization documentation is broken
---------------------------+------------------------------------------------
Reporter: llucax | Owner: Chris Arndt
Type: defect | Status: new
Priority: normal | Milestone: 1.9.7b1
Component: Documentation | Version: 1.9.x
Severity: normal | Keywords:
---------------------------+------------------------------------------------
I'm trying to follow the Wiki20 tutorial for TG 2.0 but I get this error
when trying to initialize the database as suggested (but using ipython
instead of a script):
{{{
In [1]: from wiki20.model import DBSession, Page, metadata
---------------------------------------------------------------------------
exceptions.ImportError Traceback (most
recent call last)
/home/luca/tmp/tg2env/wiki20/<ipython console>
/home/luca/tmp/tg2env/wiki20/wiki20/model/__init__.py
2
----> 3 from zope.sqlalchemy import ZopeTransactionExtension
4 from sqlalchemy.orm import scoped_session, sessionmaker
5 #from sqlalchemy import MetaData
6 from sqlalchemy.ext.declarative import declarative_base
ImportError: No module named zope.sqlalchemy
}}}
--
Ticket URL: <http://trac.turbogears.org/ticket/2022>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---