On Mar 31, 10:22 am, Christopher Arndt <[EMAIL PROTECTED]> wrote:

> A little more information, please!
> - Which database?

Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)  --> on Mac OS X
10.5.2.
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
>>> sqlite3.version
'2.3.2'
>>> sqlite3.sqlite_version
'3.3.14'


> - SO or SA?

I'm afraid I don't know what this question means.

> - Error message with traceback

http://paste.turbogears.org/paste/2371
and another time I tried it the exceptions were slightly different but
still finished with the Operational error and the database locked:
http://paste.turbogears.org/paste/2385

> - Output of "tg-admin info"

Say, thanks for letting me know about that command.  Interesting, and
below is the output. Note that I'm using the expat module from Python
2.4 in my Python 2.5 installation since the version that ships with
Python 2.5 is not compiled for use with Intel architecture.

fuerza:SpotPlot midtoad$ tg-admin info
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-
packages/_xmlplus/parsers/expat.py:4: RuntimeWarning: Python C API
version mismatch for module pyexpat: This Python has API version 1013,
module pyexpat has version 1012.
  from pyexpat import *
TurboGears Complete Version Information
TurboGears requires:
* TurboGears 1.0.4.4
* TurboKid 1.0.4
* TurboJson 1.1.2
* TurboCheetah 1.0
* simplejson 1.8.1
* setuptools 0.6c8
* RuleDispatch 0.5a0.dev-r2306
* PasteScript 1.6.2
* FormEncode 1.0.1
* DecoratorTools 1.7
* configobj 4.5.2
* CherryPy 2.3.0
* kid 0.9.6
* RuleDispatch 0.5a0.dev-r2306
* Cheetah 2.0.1
* PyProtocols 1.0a0dev-r2302
* PasteDeploy 1.3.1
* Paste 1.6
* DecoratorTools 1.7

Toolbox Gadgets
* info (TurboGears 1.0.4.4)
* catwalk (TurboGears 1.0.4.4)
* shell (TurboGears 1.0.4.4)
* designer (TurboGears 1.0.4.4)
* widgets (TurboGears 1.0.4.4)
* admi18n (TurboGears 1.0.4.4)

Identity Providers
* sqlobject (TurboGears 1.0.4.4)
* sqlalchemy (TurboGears 1.0.4.4)

tg-admin Commands
* info (TurboGears 1.0.4.4)
* shell (TurboGears 1.0.4.4)
* quickstart (TurboGears 1.0.4.4)
* update (TurboGears 1.0.4.4)
* sql (TurboGears 1.0.4.4)
* i18n (TurboGears 1.0.4.4)
* toolbox (TurboGears 1.0.4.4)

Visit Managers
* sqlobject (TurboGears 1.0.4.4)
* sqlalchemy (TurboGears 1.0.4.4)

Template Engines
* kid (TurboKid 1.0.4)
* json (TurboJson 1.1.2)
* cheetah (TurboCheetah 1.0)

Widget Packages

TurboGears Extensions
* visit (TurboGears 1.0.4.4)
* identity (TurboGears 1.0.4.4)

> - and anything else that might be relevant.

If I use Python 2.4 instead of Python 2.5, the result is the same.
The request to register a new user ends in a time-out. If I try to
reload the page, I get the Database locked error.

Any suggestions on how I should troubleshoot this?  Maybe just put
print statements throughout the registration controllers.py module?

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

Reply via email to