i got the same error.

File
"/var/lib/python-support/python2.4/turbogears/identity/visitor.py",
line 50, in create_extension_model
   provider= create_default_provider()
 File
"/var/lib/python-support/python2.4/turbogears/identity/__init__.py",
line 26, in create_default_provider
   return plugin()
 File
"/var/lib/python-support/python2.4/turbogears/identity/saprovider.py",
line 119, in __init__
   group_class = load_class(group_class_path)
 File "/var/lib/python-support/python2.4/turbogears/util.py", line
295, in load_class
   splitted_path = dottedpath.split('.')
AttributeError: 'NoneType' object has no attribute 'split'

what is weird is that it occurs only when i run unittests, in test.cfg
I have:

dentity.on=True
identity.provider="sqlalchemy"
identity.saprovider.model.user="globalconfui.model.User"
identity.saprovider.model.visit="globalconfui.model.VisitIdentity"
identity.saprovider.encryption_algorithm="sha1"

before upgrading to TG 1.0 last week the tests ran ok.
And through the browser identity works like a charm.


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