On May 1, 2012, at 10:32 AM, Uwe Grauer wrote:

> This commit breaks Editor.py, ...:

        Yeah, I fixed that in r7164.

> The above Error happens up to rev 7161.
> With rev 7161 to rev 7166 i only get a flashing window (hard to see) and 
> after the flashing i see no window at all.
> There is no tracback either.

        Hmm, on my machine Editor.py runs fine. Can anyone else verify how it's 
working on their systems?

> uwe@athlonx2:~/src/dabo> daboQuickLayoutWizard
> Traceback (most recent call last):
>   File "/home/uwe/src/dabo/ide/wizards/QuickLayoutWizard.py", line 9, 
> in <module>
>     from ClassDesignerComponents import LayoutSizer
> ImportError: No module named ClassDesignerComponents
        
        That wizard is intended to be run from within the Class Designer; it 
really makes no sense to run it by itself. The self-test code assumes that that 
would be run from the 'ide' directory, where the ClassDesignerComponents.py 
file lives. Try running 'python wizards/QuickLayoutWizard.py' from the 'ide' 
directory, and it should at least launch without an error.

        I did notice I had left some debugging code in that file, so I just 
committed a version that removes it.

> uwe@athlonx2:~/src/dabo> daboClassDesigner
> Traceback (most recent call last):
>   File "/home/uwe/src/dabo/ide/ClassDesigner.py", line 17, in <module>
>     from ClassDesignerPemForm import PemForm
>   File "/home/uwe/src/dabo/ide/ClassDesignerPemForm.py", line 7, in 
> <module>
>     from ClassDesignerTreeSheet import TreeSheet
>   File "/home/uwe/src/dabo/ide/ClassDesignerTreeSheet.py", line 16, in 
> <module>
>     from MenuBarPanel import MenuBarPanel
> ImportError: No module named MenuBarPanel

        Good catch. I removed that import - it's no longer needed.


-- Ed Leafe




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

Reply via email to