On Sun, Jan 25, 2009 at 10:41 PM, Lukasz Szybalski <[email protected]> wrote:
> On Sat, Jan 24, 2009 at 5:14 AM, frankentux <[email protected]> 
> wrote:
>>
>> The output of paster quickstart tg2test is:
>>  Copying setup.py_tmpl to ./tg2test/setup.py
>>  Copying test.ini_tmpl to ./tg2test/test.ini
>> Running /usr/bin/python setup.py egg_info
>> Traceback (most recent call last):
>>  File "/usr/bin/paster", line 8, in <module>
>>    load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')
>> ()
>>  File "/usr/lib64/python2.6/site-packages/paste/script/command.py",
>> line 84, in run
>>    invoke(command, command_name, options, args[1:])
>>  File "/usr/lib64/python2.6/site-packages/paste/script/command.py",
>> line 123, in invoke
>>    exit_code = runner.run(args)
>>  File "/usr/lib64/python2.6/site-packages/paste/script/command.py",
>> line 218, in run
>>    result = self.command()
>>  File "/usr/lib64/python2.6/site-packages/devtools/commands/
>> quickstart.py", line 204, in command
>>    command.run(cmd_args)
>>  File "/usr/lib64/python2.6/site-packages/paste/script/command.py",
>> line 218, in run
>>    result = self.command()
>>  File "/usr/lib64/python2.6/site-packages/paste/script/
>> create_distro.py", line 170, in command
>>    egg_info_dir = pluginlib.egg_info_dir(output_dir, dist_name)
>>  File "/usr/lib64/python2.6/site-packages/paste/script/pluginlib.py",
>> line 134, in egg_info_dir
>>    % ', '.join(all))
>> IOError: No egg-info directory found (looked in ./tg2test/./
>> tg2test.egg-info, ./tg2test/development.ini/tg2test.egg-info, ./
>> tg2test/ez_setup/tg2test.egg-info, ./tg2test/test.ini/tg2test.egg-
>> info, ./tg2test/README.txt/tg2test.egg-info, ./tg2test/tg2test/
>> tg2test.egg-info, ./tg2test/setup.py/tg2test.egg-info, ./tg2test/
>> production.ini/tg2test.egg-info, ./tg2test/setup.cfg/tg2test.egg-info)
>>
>> The spec file used for building is http://pastebin.com/f46277f8f
>
> Is paste and pastescript installed somewhere there, I couldn't see it
> under required parts.
>

Also,
You can look how debian packages it:
http://svn.debian.org/wsvn/python-modules/packages/turbogears2/?rev=0&sc=0
http://svn.debian.org/wsvn/python-modules/packages/turbogears2/trunk/debian/control?op=file&rev=0&sc=1

Lucas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to