> 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
>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
> execu
mw first. IIf this is the case
reply to me, there is a case opened for that and I'll be glad to forward the
answer
Best Regards to all
Alberto
>From: [EMAIL PROTECTED]
>To: Python tutor
>Subject: Re: [Tutor] py2exe
>Date: Sat, 09 Jul 2005 22:15:44 +1200 (NZST)
>
>Quotin
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 byteco
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 im
blt.py 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"
>Subject: Re: [Tutor] Py2exe Problem
>Date: Fri, 03 Jun 2005 10:06:18 +1200 (NZST)
&g
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:
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 ?
>
[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
executa
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:
http://starship.python.net/crew/atu
m: [EMAIL PROTECTED]
>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
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 application. If you use
> py2exe this will open up a
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 PROT
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 sen
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 fo
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 instructi
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
Guillermo Fernandez Castellanos wrote:
The thing is, pmw does not seem to have ExFileSelectDialog. Any hint
about how I could substitute this lack?
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)
--
Jo
Hi,
> When I tried, I couldn't figure out how to freeze Tix. I ended up giving up
> and
> recoding all my Tix stuff to use Pmw instead...
> (although I was a lot more new to python in those days)
Indeed, I think I'm going to do the same. I find the situation really
surprising though. When I go t
Quoting Guillermo Fernandez Castellanos <[EMAIL PROTECTED]>:
> but when I try to package it with py2exe, I obtain the following
> result: The following modules appear to be missing
> ['mx']
I've got a program that uses mx.texttools.. Whenever I freeze it (with py2exe),
I get a list of about thre
Right what he said. I'm sorry I didn't make that clear. This way
py2exe can look and see import Tix and see it's needed. Py2exe does
not
ship the whole python distribution, rather only what is needed.
Indeed
it tends to ship many things that are not needed but it's better than
the whole dis
Forgot to forward it to the list... Here it goes:
Original Message
Subject: Re: [Tutor] py2exe
Date: Mon, 17 Jan 2005 05:40:44 -0200
From: Ismael Garrido <[EMAIL PROTECTED]>
To: Guillermo Fernandez Castellanos
<[EMAIL PROTECTED]>
References: <[EMAIL PROTE
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
im
Try something like.
import mx
import Tix
Sometimes py2exe will not gather up all the modules that it depends
on.
It does an admirable job but still needs some help. Perhaps you are
in
advertently using mx? Well try that and see what happens.
Guillermo Fernandez Castellanos wrote:
>Hi,
>
>
24 matches
Mail list logo