Hi,

This is the same question that Gertwin Groen raised 13-06-13. I have
installed the latest PyGUI and Python 3.3.2 on OSX 10.8.4. When trying
to run the blobedit example several syntax issues are found by the
compiler and running the 2to3 utility on the code does not help. After
changing the code to python3 syntax it dies with the message

Traceback (most recent call last):
  File "blobedit.py", line 16, in 
    from GUI import Application, ScrollableView, Document, Window,
Cursor, rgb
  File "/Users/bjre/kaa/GUI/Cocoa/ScrollableView.py", line 8, in 
    from GUI.GScrollableViews import ScrollableView as
GScrollableView, \
  File "/Users/bjre/kaa/GUI/Generic/GScrollableViews.py", line 8, in 
    from GUI import DrawableContainer
  File "/Users/bjre/kaa/GUI/Cocoa/DrawableContainer.py", line 74, in 
    class PyGUI_User_NSView(PyGUI_Flipped_NSView,
PyGUI_NS_ViewBase):
TypeError: multiple bases have instance lay-out conflict

I am a python novice so it is likely that I have done something wrong.
The problem above seems to be due to differences between python 2 and
3 and not trivial to figure out, so some help would be much
appreciated.

Regards,
Björn Regnström
_______________________________________________
Pygui mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pygui

Reply via email to