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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
15 matches
Mail list logo