[Tutor] Py2Exe Problems

2013-06-05 Thread Jack Little
I have written a setup.py file to compile a script to a standalone exe. My error is here: Traceback (most recent call last):   File C:\Users\Jack\Desktop\compiler\setup.py, line 4, in module     setup(console=[te.py])   File C:\Python27\lib\distutils\core.py, line 140, in setup     raise

Re: [Tutor] Py2Exe Tutorial

2007-12-24 Thread Tiger12506
I am wondering if there is a good tutorial on Py2Exe and its functions? I have not been able to find one. I have samples but that is not good enough. It would be nice to have something explain all the functions for including directories, modules and all that stuff when making an

Re: [Tutor] Py2Exe Tutorial

2007-12-24 Thread Che M
From: [EMAIL PROTECTED] To: tutor@python.org Date: Sun, 23 Dec 2007 14:48:54 -0500 Subject: [Tutor] Py2Exe Tutorial I am wondering if there is a good tutorial on Py2Exe and its functions? I have not been able to find one. I have samples but that is not good enough. It would be nice

[Tutor] Py2Exe Tutorial

2007-12-23 Thread TW
I am wondering if there is a good tutorial on Py2Exe and its functions? I have not been able to find one. I have samples but that is not good enough. It would be nice to have something explain all the functions for including directories, modules and all that stuff when making an executable.

Re: [Tutor] py2exe

2005-07-11 Thread Alberto Troiano
for that and I'll be glad to forward the answer Best Regards to all Alberto From: [EMAIL PROTECTED] To: Python tutor tutor@python.org Subject: Re: [Tutor] py2exe Date: Sat, 09 Jul 2005 22:15:44 +1200 (NZST) Quoting D. Hartley [EMAIL PROTECTED]: I modified the setup.py file to match

Re: [Tutor] py2exe

