I've follow ur instruction and installed TG2 successfully, but when I run

paster --help

it came up with the following error message :

Traceback (most recent call last):
  File "/usr/bin/paster", line 8, in <module>
    load_entry_point('PasteScript==1.6.2', 'console_scripts', 'paster')()
  File
"/usr/lib/python2.5/site-packages/PasteScript-1.6.2-py2.5.egg/paste/script/command.py",
line 68, in run
    commands = get_commands()
  File
"/usr/lib/python2.5/site-packages/PasteScript-1.6.2-py2.5.egg/paste/script/command.py",
line 110, in get_commands
    plugins = pluginlib.resolve_plugins(plugins)
  File
"/usr/lib/python2.5/site-packages/PasteScript-1.6.2-py2.5.egg/paste/script/pluginlib.py",
line 81, in resolve_plugins
    pkg_resources.require(plugin)
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in
require
    needed = self.resolve(parse_requirements(requirements))
  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: (FormEncode 1.0.1
(/usr/lib/python2.5/site-packages/FormEncode-1.0.1-py2.5.egg),
Requirement.parse('FormEncode>=0.7.1,<0.9'))

however, when I changed FormEncod version to 0.7.1 in easy_install.pth,
another error message says that I need to have FormEncode>=0.9.

how do I solve this??
2008/4/12 Laureano Arcanio <[EMAIL PROTECTED]>:

> Thanks cris, I have to delete mannually twForms and tw.Forms from site
> packages and then  python setup.py develop. ( if i reinstall tw.forms with
> easy install it doesn't work either )
>
> now when i put $ paster it shows a funny warning message:
>
>
> No handlers could be found for logger "toscawidgets.view"
>
> Is that ok ?
>
>
>
>
>
> >
>

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