Re: [Pythonmac-SIG] py2app - After building for distribution, No module named PyObjCTools

2009-02-11 Thread Christopher Barker
Ronald Oussoren wrote: One of the things I'd like to see is a set of functional tests for py2app, even if that only consists of a collection of sample applications that use the various libraries in common use, such as: * A wxWidgets application I've got lot's of little wx apps we could use

Re: [Pythonmac-SIG] py2app - After building for distribution, No module named PyObjCTools

2009-02-11 Thread Ronald Oussoren
On 11 Feb, 2009, at 18:18, Christopher Barker wrote: Lack of a proper testing infrastructure is a major issue for py2app at the moment, it is way to easy to accidently break something when changing the py2app code base. Having a set of test applications would at least make it easier to

Re: [Pythonmac-SIG] py2app - After building for distribution, No module named PyObjCTools

2009-02-11 Thread Ronald Oussoren
On 12 Feb, 2009, at 5:28, R Fritz wrote: Could this perhaps be done via Apple Events, or even the accessibility features? That's a great idea. The accessibility features should allow us to control the GUI from a script, and GUI scripting shouldn't be problematic here because the