[Grok-dev] Re: Tutorial fails on creating project, looking for Sample/.../paster_plugins.txt

Philipp von Weitershausen philipp at weitershausen.de
Sun Apr 1 16:32:00 EDT 2007


Alec Munro wrote:
> I wonder if this has something to do with the version that
> easy_install picked up ("0.3dev_r73355"), as I don't know why it's 0.3
> instead of 0.9.

grokproject is at 0.3dev, grok itself at 0.9dev.

> Traceback (most recent call last):
>  File "/usr/bin/grokproject", line 7, in ?
>    sys.exit(
>  File 
> "/usr/lib/python2.4/site-packages/grokproject-0.3dev_r73355-py2.4.egg/grokproject/__init__.py", 
> 
> line 93, in main
>    exit_code = runner.run(['-t', 'grokproject', project] + extra_args)
>  File "/usr/lib/python2.4/site-packages//paste/script/command.py",
> line 210, in run
>    result = self.command()
>  File "/usr/lib/python2.4/site-packages//paste/script/create_distro.py",
> line 149, in command
>    pluginlib.add_plugin(egg_info_dir, 'PasteScript')
>  File "/usr/lib/python2.4/site-packages//paste/script/pluginlib.py",
> line 22, in add_plugin
>    f = open(fn, 'w')
> IOError: [Errno 2] No such file or directory:
> './Sample/Sample.egg-info/paster_plugins.txt''
> 
> Any ideas?

I would suspect your PasteScript version is not up to date, I recall 
seeing an error with older PasteScripts. We require PasteScript 1.3, try 
installing that (easy_install PasteScript==1.3).


-- 
http://worldcookery.com -- Professional Zope documentation and training


More information about the Grok-dev mailing list