I just installed
easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7b1/index
tg.devtools
then
paster quickstart
Turbogears2 no longer asks if you want identity?
Lucas
Enter project name: daaa1
Enter package name [daaa1]:
Selected and implied templates:
tg.devtools#turbogears2 TurboGears 2.0 Standard Quickstart Template
Variables:
auth: sqlalchemy
egg: daaa1
elixir: False
package: daaa1
project: daaa1
sqlalchemy: True
sqlobject: False
tgversion: 1.9.7b1
Creating template turbogears2
Creating directory ./daaa1
Recursing into +egg+.egg-info
Creating ./daaa1/daaa1.egg-info/
Copying paste_deploy_config.ini_tmpl_tmpl to
./daaa1/daaa1.egg-info/paste_deploy_config.ini_tmpl
Recursing into +package+
Creating ./daaa1/daaa1/
Copying __init__.py_tmpl to ./daaa1/daaa1/__init__.py
Recursing into config
Creating ./daaa1/daaa1/config/
Copying __init__.py_tmpl to ./daaa1/daaa1/config/__init__.py
Copying app_cfg.py_tmpl to ./daaa1/daaa1/config/app_cfg.py
Copying environment.py_tmpl to ./daaa1/daaa1/config/environment.py
Copying middleware.py_tmpl to ./daaa1/daaa1/config/middleware.py
Recursing into controllers
Creating ./daaa1/daaa1/controllers/
Copying __init__.py_tmpl to ./daaa1/daaa1/controllers/__init__.py
Copying error.py_tmpl to ./daaa1/daaa1/controllers/error.py
Copying root.py_tmpl to ./daaa1/daaa1/controllers/root.py
Copying secc.py_tmpl to ./daaa1/daaa1/controllers/secc.py
Copying template.py_tmpl to ./daaa1/daaa1/controllers/template.py
Recursing into i18n
Creating ./daaa1/daaa1/i18n/
Recursing into ru
Creating ./daaa1/daaa1/i18n/ru/
Recursing into LC_MESSAGES
Creating ./daaa1/daaa1/i18n/ru/LC_MESSAGES/
Copying +package+.po_tmpl to
./daaa1/daaa1/i18n/ru/LC_MESSAGES/daaa1.po
Recursing into lib
Creating ./daaa1/daaa1/lib/
Copying __init__.py_tmpl to ./daaa1/daaa1/lib/__init__.py
Copying app_globals.py_tmpl to ./daaa1/daaa1/lib/app_globals.py
Copying base.py_tmpl to ./daaa1/daaa1/lib/base.py
Copying helpers.py_tmpl to ./daaa1/daaa1/lib/helpers.py
Recursing into model
Creating ./daaa1/daaa1/model/
Copying __init__.py_tmpl to ./daaa1/daaa1/model/__init__.py
Copying auth.py_tmpl to ./daaa1/daaa1/model/auth.py
Copying model.template_tmpl to ./daaa1/daaa1/model/model.template
Recursing into public
Creating ./daaa1/daaa1/public/
Recursing into css
Creating ./daaa1/daaa1/public/css/
Copying style.css to ./daaa1/daaa1/public/css/style.css
Copying favicon.ico to ./daaa1/daaa1/public/favicon.ico
Recursing into images
Creating ./daaa1/daaa1/public/images/
Copying error.png to ./daaa1/daaa1/public/images/error.png
Copying grad_blue_7x80.png to
./daaa1/daaa1/public/images/grad_blue_7x80.png
Copying header_inner2.png to
./daaa1/daaa1/public/images/header_inner2.png
Copying info.png to ./daaa1/daaa1/public/images/info.png
Copying logo.gif to ./daaa1/daaa1/public/images/logo.gif
Copying logo.png to ./daaa1/daaa1/public/images/logo.png
Copying ok.png to ./daaa1/daaa1/public/images/ok.png
Copying star.png to ./daaa1/daaa1/public/images/star.png
Copying strype2.png to ./daaa1/daaa1/public/images/strype2.png
Copying tg2_04.gif to ./daaa1/daaa1/public/images/tg2_04.gif
Copying tg_under_the_hood.png to
./daaa1/daaa1/public/images/tg_under_the_hood.png
Copying under_the_hood_blue.png to
./daaa1/daaa1/public/images/under_the_hood_blue.png
Recursing into templates
Creating ./daaa1/daaa1/templates/
Copying __init__.py to ./daaa1/daaa1/templates/__init__.py
Copying about.html to ./daaa1/daaa1/templates/about.html
Copying debug.html to ./daaa1/daaa1/templates/debug.html
Copying footer.html to ./daaa1/daaa1/templates/footer.html
Copying header.html to ./daaa1/daaa1/templates/header.html
Copying index.html to ./daaa1/daaa1/templates/index.html
Copying login.html to ./daaa1/daaa1/templates/login.html
Copying master.html to ./daaa1/daaa1/templates/master.html
Copying sidebars.html to ./daaa1/daaa1/templates/sidebars.html
Recursing into tests
Creating ./daaa1/daaa1/tests/
Copying __init__.py_tmpl to ./daaa1/daaa1/tests/__init__.py
Recursing into functional
Creating ./daaa1/daaa1/tests/functional/
Copying __init__.py_tmpl to ./daaa1/daaa1/tests/functional/__init__.py
Copying test_root.py_tmpl to ./daaa1/daaa1/tests/functional/test_root.py
Copying test_models.py_tmpl to ./daaa1/daaa1/tests/test_models.py
Copying websetup.py_tmpl to ./daaa1/daaa1/websetup.py
Copying README.txt_tmpl to ./daaa1/README.txt
Copying development.ini_tmpl to ./daaa1/development.ini
Recursing into ez_setup
Creating ./daaa1/ez_setup/
Copying README.txt to ./daaa1/ez_setup/README.txt
Copying __init__.py to ./daaa1/ez_setup/__init__.py
Copying setup.cfg_tmpl to ./daaa1/setup.cfg
Copying setup.py_tmpl to ./daaa1/setup.py
Copying test.ini_tmpl to ./daaa1/test.ini
Running /home/lucas/tg2bENV/bin/python setup.py egg_info
Manually creating paster_plugins.txt (deprecated! pass a
paster_plugins keyword to setup() instead)
Adding PasteScript to paster_plugins.txt
Adding Pylons to paster_plugins.txt
Adding TurboGears2 to paster_plugins.txt
Adding tg.devtools to paster_plugins.txt
running egg_info
writing requirements to daaa1.egg-info/requires.txt
writing daaa1.egg-info/PKG-INFO
writing top-level names to daaa1.egg-info/top_level.txt
writing dependency_links to daaa1.egg-info/dependency_links.txt
writing entry points to daaa1.egg-info/entry_points.txt
paster_plugins not set in setup(), but daaa1.egg-info/paster_plugins.txt exists
reading manifest file 'daaa1.egg-info/SOURCES.txt'
writing manifest file 'daaa1.egg-info/SOURCES.txt'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---