Re: Python deployment options.

2006-11-15 Thread Bill Maxwell
On 8 Nov 2006 03:42:09 -0800, "king kikapu" <[EMAIL PROTECTED]> wrote: > >I see...So, if these are the only options, the only "safe" bet is to >install the language on the machine (beeing Win, Linux or Mac) >and execute the .py files, right ?? No, those are not the only options. Check out PyI

Re: Python deployment options.

2006-11-15 Thread Maurice LING
Cameron Laird wrote: > In article <[EMAIL PROTECTED]>, > Richard Charts <[EMAIL PROTECTED]> wrote: > . > . > . > >>Well on a Win machine, probably. >>Almost every Linux machine you come across will have (most likely a >>fairly rece

Re: Python deployment options

2006-11-09 Thread jim-on-linux
Rooy, If you are still having problems with py2exe, I suggest you start with the simplest program you can build and include everything in one file. Make that work like the simple examples in the py2exe samples. jim-on-linux http://www.inqvista.com On Wednesday 08 November 2006 22:04, Hieu

Re: Python deployment options

2006-11-08 Thread Hieu Hoang
Hi list, I have packaged a few pygames to one exe file with pyinstaller ( http:/ /pyinstaller.python-hosting.com/ ), sent them to my friends and the executables work. Running them shows a Fatal Error dialog box with only "MSVCR71.DLL", but nothing breaks, despite whether the system has python o

Re: Python deployment options.

2006-11-08 Thread sturlamolden
Fuzzyman wrote: > I think that is an incorrect reading of the thread. > > The *Python* developers need a valid Visual Studio license to > redistribute msvcr71.dll. > > When you build an app with py2exe you are just bundling Python with > your application and so don't need the license. Here is a

Re: Python deployment options.

2006-11-08 Thread Larry Bates
king kikapu wrote: > I see...So, if these are the only options, the only "safe" bet is to > install the language on the machine (beeing Win, Linux or Mac) > and execute the .py files, right ?? > > > On Nov 8, 1:24 pm, "Chris_147" <[EMAIL PROTECTED]> wrote: >> king kikapu wrote: >>> Hi to all folk

Re: Python deployment options.

2006-11-08 Thread Fuzzyman
Chris_147 wrote: > king kikapu wrote: > > Hi to all folks here, > > > > i just bought a book and started reading about this language. > > I want to ask what options do we have to deploy a python program to > > users that do not have the labguage installed ?? > > > > I mean, can i make an executabl

Re: Python deployment options.

2006-11-08 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Richard Charts <[EMAIL PROTECTED]> wrote: . . . >Well on a Win machine, probably. >Almost every Linux machine you come across will have (most likely a >fairly recent build of) python. For Macs,

Re: Python deployment options.

2006-11-08 Thread Richard Charts
king kikapu wrote: > I see...So, if these are the only options, the only "safe" bet is to > install the language on the machine (beeing Win, Linux or Mac) > and execute the .py files, right ?? > > Well on a Win machine, probably. Almost every Linux machine you come across will have (most likely a

Re: Python deployment options.

2006-11-08 Thread king kikapu
I see...So, if these are the only options, the only "safe" bet is to install the language on the machine (beeing Win, Linux or Mac) and execute the .py files, right ?? On Nov 8, 1:24 pm, "Chris_147" <[EMAIL PROTECTED]> wrote: > king kikapu wrote: > > Hi to all folks here, > > > i just bought a b

Re: Python deployment options.

2006-11-08 Thread Chris_147
king kikapu wrote: > Hi to all folks here, > > i just bought a book and started reading about this language. > I want to ask what options do we have to deploy a python program to > users that do not have the labguage installed ?? > > I mean, can i make an executable file, or something that contains

Re: Python deployment options.

2006-11-08 Thread dimitri pater
Hi,try:http://www.py2exe.org/regards,DimitriOn 8 Nov 2006 02:37:42 -0800, king kikapu < [EMAIL PROTECTED]> wrote:Hi to all folks here,i just bought a book and started reading about this language. I want to ask what options do we have to deploy a python program tousers that do not have the labguage

Python deployment options.

2006-11-08 Thread king kikapu
Hi to all folks here, i just bought a book and started reading about this language. I want to ask what options do we have to deploy a python program to users that do not have the labguage installed ?? I mean, can i make an executable file, or something that contains the runtime and the modules t