Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 77, Issue 16

2009-09-19 Thread Edward Hartley
On 14 Sep 2009, at 16:05, pythonmac-sig-requ...@python.org wrote: Send Pythonmac-SIG mailing list submissions to pythonmac-sig@python.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.python.org/mailman/listinfo/pythonmac-sig or, via email, send a messag

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 73, Issue 7

2009-05-08 Thread Edward Hartley
On 8 May 2009, at 11:00, pythonmac-sig-requ...@python.org wrote: Send Pythonmac-SIG mailing list submissions to pythonmac-sig@python.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.python.org/mailman/listinfo/pythonmac-sig or, via email, send a message

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 61, Issue 23

2008-06-02 Thread Edward Hartley
On 29 May 2008, at 11:00, [EMAIL PROTECTED] wrote: Send Pythonmac-SIG mailing list submissions to pythonmac-sig@python.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.python.org/mailman/listinfo/pythonmac-sig or, via email, send a message with subject

[Pythonmac-SIG] Subject: Re: Help with path settings

2008-01-30 Thread Edward Hartley
Hi I guess I should leave the python 2.3 where it is There are quite a lot of places where environment variables can be set. E.g. ~/.profile ~/.bashrc ~/.login ~/.bash_profile, ~/.bash_login, ~/.cshrc ~/.tcshrc /etc/csh.cshrc /etc/csh.login /etc/profile /etc/bashrc ~/.MacOSX/environment.pl

Re: [Pythonmac-SIG] py2app 0.4.2 recipe errors

2008-01-21 Thread Edward Hartley
Edward Hartley wrote: > ** > *From: *michael ferraro <mailto:michael at possibleworlds.com>> > *Date: *13 January 2008 17:27:12 GMT > *To: *Ronald Oussoren <mailto:ronaldoussoren at mac.com>> > *Cc: *pythonmac-sig at python.org <mailto:pythonmac-sig

Re: [Pythonmac-SIG] py2app 0.4.2 recipe errors

2008-01-15 Thread Edward Hartley
From: michael ferraro <[EMAIL PROTECTED]> Date: 13 January 2008 17:27:12 GMT To: Ronald Oussoren <[EMAIL PROTECTED]> Cc: pythonmac-sig@python.org, michael ferraro <[EMAIL PROTECTED]>, Edward Hartley <[EMAIL PROTECTED]> Subject: Re: [Pythonmac-SIG] py2app 0.4.2 recipe e

Re: [Pythonmac-SIG] py2app 0.4.2 recipe errors

2008-01-12 Thread Edward Hartley
ce(importer, pkg_resources.ImpWrapper): AttributeError: 'module' object has no attribute 'ImpWrapper' It also is broken when building Apple's Xcode example PyAverager which previously worked. Both from their web site files and my recreation of it. Removing py2app 0.4.

Re: [Pythonmac-SIG] py2app 0.4.2 recipe errors

2008-01-11 Thread Edward Hartley
On 10 Jan 2008, at 11:00, [EMAIL PROTECTED] wrote: Re: [Pythonmac-SIG] py2app 0.4.2 recipe errors It should work again Ronald On 9 Jan, 2008, at 18:04, michael ferraro wrote: after doing svn checkout of py2app/trunk svn co http://svn.pythonmac.org/py2app/py2app/trunk/ py

[Pythonmac-SIG] py2app 0.4.2 recipe errors

2008-01-10 Thread Edward Hartley
On 10 Jan 2008, at 11:00, [EMAIL PROTECTED] wrote: When replying, please edit your Subject line so it is more specific than "Re: Contents of Pythonmac-SIG digest..." Today's Topics: 1. Re: py2app 0.4.2 recipe errors (Ronald Oussoren) 2. Re: creating PyObjC wrapper for ObjC framework? (Ro

[Pythonmac-SIG] How can I make Leo play with Tiger?

2008-01-09 Thread Edward Hartley
From: Kevin Walzer <[EMAIL PROTECTED]> Date: 8 January 2008 16:50:29 GMT To: Felicia Betancourt <[EMAIL PROTECTED]> Cc: pythonmac-sig@python.org Subject: Re: [Pythonmac-SIG] How can I make Leo play with Tiger? Reply-To: [EMAIL PROTECTED] Felicia Betancourt wrote: I just downloaded the latest ve

[Pythonmac-SIG] py2app 0.4.2 and PyOpenGL

2008-01-08 Thread Edward Hartley
Hi I'm seeing some problems with py2app 0.4.2 when used with PyOpenGL, I gather from the release and the list notes that this version has a mechanism to handle PyPI eggs directly is this correct? OS X 10.4 on Intel python2.5 setuptools-0.6c7-py2.5.egg PyOpenGL-3.0.0b1-py2.5.egg and PyOpenGL-

[Pythonmac-SIG] Console window appearing when running application bundled with py2app + delurk

2008-01-05 Thread Edward Hartley
Thanks for this from me as well, I'd just hit the same issue. Cheers Ed From: Jens Thomas <[EMAIL PROTECTED]> Date: 4 January 2008 14:00:12 GMT To: Ronald Oussoren <[EMAIL PROTECTED]> Cc: Pythonmac-Sig Subject: Re: [Pythonmac-SIG] Console window appearing when running application bundled with

Re: [Pythonmac-SIG] Building Python with X11 Tkinter

2007-12-09 Thread Edward Hartley
From: "C. E. Ball" <[EMAIL PROTECTED]> Date: 8 December 2007 00:40:11 GMT To: pythonmac-sig@python.org Subject: [Pythonmac-SIG] Building Python with X11 Tkinter Chris my first comment would be that there are plenty of issues here to grapple with On OS X, I'd like to be able to build my o

Re: [Pythonmac-SIG] Strange failure on 'python setup.py build' after 10.4.10 update

2007-08-31 Thread Edward Hartley
From: [EMAIL PROTECTED] Date: 30 August 2007 23:26:46 BDT To: pythonmac-sig@python.org Subject: [Pythonmac-SIG] Strange failure on 'python setup.py build' after 10.4.10 update My G5 at work has started spitting out this message when I try to build a python package from source. The previou

[Pythonmac-SIG] QuickTime: BeginFullScreen

2007-06-12 Thread Edward Hartley
Hi I've been examining the functions exposed in the PythonMac Qt and QuickTime libraries and it seems that whilst the EndFullScreen call and the appropriate flags are exposed as can be seen from this snip from ipython help(Qt) EndFullScreen(...) (Ptr fullState, long flags) -> None howeve