Jorge Vargas schrieb:
> [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/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",
> 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
This error happens at the stage after the installation, when the script
runs "tg-admin info". Seems like an incompatibility between TG 1.0 and
newer versions of kid.
Try this:
source t/bin/activate
easy_install "kid=0.9.3" # or some other older version
python tgsetupng.py t 1
> on the other hand the current (1.0.4.4) worked like a charm.
Good to know :-)
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
-~----------~----~----~----~------~----~------~--~---