[Zope3-Users] problem Z3+cpsskins
Hector Miuler Malpica Gallegos
miuler at gmail.com
Sat Dec 31 18:58:37 EST 2005
Hi friends, i have a problem actually use cpsskins of svn.z3lab.org
and the zope3 of svn (svn.zope.org), whenever I want to create a
subject shows the following error:
AttributeError: 'NoneType' object has no attribute 'newIdentifier'
after looking for, the error occurs in this file
http://svn.z3lab.org/z3lab/cpsskins/trunk/elements/__init__.py
exactly here:
==============================================================
...
class Element(Contained):
"""An element"""
implements(IElement)
def __init__(self):
from cpsskins.thememanager import getThemeManager
tmutil = getThemeManager() #<--------
self._identifier = tmutil.newIdentifier() #<--------
...
==============================================================
after proving I realize that this not giving back swum
getThemeManager() only giving back a None, this not giving back
a class, some idea?
the cpsskins for zope3, with as version of zope3 it works? with the
versión of svn?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20051231/b01ed941/attachment.htm
More information about the Zope3-users
mailing list