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
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
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[
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
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.
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
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