Hi, 
  anyone here had problems with virtualenv and entry_points?  I test
the Gazest installation in workingenv and it works great but when I use
virtualenv, I can't seem to add new entry_points.  The
gazest_extra_macros package provides new wiki markup through the
"gazest.wiki_macros" entry point.  Here is a typical session:

  $ easy_install gazest_extra_macros-0.3.3.tar.gz
  python
  >>> from pkg_resources import iter_entry_points
  >>> list(iter_entry_points('gazest.wiki_macros'))
  []

Anyone has an idea of what is going on?

-- 
Yannick Gingras

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to