I have installed 1.0.4b1-py2.5 and (after correct for a problem with
simplejson-1.7.3) attempted to run tg-admin quickstart. I get the
following trace back:
C:\Work>tg-admin quickstart
Traceback (most recent call last):
File "C:\Python25\Scripts\tg-admin-script.py", line 8, in <module>
load_entry_point('turbogears==1.0.4b1', 'console_scripts', 'tg-
admin')()
File "C:\Python25\lib\site-packages\setuptools-0.6c6-py2.5.egg
\pkg_resources.py", line 277, in load_entry_point
File "C:\Python25\lib\site-packages\setuptools-0.6c6-py2.5.egg
\pkg_resources.py", line 2179, in load_entry_point
File "C:\Python25\lib\site-packages\setuptools-0.6c6-py2.5.egg
\pkg_resources.py", line 1912, in load
File "c:\python25\lib\site-packages\TurboGears-1.0.4b1-py2.5.egg
\turbogears\__init__.py", line 6, in <module>
from turbogears.controllers import expose, flash, validate,
redirect, \
File "c:\python25\lib\site-packages\TurboGears-1.0.4b1-py2.5.egg
\turbogears\controllers.py", line 12, in <module>
from turbogears import view, database, errorhandling, config
File "c:\python25\lib\site-packages\TurboGears-1.0.4b1-py2.5.egg
\turbogears\view\__init__.py", line 1, in <module>
from turbogears.view.base import *
File "c:\python25\lib\site-packages\TurboGears-1.0.4b1-py2.5.egg
\turbogears\view\base.py", line 15, in <module>
from turbogears.i18n import i18n_filter, get_locale
File "c:\python25\lib\site-packages\TurboGears-1.0.4b1-py2.5.egg
\turbogears\i18n\__init__.py", line 13, in <module>
from turbogears.i18n.kidutils import translate, i18n_filter
File "c:\python25\lib\site-packages\TurboGears-1.0.4b1-py2.5.egg
\turbogears\i18n\kidutils.py", line 4, in <module>
from kid.parser import START, TEXT, END
File "c:\python25\lib\site-packages\kid-0.9.6-py2.5.egg\kid
\__init__.py", line 30, in <module>
from kid.codewriter import KID_XMLNS, raise_template_error
File "c:\python25\lib\site-packages\kid-0.9.6-py2.5.egg\kid
\codewriter.py", line 20, in <module>
from kid.parser import document, START, END, TEXT, XML_DECL,
DOCTYPE, LOCATION
File "c:\python25\lib\site-packages\kid-0.9.6-py2.5.egg\kid
\parser.py", line 12, in <module>
from xml.parsers import expat
File "C:\Python25\lib\xml\__init__.py", line 21
^
SyntaxError: EOF while scanning triple-quoted string
Perhaps someone could give me some insight into how I may solve this
issue. Thanks Greatly!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---