Hey,
I don't know why but I can't install TurboFeeds anymore. Tried it both
on my localhost and on my server, using easy_install and pip. It
always fails with this message:

% pip -E testenv install TurboFeeds  Creating new virtualenv
environment in testenv
  New python executable in testenv/bin/python
  Installing setuptools...done.....
Downloading/unpacking TurboFeeds
  Downloading TurboFeeds-0.2b.tar.bz2 (52Kb): 52Kb downloaded
  Running setup.py egg_info for package TurboFeeds
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/Users/yoavmoshe/Projects/test/testenv/build/TurboFeeds/
setup.py", line 5, in <module>
        from turbogears.finddata import find_package_data
    ImportError: No module named turbogears.finddata
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

  File "/Users/yoavmoshe/Projects/test/testenv/build/TurboFeeds/
setup.py", line 5, in <module>

    from turbogears.finddata import find_package_data

ImportError: No module named turbogears.finddata

----------------------------------------
Command python setup.py egg_info failed with error code 1


Anyone knows what's going on? I used to have TurboFeeds working, so
what changed?

Yo'av

--

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