2009/5/11 groceryheist <[email protected]>: > I am in an undergraduate level quality assurance class, and myself and a > small group have been working on taskcoach for our class project. Right now > I am trying to run the tests that are part of the source as well as to add > more scripts to the test suites. > > I have run into some problems in getting this to work, mostly around using > make from cygwin in windows and installing xwPython in linux. We are testing > in Suse and Mint distributions. Mint is a Debian branch. Building wxPython > in Suse is a real headache. I am not very familiar with that distribution so > I need help in that area. > > I think I am getting close to getting it working in Mint and Windows, but > tips for those platforms would be great.
I have no experience building wxPython myself. The manual seems to be here: http://www.wxpython.org/builddoc.php. Asking question about building wxPython are best asked on the wxpython-users mailinglist, see http://www.wxpython.org/maillist.php. If Mint is a Debian derivative, can't you just get the wxPython distribution for Debian? See http://wiki.wxpython.org/InstallingOnUbuntuOrDebian. I can probably help with cygwin/Windows, since I use that all the time. what exactly is your problem there? Cheers, Frank
