I'm trying to get started with registration! I'm supposed to have the
site live before this weekend in order that I'll have kept my New
Year's resolution. I'm fairly new to TG, but things have been coming
along fine so far. I tried registration 0.3, but ditched it when I
realized it wouldn't work with python 2.5.
Any help would be appreciated. I feel like I am really missing
something basic and important.
Thanks,
JJ
My system
==========
using turbo gears 1.0.3.2
python 2.5.1
==================== how I installed =============================
elegantlap:turbo_gears jj$ easy_install
http://tg-registration.googlecode.com/svn/trunk/
Downloading
http://tg-registration.googlecode.com/svn/trunk/
Doing subversion checkout from
http://tg-registration.googlecode.com/svn/trunk/
to /var/folders/bn/bnRPiM2nFfaHTg7aYshF-k+++TU/-Tmp-/easy_install-
qg34rB/trunk
Processing trunk
Running setup.py -q bdist_egg --dist-dir /var/folders/bn/
bnRPiM2nFfaHTg7aYshF-k+++TU/-Tmp-/easy_install-qg34rB/trunk/egg-dist-
tmp-Nqo7vg
Adding registration 0.4rc1 to easy-install.pth file
Installed /Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/registration-0.4rc1-py2.5.egg
Processing dependencies for registration==0.4rc1
Finished processing dependencies for registration==0.4rc1
===================== quickstart ============================
elegantlap:turbo_gears jj$ tg-admin quickstart -t registration
Enter project name: registration6
Enter package name [registration6]:
Do you need Identity (usernames/passwords) in this project? [no] yes
Selected and implied templates:
TurboGears#tgbase tg base template
registration#registration Provides a template for simple user
registraton and verification.
Variables:
egg: registration6
elixir: False
identity: sqlobject
package: registration6
project: registration6
sqlalchemy: False
Creating template tgbase
Creating directory ./registration6
Recursing into +einame+.egg-info
Creating ./registration6/registration6.egg-info/
Copying PKG-INFO to ./registration6/registration6.egg-info/PKG-
INFO
Copying paster_plugins.txt to ./registration6/registration6.egg-
info/paster_plugins.txt
Copying sqlobject.txt_tmpl to ./registration6/registration6.egg-
info/sqlobject.txt
Recursing into +package+
Creating ./registration6/registration6/
Copying __init__.py_tmpl to ./registration6/registration6/
__init__.py
Copying release.py_tmpl to ./registration6/registration6/
release.py
Recursing into static
Creating ./registration6/registration6/static/
Recursing into css
Creating ./registration6/registration6/static/css/
Copying empty to ./registration6/registration6/static/css/
empty
Recursing into images
Creating ./registration6/registration6/static/images/
Copying favicon.ico to ./registration6/registration6/static/
images/favicon.ico
Copying tg_under_the_hood.png to ./registration6/registration6/
static/images/tg_under_the_hood.png
Copying under_the_hood_blue.png to ./registration6/
registration6/static/images/under_the_hood_blue.png
Recursing into javascript
Creating ./registration6/registration6/static/javascript/
Copying empty to ./registration6/registration6/static/
javascript/empty
Recursing into templates
Creating ./registration6/registration6/templates/
Copying __init__.py_tmpl to ./registration6/registration6/
templates/__init__.py
Creating template registration
Recursing into +package+
Recursing into config
Creating ./registration6/registration6/config/
Copying registration.cfg to ./registration6/registration6/config/
registration.cfg
Recursing into tests
Creating ./registration6/registration6/tests/
Copying test_registration.py_tmpl to ./registration6/
registration6/tests/test_registration.py
Traceback (most recent call last):
File "/usr/local/bin/tg-admin", line 8, in <module>
load_entry_point('TurboGears==1.0.3.2', 'console_scripts', 'tg-
admin')()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/TurboGears-1.0.3.2-py2.5.egg/turbogears/
command/base.py", line 389, in main
command.run()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/TurboGears-1.0.3.2-py2.5.egg/turbogears/
command/quickstart.py", line 214, in run
imp.load_module("setup", *imp.find_module("setup", ["."]))
ImportError: No module named setup