> > It should work where the Python parser works, and the new gui that > >Robert and Mike have pulled together should work as well, as long as > >wxWindows can be compiled on your platform. Feel free to check > out the code > >from CVS and try it for yourself. Report bugs to bugs.plkr.org, and we'll > >get right on them. > > I haven't tried the GUI under Mac OS X, but I can certainly confirm that > under a standard Python installation, the command-line Plucker tools > work. It's not hard to rig a few scripts to deposit the final .pdb files > into the Files to Install folder for the next HotSync.
For GUI, still hasn't been compiled under OSX yet to test. Should work though--no custom behaviour/controls or low-level media/OS io are being used. Folks on the wx maillists report that their compiles working well under OS X, even though the maintainer has only had a short while to tune the wxWindows port to OSX. Also, apparently can compile it with just the Developer Tools CD that came with OSX + the wxWindows headers. wx 2.3.1 headers for Mac are here (or may wish to get the newest from cvs): http://prdownloads.sourceforge.net/wxwindows/wxMac-2.3.1.zip Install, documentation and rest: Links at: http://www.wxwindows.org/dl_mac2.htm Best wishes, Robert
