On Jul 19, 2007, at 2:31 PM, Gambit wrote:


> "/usr/lib/python2.4/site-packages/PasteDeploy-1.3.1-py2.4.egg/paste/ 
> deploy/loadwsgi.py",
> line 541, in get_context
>      entry_point, protocol, ep_name = self.find_egg_entry_point(
>    File
> "/usr/lib/python2.4/site-packages/PasteDeploy-1.3.1-py2.4.egg/paste/ 
> deploy/loadwsgi.py",
> line 573, in find_egg_entry_point
>      raise LookupError(
> LookupError: Entry point 'main' not found in egg 'helloworld' (dir:
> /root/hw/helloworld; protocols: paste.app_factory,
> paste.composite_factory, paste.composit_factory; entry_points: )
>

We've heard of a couple folks having this issue, it sounded like it  
was particular to Windows, but you obviously aren't using Windows. I  
haven't been able to reproduce it

Running python setup.py egg_info seems to fix the problem, but you  
shouldn't need to do this for a fresh project. If you could run the  
following few commands, that would be helpful for us to track down  
the issue. Can you first backup the project's egg-info dir:

cp -Rp helloworld.egg-info helloworld.egg-info.orig

Then run the egg info command:

python setup.py egg_info

Afterwards, verify that the issue was fixed. If so, then diff the old  
directory with the new one and show us the output:

diff -ruN helloworld.egg-info.orig helloworld.egg-info

--
Philip Jenvey



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