Re: Pylons 0.9.6rc1 fails to start helloworld project: Lookup error

2007-07-31 Thread Mekk
I also faced this error while trying tutorial on my debian (mostly testing with some unstable). The problem can be caused by too old setuptools. Some details: 1) I easy_installed pylons, then created project as in the tutorial 2) App refused to start exactly as above 3) I noticed that the

Re: Pylons 0.9.6rc1 fails to start helloworld project: Lookup error

2007-07-23 Thread Philip Jenvey
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

Re: Pylons 0.9.6rc1 fails to start helloworld project: Lookup error

2007-07-23 Thread James Gardner
I think this issue might have been due to missing ez_setup.py files. Can you try with the latest Pylons SVN and see if that works? Cheers, James Philip Jenvey wrote: On Jul 19, 2007, at 2:31 PM, Gambit wrote: /usr/lib/python2.4/site-packages/PasteDeploy-1.3.1-py2.4.egg/paste/

Re: Pylons 0.9.6rc1 fails to start helloworld project: Lookup error

2007-07-23 Thread Gambit
Here it is: # cp -Rp helloworld.egg-info helloworld.egg-info.orig # python setup.py egg_info The required version of setuptools (=0.6c6) is not available, and can't be installed while this script is running. Please install a more recent version first. (Currently using setuptools 0.6c5

Pylons 0.9.6rc1 fails to start helloworld project: Lookup error

2007-07-19 Thread Gambit
Hi, I just installed Pylons 0.9.6rc1 using easy_install and created a helloworld project: paster create -t pylons helloworld cd helloworld paster serve --reload development.ini It failed miserably. Any idea what went wrong? Traceback (most recent call last): File /usr/bin/paster, line 7,