Re: [Tutor] making independent program?

2006-09-04 Thread Kay White
Kay White <[EMAIL PROTECTED]> wrote: Andrew Robert <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1Rather than fight this, I recommend you try cx_freeze.Over all, it is much easier to use and does not require codemodification of any kind.http://www.python.net/c

Re: [Tutor] making independent program?

2006-09-04 Thread Kay White
Bill Burns <[EMAIL PROTECTED]> wrote: > I've tried to follow the py2exe wiki instructions on how to trim this > out, http://www.py2exe.org/index.cgi/TkInter, but I seem to be doing > something wrong. Here's my setup.py---> > from distutils.core import setup> import py2exe> > excludes = ["pywin", "

Re: [Tutor] making independent program?

2006-09-04 Thread Kay White
Andrew Robert <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1Rather than fight this, I recommend you try cx_freeze.Over all, it is much easier to use and does not require codemodification of any kind.http://www.python.net/crew/atuining/cx_Freeze/cx_freeze does make a much s

Re: [Tutor] making independent program?

2006-09-04 Thread Kay White
John Fouhy <[EMAIL PROTECTED]> wrote: On 29/08/06, Alan Gauld wrote:> Thats probably because the most common methods for> producing an exe file are "non-trivial" to use, especially for> newbies.>> Look up py2exe on Google...py2exe is not too hard for simple tasks (unless something goes wrong),esp

Re: [Tutor] making independent program?

2006-08-28 Thread Kay White
Mike Hansen <[EMAIL PROTECTED]> wrote: From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED] On Behalf Of KayWhite Sent: Monday, August 28, 2006 1:45 PM To: tutor@python.org Subject: [Tutor] making independent program? Hello again, Can you make programs that don't require an installation ofPython t

[Tutor] making independent program?

2006-08-28 Thread Kay White
Hello again,Can you make programs that don't require an installation of Python to run? I want my little program to run on other peoples' computers, without them having to install Python to use it. I've searched through tutorials and there doesn't seem to be any information about this.

[Tutor] program that 'waits' for file?

2006-08-27 Thread Kay White
Hello, I'm trying to make a program that will wait for a specific file to be made by another program, and when that happens it opens and modifies that file. The other program is a commercial game that allows the player to take screenshots. It saves the screenshots in a particular directory,