Hi
I am new to TurboGears and decided that in order to make the learning
curve as steep as possible I would try out the alpha version...
The installation with easy_install appears to go well -- no errors reported.
The trouble starts when I use tg-admin quickstart:
[EMAIL PROTECTED]:~/tmp/tg$ tg-admin quickstart
Enter project name: TurboTunes
Enter package name [turbotunes]:
Selected and implied templates:
TurboGears#turbogears web framework
Variables:
package: turbotunes
project: TurboTunes
...
...
...
Copying setup.py_tmpl to ./TurboTunes/setup.py
Copying start-+package+.py_tmpl to ./TurboTunes/start-turbotunes.py
Running /usr/bin/python setup.py egg_info
Error (exit code: 1)
Traceback (most recent call last):
File "setup.py", line 5, in ?
execfile(os.path.join("TurboTunes", "release.py"))
IOError: [Errno 2] No such file or directory: 'TurboTunes/release.py'
Traceback (most recent call last):
File "/usr/local/bin/tg-admin", line 7, in ?
sys.exit(
File
"/usr/lib/python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/command/base.py",
line 261, in main
command.run()
File
"/usr/lib/python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/command/quickstart.py",
line 141, in run
command.run(cmd_args)
File
"/usr/lib/python2.4/site-packages/PasteScript-0.5-py2.4.egg/paste/script/command.py",
line 205, in run
result = self.command()
File
"/usr/lib/python2.4/site-packages/PasteScript-0.5-py2.4.egg/paste/script/create_distro.py",
line 103, in command
cwd=output_dir)
File
"/usr/lib/python2.4/site-packages/PasteScript-0.5-py2.4.egg/paste/script/command.py",
line 526, in run_command
raise OSError("Error executing command %s" % cmd)
OSError: Error executing command /usr/bin/python
The trouble seems to be that the file 'release.py' is in the
'TurboTunes/turbotunes' directory and not in 'TurboTunes/TurboTunes'
-- which does not exist.
If I force the package name to be 'TurboTunes' (and not 'turbotunes')
the quickstart step works but I get errors later on when I follow the
TurboTunes tutorial.
Apart from using the stable release and doing without Catwalk are
there any suggestions for solving this problem?
I am running Ubuntu Breezy and only have python2.4 installed.
Thanks and regards,
Ryan
--
Ryan Tracey
Citizen: The World
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---