Hi, this might be a long shot, but I've searched and so far haven't found it.
I'm playing with getting apps to run under Linux (Ubuntu Intrepid Ibex,
running with Wubi) and so far have been having little problems here and
there. I was wondering if there wasn't any tutorial or mini clearinghouse of
info on what kinds of concerns one might typically run into in 'porting'
wxPython apps running on WindowsXP to Linux--and how to resolve
them? The archive has individual questions and answers here and
there, and the wxPython site may have what I'm looking for, but it is
so vast I haven't found it yet. There may be no such animal, but if
there were it'd be a nice resource for those trying this transition.
I dont found any manual but I have the inverse: Im work in Linux and porting to Windows some wxPython App, so for my testing I use VirtualBox (this is multiplatform) under Ubuntu like host and install inside WindowsXP (guest) and I can test my App in real time, because Win runs like another windows inside my Ubuntu, I have a shared folder (/home/mario/Public) and its visible for Windows too, I can run my programs in Win, make some changes in either and shared files with no reboot.