On 12/16/06, Paul McNett <[EMAIL PROTECTED]> wrote:
> Carl Karsten wrote:
> > Also, it seems you fixed some bug that prevented AppWiz from running on 
> > windows.
> >
> >
> > Incase anyone cares.
>
> Of course we care. Last time I checked, AppWiz worked fine on all
> platforms. What was happening?
>
> --
> pkm ~ http://paulmcnett.com
>
>
> _______________________________________________
> Post Messages to: [email protected]
> Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
>

Here's what was happening.


[SHERNDON-T42:~/daboproject/daboide/wizards/AppWizard]$ svn update -r
707 AppWizard.py
U    AppWizard.py
Updated to revision 707.
[SHERNDON-T42:~/daboproject/daboide/wizards/AppWizard]$ python AppWizard.py
Dabo Info Log: Sat Dec 16 14:11:38 2006: PyOpenGL not present, so
dGlWindow is not loaded.
Dabo Info Log: Sat Dec 16 14:11:38 2006: 0 database connection
definition(s) loaded.
Dabo Info Log: Sat Dec 16 14:11:38 2006: User interface already set to
'wx', so dApp didn't touch it
.
Dabo Info Log: Sat Dec 16 14:11:38 2006: wxPython Version: 2.7.1.1
wxMSW (unicode)
Traceback (most recent call last):
  File "AppWizard.py", line 1476, in ?
    wiz = AppWizard(None)
  File "AppWizard.py", line 820, in __init__
    self.append(pgs)
  File 
"c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\ui\dialogs\Wizard.py",
line 168, in a
ppend
    self.append(p)
  File 
"c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\ui\dialogs\Wizard.py",
line 170, in a
ppend
    page = pg(self.pagePanel)
  File "AppWizard.py", line 600, in __init__
    self.super(parent=parent, Title=title)
  File 
"c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\lib\autosuper\autosuper.py",
line 175
, in __call__
    return method(*p, **kw)
  File 
"c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\ui\dialogs\WizardPage.py",
line 22, i
n __init__
    self.setup()
  File 
"c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\ui\dialogs\WizardPage.py",
line 36, i
n setup
    self._createBody()
  File 
"c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\ui\dialogs\WizardPage.py",
line 41, i
n _createBody
    self.createBody()
  File "AppWizard.py", line 643, in createBody
    self.Sizer.append(lbl)
  File 
"c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\ui\uiwx\dSizerMixin.py",
line 82, in
append
    borderSides=borderSides)
  File 
"c:\python24\lib\site-packages\Dabo-0.8a-py2.4.egg\dabo\ui\uiwx\dSizerMixin.py",
line 121, in
 insert
    flag=_wxFlags, border=border, userData=self)
  File "C:\Python24\lib\site-packages\wx-2.7.1-msw-unicode\wx\_core.py",
line 11683, in Insert
    return _core_.Sizer_Insert(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "!sizer || m_containingSizer
!= sizer" failed at ..\..\src\
common\wincmn.cpp(1705) in wxWindowBase::SetContainingSizer(): Adding
a window to the same sizer twi
ce?
[SHERNDON-T42:~/daboproject/daboide/wizards/AppWizard]$

-- 
sheila

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to