On Thu, Apr 10, 2008 at 9:16 AM, Christopher Arndt <[EMAIL PROTECTED]> wrote:
>
>  http://trac.turbogears.org/ticket/1785
>
nice, I downloaded and try it and got a very weird error installing TG
1, I input 1, just to see if that still worked. here is the trace I
got, I have no clue as to why it's importing the CSSLink widget on the
install!?!

[EMAIL PROTECTED]:~/TG$ python tgsetupng.py t 1

Installed 
/home/elpargo/TG/test/lib/python2.5/site-packages/DecoratorTools-1.7-py2.5.egg
Finished processing dependencies for TurboGears==1.0
/home/elpargo/TG/test/lib/python2.5/site-packages/CherryPy-2.3.0-py2.5.egg/cherrypy/lib/profiler.py:54:
UserWarning: Your installation of Python doesn't have a profile
module. If you're on Debian, you can apt-get python2.4-profiler from
non-free in a separate step. See
http://www.cherrypy.org/wiki/ProfilingOnDebian for details.
  warnings.warn(msg)
/home/elpargo/TG/test/lib/python2.5/site-packages/kid-0.9.6-py2.5.egg/kid/pull.py:16:
DeprecationWarning: kid.pull has been superseded by kid.parser
  warnings.warn("kid.pull has been superseded by kid.parser",
DeprecationWarning)
Traceback (most recent call last):
  File "test/bin/tg-admin", line 8, in <module>
    load_entry_point('TurboGears==1.0', 'console_scripts', 'tg-admin')()
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 277,
in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2179,
in load_entry_point
    return ep.load()
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1912, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File 
"/home/elpargo/TG/test/lib/python2.5/site-packages/TurboGears-1.0-py2.5.egg/turbogears/__init__.py",
line 8, in <module>
    from turbogears import controllers, view, database, validators, command, \
  File 
"/home/elpargo/TG/test/lib/python2.5/site-packages/TurboGears-1.0-py2.5.egg/turbogears/widgets/__init__.py",
line 1, in <module>
    from turbogears.widgets.base import *
  File 
"/home/elpargo/TG/test/lib/python2.5/site-packages/TurboGears-1.0-py2.5.egg/turbogears/widgets/base.py",
line 526, in <module>
    class CSSLink(Link):
  File 
"/home/elpargo/TG/test/lib/python2.5/site-packages/TurboGears-1.0-py2.5.egg/turbogears/widgets/meta.py",
line 76, in __init__
    cls.template) = load_kid_template(cls.template, modname)
  File 
"/home/elpargo/TG/test/lib/python2.5/site-packages/TurboGears-1.0-py2.5.egg/turbogears/widgets/meta.py",
line 194, in load_kid_template
    return (kid.load_template(t, name=modname).Template, t)
  File 
"/home/elpargo/TG/test/lib/python2.5/site-packages/kid-0.9.6-py2.5.egg/kid/__init__.py",
line 160, in load_template
    store=cache, ns=ns, exec_module=exec_module)
  File 
"/home/elpargo/TG/test/lib/python2.5/site-packages/kid-0.9.6-py2.5.egg/kid/importer.py",
line 147, in _create_module
    raise_template_error(module=name, filename=filename)
  File 
"/home/elpargo/TG/test/lib/python2.5/site-packages/kid-0.9.6-py2.5.egg/kid/importer.py",
line 143, in _create_module
    exec code in mod.__dict__
  File "<string>", line 5, in <module>
SystemError: Parent module 'turbogears.widgets.base.CSSLink' not loaded
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Installation failed. Please check output above for error messages.
If you're stuck, visit http://docs.turbogears.org/GettingHelp

on the other hand the current (1.0.4.4) worked like a charm.

>  Chris
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to