<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.9.3">
</HEAD>
<BODY>
<TT>Hi friends, i have a problem actually use cpsskins of svn.z3lab.org</TT><BR>
<TT>and the zope3 of svn (svn.zope.org), whenever I want to create a</TT><BR>
<TT>subject shows the following error:</TT><BR>
<TT>AttributeError: 'NoneType' object has no attribute 'newIdentifier'</TT><BR>
<BR>
<TT>after looking for, the error occurs in this file</TT><BR>
<TT><A HREF="http://svn.z3lab.org/z3lab/cpsskins/trunk/elements/__init__.py">http://svn.z3lab.org/z3lab/cpsskins/trunk/elements/__init__.py</A></TT><BR>
<TT>exactly here:</TT><BR>
<TT>==============================================================</TT><BR>
<TT>...</TT><BR>
<TT>class Element(Contained):</TT><BR>
<TT>&nbsp;&nbsp; &quot;&quot;&quot;An element&quot;&quot;&quot;</TT><BR>
<BR>
<TT>&nbsp;&nbsp; implements(IElement)</TT><BR>
<BR>
<TT>&nbsp;&nbsp; def __init__(self):</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from cpsskins.thememanager import getThemeManager</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tmutil = getThemeManager() #&lt;--------</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self._identifier = tmutil.newIdentifier() #&lt;--------</TT><BR>
<TT>...</TT><BR>
<TT>==============================================================</TT><BR>
<BR>
<TT>after proving I realize that this not giving back swum</TT><BR>
<TT>getThemeManager() only giving back a None, this not giving back</TT><BR>
<TT>a class, some idea?</TT><BR>
<BR>
<TT>the cpsskins for zope3, with as version of zope3 it works? with the</TT><BR>
<TT>versi&#243;n of svn?</TT><BR>
<BR>
</BODY>
</HTML>