you probably want to easy_install tw.devtools, which will pull down
tg2 and genshi, and a number of other packages with the correct
versions.  I think we need to add a dependency for the Turbogears
package, but the above will fix what ails ye.

-chris

On Jul 14, 10:15 am, Helio Pereira <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Don't know if helps but, I have done a clean source installation in a
> new/clean environment and have to install genshi manually
> (easy_install).
>
> before install genshi:
> =================
> (testes)[EMAIL PROTECTED]:~/OtherSvn$ cd tg2
> (testes)[EMAIL PROTECTED]:~/OtherSvn/tg2$ python setup.py develop
> /home/helio/OtherSvn/Pylons/pylons/configuration.py:25:
> RuntimeWarning: Unable to load template engine entry point: 'json =
> turbojson.jsonsupport:JsonSupport': Traceback (most recent call last):
>   File "/home/helio/OtherSvn/Pylons/pylons/templating.py", line 616,
> in <module>
>     Engine = entry_point.load()
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 1911, in load
>     if require: self.require(env, installer)
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 1924, in require
>
> working_set.resolve(self.dist.requires(self.extras),env,installer))
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 528, in resolve
>     raise VersionConflict(dist,req) # XXX put more info here
> VersionConflict: (simplejson 1.8.1 (/home/helio/pythons/testes/lib/
> python2.5/site-packages/simplejson-1.8.1-py2.5-linux-x86_64.egg),
> Requirement.parse('simplejson>=1.9.1'))
>
>   import pylons.templating
> Traceback (most recent call last):
>   File "setup.py", line 4, in <module>
>     from setuptools import find_packages, setup
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/setuptools/__init__.py", line 2, in
> <module>
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/setuptools/extension.py", line 2, in
> <module>
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/setuptools/dist.py", line 6, in <module>
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/setuptools/command/sdist.py", line 3, in
> <module>
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 2581, in <module>
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 640, in subscribe
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 2581, in <lambda>
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 2130, in activate
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 1734, in
> declare_namespace
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 1749, in
> declare_namespace
>   File "/home/helio/pythons/testes/lib/python2.5/site-packages/
> setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 1720, in _handle_ns
>   File "/usr/lib/python2.5/pkgutil.py", line 238, in load_module
>     mod = imp.load_module(fullname, self.file, self.filename,
> self.etc)
>   File "/home/helio/OtherSvn/tg2/tg/__init__.py", line 53, in <module>
>     from tg.controllers import TGController, redirect, url
>   File "/home/helio/OtherSvn/tg2/tg/controllers.py", line 26, in
> <module>
>     from tg.render import get_tg_vars
>   File "/home/helio/OtherSvn/tg2/tg/render.py", line 5, in <module>
>     from genshi import XML
> ImportError: No module named genshi
--~--~---------~--~----~------------~-------~--~----~
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