> On Jan 6, 2014, at 3:20, Werner <[email protected]> wrote: > > Hi all, > > I hope you made it all well into 2014 - all the best to you all for this new > year. > You too!
> 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. Big moves are painful. Glad you made it to your new home. > > 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". > This is great news. I've been busy as always with too much work and not enough play and over committing myself. I'm personally in a very good space right now but am unhappy with my lack of attention to Dabo and specifically your work on the Phoenix wrapper. Thanks for taking the ball and running with it. > 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" > Looks okay to me. > 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. > Great. Cheers and happy new year to you and yours. Paul _______________________________________________ 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]
