Re: [Pythonmac-SIG] .exe r .dmg install

2009-09-11 Thread Sean DiZazzo
Yes. py2exe (http://www.py2exe.org/) and py2app ( http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html) These will take a Python program and create an executable file that doesn't rely on any installation of Python or the required libraries. (If the package is created correctly) Is that w

[Pythonmac-SIG] .exe r .dmg install

2009-09-11 Thread sudhakar s
Hi, Can we install a .exe or .dmg file from python program itself... -- With Regards, S Sudhakar. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Using Python 2.5 on Snow Leopard

2009-09-11 Thread Bill Janssen
Yes, 2.6 is there, but I thought I'd try building with 2.5. Now, given the issues with 32/64 bit, I think I'm just going to upgrade the OS X UpLib installation to 64 bits, and just use 2.6. Still haven't got the JPEG support in PIL 1.1.6 working that way, but most of the rest seems to work. Bill

Re: [Pythonmac-SIG] Using Python 2.5 on Snow Leopard

2009-09-11 Thread Edward Moy
On Sep 11, 2009, at 12:02 PM, Thijs Triemstra | Collab wrote: On 11 Sep 2009, at 18:50, Bill Janssen wrote: I was happy to see that Python 2.5 still shipped with SL, but now I'm less happy. I can't seem to compile PIL for Python 2.5 on Snow Leopard. Hm, haven't upgraded to snow leopard ye

Re: [Pythonmac-SIG] Using Python 2.5 on Snow Leopard

2009-09-11 Thread Thijs Triemstra | Collab
On 11 Sep 2009, at 18:50, Bill Janssen wrote: I was happy to see that Python 2.5 still shipped with SL, but now I'm less happy. I can't seem to compile PIL for Python 2.5 on Snow Leopard. Hm, haven't upgraded to snow leopard yet but i'd expect 2.6 to be in there.. heard they also removed

Re: [Pythonmac-SIG] size of py2app app

2009-09-11 Thread Christopher Barker
Charles Hartman wrote: My app changes just a little here and there between builds, and my setup.py doesn't change at all. Sometimes the app (using "python setup.py py2app --strip --iconfile MyApp.icns") comes out to about 47 MB, and sometimes it comes out to I have an app that sometimes comes

Re: [Pythonmac-SIG] Using Python 2.5 on Snow Leopard

2009-09-11 Thread Christopher Barker
Brad Howes wrote: Can you try recompiling with "-arch i386 -arch x86_64" options in the CFLAGS? wouldn't you want: "-arch i386 -arch PPC" To be compatible with the python2.5 build? Adding the 64 bit lib wouldn't hurt, but it wouldn't' help, either, unless you want to use it with other thing

Re: [Pythonmac-SIG] Using Python 2.5 on Snow Leopard

2009-09-11 Thread Bill Janssen
Brad Howes wrote: > On Sep 11, 2009, at 1:50 PM, Bill Janssen wrote: > > > I was happy to see that Python 2.5 still shipped with SL, but now I'm > > less happy. I can't seem to compile PIL for Python 2.5 on Snow > > Leopard. > > > > The problem is that when I build and install libjpeg or libpng

Re: [Pythonmac-SIG] Using Python 2.5 on Snow Leopard

2009-09-11 Thread Edward Moy
On Sep 11, 2009, at 11:31 AM, Brad Howes wrote: On Sep 11, 2009, at 1:50 PM, Bill Janssen wrote: I was happy to see that Python 2.5 still shipped with SL, but now I'm less happy. I can't seem to compile PIL for Python 2.5 on Snow Leopard. The problem is that when I build and install libjp

[Pythonmac-SIG] size of py2app app

2009-09-11 Thread Charles Hartman
My app changes just a little here and there between builds, and my setup.py doesn't change at all. Sometimes the app (using "python setup.py py2app --strip --iconfile MyApp.icns") comes out to about 47 MB, and sometimes it comes out to I have an app that sometimes comes out to about 95 MB.

Re: [Pythonmac-SIG] Using Python 2.5 on Snow Leopard

2009-09-11 Thread Brad Howes
On Sep 11, 2009, at 1:50 PM, Bill Janssen wrote: I was happy to see that Python 2.5 still shipped with SL, but now I'm less happy. I can't seem to compile PIL for Python 2.5 on Snow Leopard. The problem is that when I build and install libjpeg or libpng, it builds 64-bit libraries, but Pyth

[Pythonmac-SIG] Using Python 2.5 on Snow Leopard

2009-09-11 Thread Bill Janssen
I was happy to see that Python 2.5 still shipped with SL, but now I'm less happy. I can't seem to compile PIL for Python 2.5 on Snow Leopard. The problem is that when I build and install libjpeg or libpng, it builds 64-bit libraries, but Python 2.5 is 32-bit, so the libraries don't work when PIL

Re: [Pythonmac-SIG] Appscript and Snow Leopard

2009-09-11 Thread Brad Howes
On Sep 11, 2009, at 11:48 AM, Norman Gray wrote: Did you force the reinstall? It appears so, since it reached the 10.6 appscript install. How do you do that? My own problem here [1] is that I can't work out how to make appscript play with python 2.6 (or 10.6). I thought I had used the -U o

Re: [Pythonmac-SIG] Appscript and Snow Leopard

2009-09-11 Thread Norman Gray
Greetings On 2009 Sep 11, at 15:02, Brad Howes wrote: Did you force the reinstall? It appears so, since it reached the 10.6 appscript install. How do you do that? My own problem here [1] is that I can't work out how to make appscript play with python 2.6 (or 10.6). Sorry. No idea what

Re: [Pythonmac-SIG] Appscript and Snow Leopard

2009-09-11 Thread Brad Howes
On Sep 11, 2009, at 12:03 AM, Noel Rappin wrote: I did reinstall. I'm still having the same problem with Appscript 0.20, Snow Leopard's Python 2.6.1 The issue happens in a different place each time, but the error looks like this: File "build/bdist.macosx-10.6-universal/egg/appscript/refere