[Grok-dev] Re: Error in the beginner's tutorial
Philipp von Weitershausen
philipp at weitershausen.de
Mon Aug 20 06:10:06 EDT 2007
Sebastian Hoehn wrote:
> Dear list members,
>
> I am greatly interested in investigating Grok for implementing a webapp,
> but starting with the tutorial I get the following error message when
> calling grokproject:
>
>
> Traceback (most recent call last):
> File "/usr/bin/grokproject", line 7, in ?
> sys.exit(
> File
> "/usr/lib/python2.4/site-packages/grokproject-0.5.1-py2.4.egg/grokproject/__init__.py",
> line 79, in main
> exit_code = runner.run(option_args + ['-t', 'grokproject', project]
> 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'
I remember seeing this error before, but I don't recall when and why :(.
> This was on the list some time ago, but without a solution. My paster
> scripts are up to date!
I'm not sure what's that supposed to mean... Which version of
PasteScript and Paste are you using?
--
http://worldcookery.com -- Professional Zope documentation and training
More information about the Grok-dev
mailing list