Re: cross platform distribution

2009-09-04 Thread ianaré
These are all good suggestions. I just wanted to add that you can distribute pre-built Linux packages for the most popular distros like one for RHEL/Centos/Fedora as RPM and one for Debian/Ubuntu as DEB. Any C code in them would be compiled. On Sep 4, 9:33 am, Philip Semanchuk wrote: > On Sep 4,

Re: cross platform distribution

2009-09-04 Thread vpr
On Sep 4, 3:33 pm, Philip Semanchuk wrote: > On Sep 4, 2009, at 9:24 AM, vpr wrote: > > > > > On Sep 4, 3:19 pm, Philip Semanchuk wrote: > >> On Sep 4, 2009, at 4:44 AM, vpr wrote: > > >>> Hi All > > >>> After a couple of experiments, searching around and reading Steve > >>> Holden's lament about

Re: cross platform distribution

2009-09-04 Thread Philip Semanchuk
On Sep 4, 2009, at 9:24 AM, vpr wrote: On Sep 4, 3:19 pm, Philip Semanchuk wrote: On Sep 4, 2009, at 4:44 AM, vpr wrote: Hi All After a couple of experiments, searching around and reading Steve Holden's lament about bundling and ship python code, I thought I'd direct this to to the gro

Re: cross platform distribution

2009-09-04 Thread vpr
On Sep 4, 3:19 pm, Philip Semanchuk wrote: > On Sep 4, 2009, at 4:44 AM, vpr wrote: > > > > > Hi All > > > After a couple of experiments, searching around and reading Steve > > Holden's lament about bundling and ship python code, I thought I'd > > direct this to to the group. I'm using Python 2.6

Re: cross platform distribution

2009-09-04 Thread Philip Semanchuk
On Sep 4, 2009, at 4:44 AM, vpr wrote: Hi All After a couple of experiments, searching around and reading Steve Holden's lament about bundling and ship python code, I thought I'd direct this to to the group. I'm using Python 2.6 btw. I've build a commercial application that I'd like to bundle

Re: Cross platform distribution of standalone executable

2005-03-27 Thread '@'.join([..join(['fred', 'dixon']), ..join(['gmail', 'com'])])
don't count out py2exe, especially if your using pywin32's -- http://mail.python.org/mailman/listinfo/python-list

Re: Cross platform distribution of standalone executable

2005-03-27 Thread Serge Orlov
Mahesh wrote: > Hi, > > One of my clients does not want the Python VM installed on his > production machine (because it is not a supported IT language) so the > only way I can program in Python and release the application to him is > to make a standalone executable and deploy it. The last time I lo