Hi all
After waiting for 1.0.4b3 to come out I finally started development and
encountered minor error messages during quickstart on Windows (NT and
Vista). They do not have any consequence, as far as I can see, but still
want to mention them for the record. I am also not sure who might be
"guilty", because the errors occurred after some additional installs.
Here is what I have:
TG 1.0.4b3
SQLAlchemy 0.4.1
Elixir 0.4
Genshi 0.4.4
gsquickstart 1.0
The same errors occur independent of the parameters for quickstart,
including none, but it might be that installing gsquickstart, for example,
causes this minor problem.
Maybe somebody sees something in this.
kind regards
Andre
Here is the output (used other project names, too; running
start-dummy.pyworks fine and produces no further error messages):
C:\...\projects\turbogears>tg-admin quickstart -e -i -t tggenshi dummy
Enter package name [dummy]:
Selected and implied templates:
turbogears#tgbase tg base template
turbogears#turbogears web framework
gsquickstart#tggenshi web framework with genshi
Variables:
egg: dummy
elixir: True
identity: sqlalchemy
package: dummy
project: dummy
sqlalchemy: True
sqlalchemyversion: SQLAlchemy>=0.3.10
sqlobject: False
Creating template tgbase
Creating directory .\dummy
Recursing into +einame+.egg-info
Creating .\dummy\dummy.egg-info/
Copying PKG-INFO to .\dummy\dummy.egg-info\PKG-INFO
Copying paster_plugins.txt to .\dummy\dummy.egg-info\paster_plugins.txt
Error in file c:\Python25\lib\site-packages\turbogears-
1.0.4b3-py2.5.egg\turbogears\qstemplates\qsbase\+einame+.egg-info\sqlobject.txt_tmpl:
Recursing into +package+
Creating .\dummy\dummy/
Copying __init__.py to .\dummy\dummy\__init__.py
Copying release.py_tmpl to .\dummy\dummy\release.py
Recursing into static
Creating .\dummy\dummy\static/
Recursing into css
Creating .\dummy\dummy\static\css/
Error in file c:\Python25\lib\site-packages\turbogears-
1.0.4b3-py2.5.egg\turbogears\qstemplates\qsbase\+package+\static\css\empty_tmpl:
Recursing into images
Creating .\dummy\dummy\static\images/
Copying favicon.ico to .\dummy\dummy\static\images\favicon.ico
Copying tg_under_the_hood.png to
.\dummy\dummy\static\images\tg_under_the_hood.png
Copying under_the_hood_blue.png to
.\dummy\dummy\static\images\under_the_hood_blue.png
Recursing into javascript
Creating .\dummy\dummy\static\javascript/
Error in file c:\Python25\lib\site-packages\turbogears-
1.0.4b3-py2.5.egg\turbogears\qstemplates\qsbase\+package+\static\javascript\empty_tmpl:
Recursing into templates
Creating .\dummy\dummy\templates/
Copying __init__.py to .\dummy\dummy\templates\__init__.py
Creating template turbogears
Recursing into +package+
Copying commands.py_tmpl to .\dummy\dummy\commands.py
Recursing into config
Creating .\dummy\dummy\config/
Copying __init__.py to .\dummy\dummy\config\__init__.py
Copying app.cfg_tmpl to .\dummy\dummy\config\app.cfg
Copying log.cfg_tmpl to .\dummy\dummy\config\log.cfg
Copying controllers.py_tmpl to .\dummy\dummy\controllers.py
Copying json.py_tmpl to .\dummy\dummy\json.py
Copying model.py_tmpl to .\dummy\dummy\model.py
Recursing into static
Recursing into css
Copying style.css to .\dummy\dummy\static\css\style.css
Recursing into images
Copying header_inner.png to
.\dummy\dummy\static\images\header_inner.png
Copying info.png to .\dummy\dummy\static\images\info.png
Copying ok.png to .\dummy\dummy\static\images\ok.png
Recursing into templates
Copying login.kid to .\dummy\dummy\templates\login.kid
Copying master.kid to .\dummy\dummy\templates\master.kid
Copying welcome.kid to .\dummy\dummy\templates\welcome.kid
Recursing into tests
Creating .\dummy\dummy\tests/
Copying __init__.py to .\dummy\dummy\tests\__init__.py
Copying test_controllers.py_tmpl to
.\dummy\dummy\tests\test_controllers.py
Copying test_model.py_tmpl to .\dummy\dummy\tests\test_model.py
Copying README.txt_tmpl to .\dummy\README.txt
Copying dev.cfg_tmpl to .\dummy\dev.cfg
Copying sample-prod.cfg_tmpl to .\dummy\sample-prod.cfg
Copying setup.py_tmpl to .\dummy\setup.py
Copying start-+package+.py_tmpl to .\dummy\start-dummy.py
Copying test.cfg_tmpl to .\dummy\test.cfg
Creating template tggenshi
Recursing into +package+
Recursing into config
Replace 5362 bytes with 5736 bytes (6/145 lines changed; 18 lines added)
Copying app.cfg_tmpl to .\dummy\dummy\config\app.cfg
Recursing into templates
Copying login.html to .\dummy\dummy\templates\login.html
Copying master.html to .\dummy\dummy\templates\master.html
Copying welcome.html to .\dummy\dummy\templates\welcome.html
Replace 2443 bytes with 2470 bytes (0/78 lines changed; 1 lines added)
Copying setup.py_tmpl to .\dummy\setup.py
Removing .\dummy\dummy\templates\login.kid
Removing .\dummy\dummy\templates\master.kid
Removing .\dummy\dummy\templates\welcome.kid
Running c:\Python25\python.exe setup.py egg_info
Adding TurboGears to paster_plugins.txt
running egg_info
writing requirements to dummy.egg-info\requires.txt
writing dummy.egg-info\PKG-INFO
writing top-level names to dummy.egg-info\top_level.txt
writing dependency_links to dummy.egg-info\dependency_links.txt
writing entry points to dummy.egg-info\entry_points.txt
reading manifest file 'dummy.egg-info\SOURCES.txt'
writing manifest file 'dummy.egg-info\SOURCES.txt'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---