[Pythonmac-SIG] problem running py2app

2010-01-25 Thread Attila Tajti
Hello, As my first Mac OS X project I am trying to build a sample plugin with py2app. I am following this tutorial: http://eaganj.free.fr/weblog/?post/2009/07/14/Demystifying-Mail.app-Plugins-on-Leopard I do not know what am I doing wrong, but I cannot seem to be able to create my plugin in

Re: [Pythonmac-SIG] py2app annoyance

2010-01-25 Thread Christopher Barker
Kevin Walzer wrote: py2app may be more powerful than BundleBuilder, but it is also a complex, fragile beast. It consists of several different packages, requiring both a) a deep understanding of OS X mach-o internals and how libraries/load paths/dyld bits are loaded; I'm a bit confused by

Re: [Pythonmac-SIG] pyopencl

2010-01-25 Thread David Warde-Farley
On 9-Jan-10, at 12:10 PM, Markus Mohr wrote: Has someone used any of these? A recomendation perhaps? pyopencl ( http://mathema.tician.de/software/pyopencl ) seems to be the most mature and is very similar to PyCUDA which the same author wrote. It however requires boost; I haven't

[Pythonmac-SIG] patch: make --app and --plugin work

2010-01-25 Thread Attila Tajti
Hello, I restarted my project from stratch starting with py2applet --make-setup and found that the --app and --plugin switches do not work. Without an argument they will be set to True. This will cause problems but py2applet --help is specific enough on this so I could figure out it needs an