Hi Ben, That worked, the project starts now. Is there some documentation somewhere that I can read about how things are to done with this new version? For example:
1. Using SAContext with 0.96 2. using the Global config object 3. Using the Global response object 4. How to use HTTPExceptions in a controller Thanks! On Jul 15, 6:33 pm, Ben Bangert <[EMAIL PROTECTED]> wrote: > 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_info > > Inside the project, it should run then (this step doesn't seem > necessary on *nix machines though). > > Cheers, > Ben > > smime.p7s > 3KDownload --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
