Bill Seitz wrote:
> I'm getting a "Missing distribution spec" error when launching my app.
> 
> paster serve docs/devel_config.ini
> Traceback (most recent call last):
>   File "/Library/Frameworks/Python.framework/Versions/Current/bin/paster",
> line 5, in ?
>     pkg_resources.run_script('PasteScript==1.1', 'paster')
>   File 
> "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6a11-py2.4.egg/pkg_resources.py",
> line 407, in run_script
>     self.require(requires)[0].run_script(script_name, ns)
> .....
> File 
> "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6a11-py2.4.egg/pkg_resources.py",
> line 464, in resolve
>     requirements = list(requirements)[::-1]  # set up the stack
>   File 
> "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6a11-py2.4.egg/pkg_resources.py",
> line 2259, in parse_requirements
>     raise ValueError("Missing distribution spec", line)
> ValueError: ('Missing distribution spec', '${project}')
> 
> (History details at: http://webseitz.fluxent.com/wiki/PythonPaste
> 
> What is missing from where?

You probably have something like "use = egg:${project}" in a config file.

-- 
Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to