Hi all,
I hope you made it all well into 2014 - all the best to you all for this
new year.
In the meantime I have done my move to Switzerland and slowly but surely
am settling in and will get a bit of time to work on this again.
I will continue to work on the branch "phoenix-2ndtry" and as you can
see the grid is now working - which was a major issue. To get it
working I upgraded my Phoenix snapshot to
"http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.1.dev75563-py2.7-win32.egg".
In this branch to get the relative import stuff to work with the name
space mangling done by Dabo the following needs to be changed.
This:
if __name__ == "__main__":
dabo.ui.loadUI("wx")
needs to become:
if __name__ == "__main__":
import dabo.ui
dabo.ui.loadUI("wx")
if __package__ is None:
import dabo.ui.uiwx
__package__ = "dabo.ui.uiwx"
I will start at the top of the dabo.ui.uiwx folder and make this change
and when all are done I will start on the Py3 changes.
Werner
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]