Hi!

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:

D:\Projects\Pylons_projects\test3>paster serve --reload
development.ini
Starting subprocess with file monitor
Traceback (most recent call last):
  File "C:\Python24\Scripts\paster-script.py", line 7, in ?
    sys.exit(
  File "c:\python24\lib\site-packages\PasteScript-1.3.4-py2.4.egg\paste
\script\c
ommand.py", line 76, in run
    invoke(command, command_name, options, args[1:])
  File "c:\python24\lib\site-packages\PasteScript-1.3.4-py2.4.egg\paste
\script\c
ommand.py", line 115, in invoke
    exit_code = runner.run(args)
  File "c:\python24\lib\site-packages\PasteScript-1.3.4-py2.4.egg\paste
\script\c
ommand.py", line 210, in run
    result = self.command()
  File "c:\python24\lib\site-packages\PasteScript-1.3.4-py2.4.egg\paste
\script\s
erve.py", line 219, in command
    relative_to=base, global_conf=vars)
  File "c:\python24\lib\site-packages\PasteScript-1.3.4-py2.4.egg\paste
\script\s
erve.py", line 251, in loadapp
    return loadapp(
  File "c:\python24\lib\site-packages\PasteDeploy-1.3-py2.4.egg\paste
\deploy\loa
dwsgi.py", line 193, in loadapp
    return loadobj(APP, uri, name=name, **kw)
  File "c:\python24\lib\site-packages\PasteDeploy-1.3-py2.4.egg\paste
\deploy\loa
dwsgi.py", line 213, in loadobj
    global_conf=global_conf)
  File "c:\python24\lib\site-packages\PasteDeploy-1.3-py2.4.egg\paste
\deploy\loa
dwsgi.py", line 237, in loadcontext
    global_conf=global_conf)
  File "c:\python24\lib\site-packages\PasteDeploy-1.3-py2.4.egg\paste
\deploy\loa
dwsgi.py", line 267, in _loadconfig
    return loader.get_context(object_type, name, global_conf)
  File "c:\python24\lib\site-packages\PasteDeploy-1.3-py2.4.egg\paste
\deploy\loa
dwsgi.py", line 393, in get_context
    section)
  File "c:\python24\lib\site-packages\PasteDeploy-1.3-py2.4.egg\paste
\deploy\loa
dwsgi.py", line 414, in _context_from_use
    context = self.get_context(
  File "c:\python24\lib\site-packages\PasteDeploy-1.3-py2.4.egg\paste
\deploy\loa
dwsgi.py", line 345, in get_context
    global_conf=global_conf)
  File "c:\python24\lib\site-packages\PasteDeploy-1.3-py2.4.egg\paste
\deploy\loa
dwsgi.py", line 237, in loadcontext
    global_conf=global_conf)
  File "c:\python24\lib\site-packages\PasteDeploy-1.3-py2.4.egg\paste
\deploy\loa
dwsgi.py", line 274, in _loadegg
    return loader.get_context(object_type, name, global_conf)
  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?

Thanks


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