From: Tim L. <tl...@ve...> - 2003-03-23 07:28:42
|
> On wxGTK it can't do that switch so I disable it. Looks like > Mac can't either. In guiwidgets.py, look for gui.IsGtk(). > Replace it with 1. See if that fixes it. Yep, that did the trick! Thanks, Roger. The application launches and displays the window with tabs. In gui.py I changed IsGtk() to return true. I guess there's some platform specific test we can use to return true/false accordingly. I'm not too well versed with Python at this stage. Also, the application window is 1/2 inch square and has to be resized. This happens with the Hello sample, so I assume it has something to do with the Mac OS X implementation of wxPython (setting the default window size). I'll test with the USB cable tomorrow. Tim |