I have Linux env (Suse 10.1 x86_64)
- 1st I needed to install SQLite, it took some hours to understand
  why easy_install pysqlite give error about include file sqlite3.h
- after that I started all again and install TG2b2
- Helloworld done using paster quickstart
and then
       paster serve development.ini
- error:
File "/u/awot/turbogear/2/tg2env/lib/python2.5/site-packages/
SQLAlchemy-0.5.0rc4-py2.5.egg/sqlalchemy/databases/sqlite.py", line
266, in dbapi
    raise e
ImportError: /root/.python-eggs/pysqlite-2.5.1-py2.5-linux-x86_64.egg-
tmp/pysqlite2/_sqlite.so: undefined symbol:
sqlite3_enable_shared_cache

Then I changed my url to use postgresql. I created db name tg2. No
problem.
something like: sqlalchemy.url =postgres://tg2user:tg2pwd:
5...@localhost/tg2
bug in tg_users password field, 40 it's not enough, need more, I fixed
my database, but ofcourse error is somewhere else in the tg2 app init
files.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to