On Jul 15, 2007, at 3:53 AM, voltron wrote:
Great to see that a new shiny Pylons version is out :-)) I upgraded Pylons to 0.96 RC1 with "easy_install -U Pylons". To test, I just created a new app with "paster create -t pylons test3". Instad of a working test I got these errors when starting the new app:File "c:\python24\lib\site-packages\PasteDeploy-1.3-py2.4.egg\paste \deploy\loa dwsgi.py", line 541, in get_context entry_point, protocol, ep_name = self.find_egg_entry_point( File "c:\python24\lib\site-packages\PasteDeploy-1.3-py2.4.egg\paste \deploy\loa dwsgi.py", line 573, in find_egg_entry_point raise LookupError( LookupError: Entry point 'main' not found in egg 'test3' (dir: d: \projects\pylon s_projects\test3; protocols: paste.app_factory, paste.composite_factory, paste.c omposit_factory; entry_points: ) Is there something that I have skipped?
Sounds like paster on your machine didn't setup the project to be scanned for entrypoints. Try running:
python setup.py egg_infoInside the project, it should run then (this step doesn't seem necessary on *nix machines though).
Cheers, Ben
smime.p7s
Description: S/MIME cryptographic signature
