Hi all

After considering all the Python Web frameworks out there I finally
settled on TurboGears. Its open nature appeals to me and my plans for
an interactive site. However, I am a bit confused about the state of
TG 1.0, 1.1, 2.0. Where to start?

So, being prepared for things to come, I decided to use TG 1.0.3.2
with SQLAlchemy (and Genshi, MochiKit/Dojo later on, hopefully) and to
follow the Rough Docs at http://www.splee.co.uk/2006/10/14/simpleblog-part-1/.

However, after the first little editing of model.py the only thing I
get is the following:


> tg-admin sql create

Creating tables at sqlite:///devdata.sqlite
Traceback (most recent call last):
 File "C:\Python25\Scripts\tg-admin-script.py", line 8, in <module>
   load_entry_point('TurboGears==1.0.3.2', 'console_scripts', 'tg-
admin')()
 File "c:\python25\lib\site-packages\TurboGears-1.0.3.2-py2.5.egg
\turbogears\co
mmand\base.py", line 389, in main
   command.run()
 File "c:\python25\lib\site-packages\TurboGears-1.0.3.2-py2.5.egg
\turbogears\co
mmand\base.py", line 115, in run
   sacommand(command, sys.argv)
 File "<string>", line 5, in sacommand
 File "c:\python25\lib\site-packages\TurboGears-1.0.3.2-py2.5.egg
\turbogears\co
mmand\base.py", line 67, in sacreate
   from turbogears.database import bind_meta_data, metadata
ImportError: cannot import name bind_meta_data


What is wrong here? Is it me or TG or SA or something else?

After that, I tried the same in TG 1.0.4b1 and was told that my sqlite
was outdated. The TG egg did not update it automatically and I cannot
figure out how to do this manually - stupid me. What now?

thanks a lot for your help
Andre


PS This is done with Python 2.5 on Windows for the moment.


--~--~---------~--~----~------------~-------~--~----~
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