Hi,
I'am a beginner in the python word and so, a novice in the turbogears
word too.
Therefore, I'am testing turbogears, more exactly SQL Object by means
of tg-admin sql create command. But I get the next error
D:\Programacion\Python\projects\SQL-Playground>tg-admin sql create
Traceback (most recent call last):
File "C:\Archivos de programa\Python\Python25\Scripts\tg-admin-
script.py", line 8, in <module>
load_entry_point('TurboGears==1.0.3.2', 'console_scripts', 'tg-
admin')()
File "c:\archivos de programa\python\python25\lib\site-packages
\TurboGears-1.0.3.2-py2.5.egg\turbogears\command\base.p
y", line 379, in main
if not turbogears.util.get_project_name():
File "c:\archivos de programa\python\python25\lib\site-packages
\TurboGears-1.0.3.2-py2.5.egg\turbogears\util.py", line
122, in get_project_name
name = list(open(pkg_info))[1][6:-1]
IndexError: list index out of range
Somebody can help me whit this?
I only modify the model.py file to add my custom class and when
execute tg-admin sql create that error appear.
Thanks in advance.
M.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---