Hi I installed turbogears offline using the .egg files in turbogears
1.0b.zip. When i try to create a project i get the following error:
C:\turbogears-1.0b\TurboGears>tg-admin quickstart
Enter project name: TG example
Enter package name [tgexample]:
Do you need Identity (usernames/passwords) in this project? [no]
Selected and implied templates:
turbogears#tgbase tg base template
turbogears#turbogears web framework
Variables:
egg: TG_example
identity: none
package: tgexample
project: TG-example
sqlalchemy: False
Creating template tgbase
Creating directory .\TG-example
Recursing into +einame+.egg-info
Creating .\TG-example\TG_example.egg-info/
Copying PKG-INFO to .\TG-example\TG_example.egg-info\PKG-INFO
Copying paster_plugins.txt to .\TG-example\TG_example.egg-info
\paster_plugin
s.txt
Copying sqlobject.txt_tmpl to .\TG-example\TG_example.egg-info
\sqlobject.txt
Recursing into +package+
Creating .\TG-example\tgexample/
Copying __init__.py_tmpl to .\TG-example\tgexample\__init__.py
Copying release.py_tmpl to .\TG-example\tgexample\release.py
Recursing into static
Creating .\TG-example\tgexample\static/
Recursing into css
Creating .\TG-example\tgexample\static\css/
Copying empty to .\TG-example\tgexample\static\css\empty
Copying style.css to .\TG-example\tgexample\static\css
\style.css
Recursing into images
Creating .\TG-example\tgexample\static\images/
Copying favicon.ico to .\TG-example\tgexample\static\images
\favicon.ico
Copying header_inner.png to .\TG-example\tgexample\static
\images\header_
inner.png
Copying info.png to .\TG-example\tgexample\static\images
\info.png
Copying ok.png to .\TG-example\tgexample\static\images\ok.png
Copying tg_under_the_hood.png to .\TG-example\tgexample\static
\images\tg
_under_the_hood.png
Copying under_the_hood_blue.png to .\TG-example\tgexample
\static\images\
under_the_hood_blue.png
Recursing into javascript
Creating .\TG-example\tgexample\static\javascript/
Copying empty to .\TG-example\tgexample\static\javascript
\empty
Recursing into templates
Creating .\TG-example\tgexample\templates/
Copying __init__.py_tmpl to .\TG-example\tgexample\templates
\__init__.py
Creating template turbogears
Recursing into +package+
Recursing into config
Creating .\TG-example\tgexample\config/
C:\Program Files\Python24\lib\site-packages\cheetah-1.0-py2.4-win32.egg
\Cheetah\
Compiler.py:1112: UserWarning: You supplied an empty string for the
source!
Copying __init__.py_tmpl to .\TG-example\tgexample\config
\__init__.py
Copying app.cfg_tmpl to .\TG-example\tgexample\config\app.cfg
Copying log.cfg_tmpl to .\TG-example\tgexample\config\log.cfg
Copying controllers.py_tmpl to .\TG-example\tgexample
\controllers.py
Copying json.py_tmpl to .\TG-example\tgexample\json.py
Copying model.py_tmpl to .\TG-example\tgexample\model.py
Recursing into sqlobject-history
Creating .\TG-example\tgexample\sqlobject-history/
Copying empty to .\TG-example\tgexample\sqlobject-history\empty
Recursing into templates
Copying login.kid to .\TG-example\tgexample\templates\login.kid
Copying master.kid to .\TG-example\tgexample\templates
\master.kid
Copying welcome.kid to .\TG-example\tgexample\templates
\welcome.kid
Recursing into tests
Creating .\TG-example\tgexample\tests/
Copying __init__.py_tmpl to .\TG-example\tgexample\tests
\__init__.py
Copying test_controllers.py_tmpl to .\TG-example\tgexample\tests
\test_cont
rollers.py
Copying test_model.py_tmpl to .\TG-example\tgexample\tests
\test_model.py
Copying README.txt_tmpl to .\TG-example\README.txt
Copying dev.cfg_tmpl to .\TG-example\dev.cfg
Copying sample-prod.cfg_tmpl to .\TG-example\sample-prod.cfg
Copying setup.py_tmpl to .\TG-example\setup.py
Copying start-+package+.py_tmpl to .\TG-example\start-tgexample.py
Running C:\Program Files\Python24\python.exe setup.py egg_info
Error (exit code: 1)
Traceback (most recent call last):
File "setup.py", line 2, in ?
from turbogears.finddata import find_package_data
File "C:\Program Files\Python24\lib\site-packages\PIL\__init__.py",
line 6, in
?
#
File "c:\turbogears-1.0b\turbogears\turbogears-1.0b1-py2.4.egg
\turbogears\cont
rollers.py", line 14, in ?
File "C:\Program Files\Python24\lib\site-packages\PIL\__init__.py",
line 1, in
?
#
File "c:\turbogears-1.0b\turbogears\turbogears-1.0b1-py2.4.egg
\turbogears\view
\base.py", line 344, in ?
File "c:\turbogears-1.0b\turbogears\turbogears-1.0b1-py2.4.egg
\turbogears\view
\base.py", line 329, in _load_engines
File "c:\turbogears-1.0b\turbogears\turbogears-1.0b1-py2.4.egg
\turbogears\conf
ig.py", line 212, in get
TypeError: get expected at most 2 arguments, got 4
Traceback (most recent call last):
File "C:\Program Files\Python24\Scripts\tg-admin-script.py", line 7,
in ?
sys.exit(
File "c:\turbogears-1.0b\turbogears\turbogears-1.0b1-py2.4.egg
\turbogears\comm
and\base.py", line 356, in main
File "c:\turbogears-1.0b\turbogears\turbogears-1.0b1-py2.4.egg
\turbogears\comm
and\quickstart.py", line 195, in run
File "c:\program files\python24\lib\site-packages\PasteScript-0.9.7-
py2.4.egg\
paste\script\command.py", line 210, in run
result = self.command()
File "c:\program files\python24\lib\site-packages\PasteScript-0.9.7-
py2.4.egg\
paste\script\create_distro.py", line 129, in command
cwd=output_dir)
File "c:\program files\python24\lib\site-packages\PasteScript-0.9.7-
py2.4.egg\
paste\script\command.py", line 565, in run_command
raise OSError("Error executing command %s" % cmd)
OSError: Error executing command C:\Program Files\Python24\python.exe
Can anyone help me please?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---