Hello,

I've got two Dabo applications using dGridSizer and created with the 
Class Designer. Both of them have worked correctly. Recently I updated Dabo:

Platform: Win
Python Version: 2.6.4 on win32
Dabo Version: Version 0.9.2; Revision ~5600
UI Version: 2.8.9.2 on wxMSW

Now when I start one of them I get this:

F:\Sibylle\Dabodev\dabo_sib\pflichten_stamm>main.py
Dabo Error Log: Mon Feb 08 19:01:07 2010: The 'cryptoKey' value has not 
been con
figured in dabo
F:\Sibylle\Dabodev\dabo\lib\SimpleCrypt.py:43: UserWarning: WARNING: 
SimpleCrypt
  is not secure. Please see http://wiki.dabodev.com/SimpleCrypt for more 
informat
ion
   warnings.warn("WARNING: SimpleCrypt is not secure. Please see 
http://wiki.dabo
dev.com/SimpleCrypt for more information")
Traceback (most recent call last):
   File "F:\Sibylle\Dabodev\dabo_sib\pflichten_stamm\main.py", line 17, 
in <modul
e>
     app.start()
   File "F:\Sibylle\Dabodev\dabo\dApp.py", line 379, in start
     self.setup()
   File "F:\Sibylle\Dabodev\dabo\dApp.py", line 334, in setup
     self.initUIApp()
   File "F:\Sibylle\Dabodev\dabo\dApp.py", line 371, in initUIApp
     self.uiApp.setup()
   File "F:\Sibylle\Dabodev\dabo\ui\uiwx\uiApp.py", line 409, in setup
     frm = self.dApp.MainForm = dabo.ui.createForm(mfc)
   File "F:\Sibylle\Dabodev\dabo\ui\uiwx\__init__.py", line 1232, in 
createForm
     frm = cls(*args, **kwargs)
   File "c:\dokume~1\schmut~1\lokale~1\temp\tmp4zgrh4.py", line 520, in 
__init__
     currSizer.setItemProps(itm, {'RowSpan': 1, 'ColSpan': 1, 'HAlign': 
'Left', '
ColExpand': True, 'Border': 0, 'Expand': True, 'RowExpand': True})
   File "F:\Sibylle\Dabodev\dabo\ui\uiwx\dSizerMixin.py", line 473, in 
setItemPro
ps
     self.setItemProp(itm, prop, val)
   File "F:\Sibylle\Dabodev\dabo\ui\uiwx\dSizerMixin.py", line 377, in 
setItemPro
p
     row, col = self.getGridPos(itm)
   File "F:\Sibylle\Dabodev\dabo\ui\uiwx\dGridSizer.py", line 304, in 
getGridPos
     return self.GetItemPosition(itm).Get()
   File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", 
line 1404
0, in GetItemPosition
     return _core_.GridBagSizer_GetItemPosition(*args)
TypeError: in method 'GridBagSizer_GetItemPosition', expected argument 2 
of type
  'size_t'

  The warning about SimpleCrypt is older, but the TypeError is new. With 
the second application I don't get the warning, but the traceback 
leading to the TypeError is the same. That second application is quite 
small and doesn't use a database.

  Updating to Rev. 5668 didn't change anything.

  The applications with hand-coded forms work correctly. At least one of 
them also uses a dGridSizer.

  What additional information should I add?

Regards,
Sibylle

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to