[Pythonmac-SIG] py2app x86_64 patch and question

2010-07-29 Thread danodonovan
Hi Ronald, I hope the Euro Python conference went well. I think py2app is a great idea, thanks for your hard work. I've been using py2app 0.5.2 (from SVN) to build a non-native X11 python app. I tweaked setup.py in testing/apptemplate to include: { 'name': 'main-x86_64', 'tar

Re: [Pythonmac-SIG] py2app x86_64 patch and question

2010-07-29 Thread Ronald Oussoren
On 29 Jul, 2010, at 14:30, danodonovan wrote: > > Hi Ronald, I hope the Euro Python conference went well. I think py2app is a > great idea, thanks for your hard work. > > I've been using py2app 0.5.2 (from SVN) to build a non-native X11 python > app. I tweaked setup.py in testing/apptemplate to

[Pythonmac-SIG] Possible bug with AppScript and Excel?

2010-07-29 Thread Christian Prinoth
Hi, I am having some problems handling axes in Excel charts via python and appscript. I am using apple's stock python 2.6.1, appscript 0.21.1 and Excel 12.2.5 on Snow Leopard 10.6.4 Here is how I am trying to get hold of an axis: *c=app('Microsoft Excel').get_axis(app.active_sheet.chart_objects[

Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-07-29 Thread Charles Hartman
py2app 0.5.2 fixes everything for me -- 1,002 thanks, Ronald! Charles Hartman On Thu, Jul 29, 2010 at 1:56 AM, Ronald Oussoren wrote: > > On 28 Jul, 2010, at 9:00, Ronald Oussoren wrote: > > > > > > > On 28 Jul, 2010,at 12:08 AM, Charles Hartman wrote: > > > >> Ronald, like everyone else, I'm

Re: [Pythonmac-SIG] py2app error

2010-07-29 Thread Nathan Lemoine
I installed the 0.5.2 update, and I've tried making just a very simple pyglet app to play a movie file so that you all could try it if you want on your python distributions: import pyglet vidPath="video.avi" ##put the path to a video file here window = pyglet.window.Window() source = pyglet.

Re: [Pythonmac-SIG] py2app error

2010-07-29 Thread Ronald Oussoren
On 30 Jul, 2010, at 2:59, Nathan Lemoine wrote: > I installed the 0.5.2 update, and I've tried making just a very simple pyglet > app to play a movie file so that you all could try it if you want on your > python distributions: > > import pyglet > > vidPath="video.avi" ##put the path to a vid

Re: [Pythonmac-SIG] py2app not happy with zope.interface

2010-07-29 Thread Ronald Oussoren
On 22 Jul, 2010, at 19:06, Russell E. Owen wrote: >>> >> >> How did you install zope.interface? Basically which easy_install or pip >> command-line did you use to install? > > I used "pip install zope.interface". When you use "pip install" to install packages namespace packages get installed