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,
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
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
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
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
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 and ship.
I'd like to protect some of my I
don't count out py2exe, especially if your using pywin32's
--
http://mail.python.org/mailman/listinfo/python-list
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
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 looked
at something like th