Shamail Tayyab schrieb:
> Hi,
>    I Installed TGCrud via easy_install and my turbogears installation 
> was done via apt. After installing tg-crud my tg-admin command 
> works(including crud) except tg-admin toolbox. The traceback follows:
> 
> [EMAIL PROTECTED] ~/TGServer/fresh: tg-admin toolbox
> Traceback (most recent call last):
>  File "/usr/bin/tg-admin", line 8, in <module>
>    load_entry_point('TurboGears==1.0.2.2', 'console_scripts', 'tg-admin')()
>  File "/var/lib/python-support/python2.5/turbogears/command/base.py", 
> line 396, in main
>    command = command(turbogears.__version__)
>  File "/var/lib/python-support/python2.5/turbogears/command/base.py", 
> line 277, in __init__
>    turbogears.widgets.load_widgets()
>  File "/var/lib/python-support/python2.5/turbogears/widgets/base.py", 
> line 62, in load_widgets
>    widget_mod.load()
>  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1911, in 
> load
>    if require: self.require(env, installer)
>  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1924, in 
> require
>    working_set.resolve(self.dist.requires(self.extras),env,installer))
>  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 528, in 
> resolve
>    raise VersionConflict(dist,req) # XXX put more info here
> pkg_resources.VersionConflict: (TurboGears 1.0.2.2 
> (/var/lib/python-support/python2.5), 
> Requirement.parse('TurboGears>=1.0.3.3'))
> 
> Please suggest, i am in a development phase of something crutial and 
> can't afford to play around with my system...

First suggestion: use virtualenv in such cases. Or even better, use it 
*always*.

Second suggestion: remove the TGCrud-installation by

  - removing it from site-packages

  - removing it from easy-install.pth

Diez

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