Re: [PythonReports-users] Adding a Field to Detail band
Brought to you by:
a1s
From: alexander s. <al...@go...> - 2012-12-05 09:40:50
|
On 04.12.2012 22:22, Werner F. Bruhin wrote: > > 1. Click on "New Template" > 2. create "data" > 3. Click on "New Field" > 4. Click within "Detail" band I get this exception: > > wx._core.PyAssertionError: C++ assertion "Assert failure" failed at > ..\..\src\propgrid\propgridpagestate.cpp(1673) in > wxPropertyGridPageState::PrepareToAddItem(): wxPropertyGrid item with > name "data" ... (truncated) > "c:\Python27\Lib\site-packages\PythonReports\editor\propertiesgrid.py", > line 261, in setup_by_element > self.append_atributes(_tag, _body) > File > "c:\Python27\Lib\site-packages\PythonReports\editor\propertiesgrid.py", > line 308, in append_atributes > self.Append(wxpg.PropertyCategory(tag)) > File "c:\Python27\Lib\site-packages\wx-2.9.4-msw\wx\propgrid.py", line > 1096, in Append > return _propgrid.PropertyGridInterface_Append(*args, **kwargs) I believe this is fixed with http://pythonreports.bzr.sourceforge.net/bzr/pythonreports/revision/225 Best wishes, alex. |