Re: [Pythonmac-SIG] newbie: threads in PyObjC

2007-06-04 Thread Ian Baird
Tom, One problem you have here is that you need to create an instance of the Threaded class to point to as your selector's target object. This error is causing the message: 2007-06-04 20:53:11.415 PyThread[555] *** +[Threaded newThread:]: selector not recognized Plus, you have an unneeded NSAuto

[Pythonmac-SIG] newbie: threads in PyObjC

2007-06-04 Thread Tom Elliott
I'm using the PyObjC bridge. I have a computation that will be triggered by a user. It takes about 2 minutes depending on the database we're using. I'd like the user to be able to kill it if he decides it's taking too long. It seems like threading should be the solution. My simple demo

[Pythonmac-SIG] Py2App intel/PPC: "

2007-06-04 Thread Ian York
I've been packaging a set of scripts using py2app, and until now the app that results has run without issues on MacOS10.4, either intel or ppc. The latest version, however, only runs on intel (on which I made the py2app package). The problem seems to be with eGenix mx base package (which is need

Re: [Pythonmac-SIG] which fortran for pythonmac.org binaries?

2007-06-04 Thread Christopher Barker
Robert Kern wrote: > And, if you copy the libgfortran.a file to somewhere else, say ~/staticlibs/, > you can force the linker to use it instead of the .dylib such that your users > don't need to install gfortran. > Problem solved. Finally. Fabulous! Thanks Robert. Is anyone planning on building