2005-07-09 Thread jfouhy
Quoting D. Hartley [EMAIL PROTECTED]: I modified the setup.py file to match the details of my game (as best I can imagine: I don't know what optimize = 2 #0, 1, or 2; like -O and -OO means, so I just left it as his sample had it, From python -h: -O : optimize generated bytecode (a tad;

[Tutor] py2exe

2005-07-08 Thread D. Hartley
Hello everyone, and I apologize in advance if anyone gets this message twice. I am trying to figure out how to use py2exe. I've created a game and sent it to friends before, and had to have them install python, pygame, and livewires in order to play it, which, as you can imagine, is a royal pain.

Re: [Tutor] py2exe

2005-07-08 Thread Reed L. O'Brien
D. Hartley wrote: Hello everyone, and I apologize in advance if anyone gets this message twice. I am trying to figure out how to use py2exe. I've created a game and sent it to friends before, and had to have them install python, pygame, and livewires in order to play it, which, as you can

Re: [Tutor] Py2exe Problem

2005-06-03 Thread Joseph Quigley
Traceback (most recent call last): File NovusExtension.pyw, line 8, in ? File Pmw\__init__.pyc, line 28, in ? WindowsError: [Errno 3] El sistema no puede hallar la ruta especificada: this: WindowsError: [Errno 3] El sistema no puede hallar la ruta especificada: is spanish for:

Re: [Tutor] Py2exe Problem

2005-06-03 Thread Alberto Troiano
and pmwcolor.py also This is in case you want to make a compilation and you have the same problems I had Best Regards to all Alberto From: [EMAIL PROTECTED] To: tutor@python.org tutor@python.org Subject: Re: [Tutor] Py2exe Problem Date: Fri, 03 Jun 2005 10:06:18 +1200 (NZST) Quoting Alberto Troiano [EMAIL

[Tutor] Py2exe Problem

2005-06-02 Thread Alberto Troiano
Hey I'm having a problem with Py2exe. I created the executable but when I try to execute it it gives the following error: Traceback (most recent call last): File NovusExtension.pyw, line 8, in ? File Pmw\__init__.pyc, line 28, in ? WindowsError: [Errno 3] El sistema no puede hallar la ruta

Re: [Tutor] Py2exe Problem

2005-06-02 Thread jfouhy
Quoting Alberto Troiano [EMAIL PROTECTED]: I'm having a problem with Py2exe. I created the executable but when I try to execute it it gives the following error: Traceback (most recent call last): File NovusExtension.pyw, line 8, in ? File Pmw\__init__.pyc, line 28, in ? WindowsError:

Re: [Tutor] py2exe

2005-05-13 Thread ray007
] To: tutor@python.org Subject: Re: [Tutor] py2exe Quoting [EMAIL PROTECTED] [EMAIL PROTECTED]: I was wondering if someone knows of a better way to make an exe file out of python code. I would like to have just one exe file that once you run no other windows will pop up other than your

Re: [Tutor] py2exe

2005-05-13 Thread jfouhy
Quoting [EMAIL PROTECTED] [EMAIL PROTECTED]: Thanks for this. But do you know how I can achieve a single exe file with the dist and build folders. Is it possible to run a single exe file without the other dependencies? There is another freezer here:

Re: [Tutor] py2exe

2005-05-13 Thread Kent Johnson
[EMAIL PROTECTED] wrote: Hi Thanks for this. But do you know how I can achieve a single exe file with the dist and build folders. Is it possible to run a single exe file without the other dependencies? The most common approach on Windows seems to be to use py2exe to create the executable

[Tutor] py2exe

2005-05-12 Thread ray007
Hi I was wondering if someone knows of a better way to make an exe file out of python code. I would like to have just one exe file that once you run no other windows will pop up other than your application. If you use py2exe this will open up a DOS prompt which is not the desired output. Does

Re: [Tutor] py2exe

2005-04-24 Thread Jeff Peery
I am using python 2.3.4. thanks. JeffGreg Hasseler [EMAIL PROTECTED] wrote: Hi Jeff. I can't tell if you sent the last email to just me or me andthe list, but make sure to send it to the list (don't just hit reply).Also, what version of wxPython are you using?On 4/21/05, Jeff Peery <[EMAIL

Re: [Tutor] py2exe

2005-04-19 Thread Jeff Peery
Ok, thanks again Greg. Although I didn't see a log file, where would it appear and what would the name be... just in case I missed it. thanks. JeffGreg Hasseler [EMAIL PROTECTED] wrote: I meant to send my first reply the list..oops. If it doesn't leave anylog file then I would suggest maybe

[Tutor] py2exe

2005-04-15 Thread Jeff Peery
hello, I am using py2exe. for most of my applications it has been great. although this last one I built and when I try to execute it I get an error: RunTime Error: this application has requested the runtime to terminate in an unusual way. please contact the applications support team for more

[Tutor] Py2exe (Joseph Q.)

2005-04-05 Thread Joseph Quigley
Maybe I shouldn't be posting this... I downloaded py2exe and can't get it to make exe's of my python files. There are a list of instructions: # A very simple setup script to create 2 executables. # # hello.py is a simple hello, world type program, which alse allows # to explore the environment

[Tutor] Py2exe (Joseph Q.)

2005-04-05 Thread Joseph Quigley
Joseph Q. (Uspantan, Guatemala) Using Python 2.4 I downloaded py2exe and can't get it to make exe's of my python files. There are a list of instructions: # A very simple setup script to create 2 executables. # # hello.py is a simple hello, world type program, which alse allows # to explore the

Re: [Tutor] Py2exe (Joseph Q.)

2005-04-05 Thread Chad Crabtree
The symptoms you explain mean you don't have py2exe installed correctly. Try uninstalling it and reinstalling it. Joseph Quigley wrote: Joseph Q. (Uspantan, Guatemala) Using Python 2.4 I downloaded py2exe and can't get it to make exe's of my python files. There are a list of

Re: [Tutor] Py2exe (Joseph Q.)

2005-04-05 Thread Jacob S.
Type this into the interpreter and post the results - copy and pasted, not hand typed. import sys for x in sys.path: print x## This is indented It should give you a list of paths -- these are all of the paths that python looks for modules in. My guess is that you don't have the

Re: [Tutor] py2exe

2005-01-18 Thread Guillermo Fernandez Castellanos
Hi, Does ExFileSelectDialog do anything that the standard Tk file dialogs don't? (if you don't know about it: have a look at the tkFileDialog module) (*Ashamed*) Indeed not. Well... tkFileDialog is a bit more bulky that ExFileSelectDialot, but the functionalities are alike. Actually, my Tk

[Tutor] py2exe

2005-01-16 Thread Guillermo Fernandez Castellanos
Hi, I've done a GUI program and it works perfectly. but when I try to package it with py2exe, I obtain the following result: The following modules appear to be missing ['mx'] And when i run it, it crashes with this error message: Traceback (most recent call last): File openwar.py, line 41, in

Re: [Tutor] py2exe

2005-01-16 Thread Guillermo Fernandez Castellanos
Hi, Thanks for the quick answer. Unfortunatelly, it does not work... I still have the same problem. I though Tix was shipped with the Python distribution. And i have the Tix.pyc file in my computer, so I don't really undesrtand... My setup.py: from distutils.core import setup import py2exe