[Grok-dev] Re: Error in the beginner's tutorial

Sebastian Hoehn hoehn at iig.uni-freiburg.de
Mon Aug 20 06:57:57 EDT 2007


Hello,

my current version of paster is: PasteScript 1.3.3

I mentioned that this is the current version, because the error was on
the list once before, but there was no solution provided, just the
question, if it might be caused by an outdated version of paster.

By the way: if grokproject failed and I manually add the directory and
touch the missing file, restarting grokproject successfully created the
instance. This is not a nice workaround, but at least I could start
testing grok.

Thanks for helping,

Sebastian

Philipp von Weitershausen schrieb:
> 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?
>



More information about the Grok-dev mailing list