On 2:59 PM, Massi wrote:
> I everyone,
>
> I'm trying to write a setup file for py2exe (0.6.9) to convert my
> script into a windows (on win 7) executable. In my script (python2.6)
> I use PyQt and matplotlib. Here is the setup.py file:
> ImportError: No module named Tkinter
>
> Obviously Tkinter
On 03.04.2009 15:58, Dave Angel wrote:
Wolfgang Forstmeier wrote:
Ok, but do you really use idlelib for something? Or it's just some
random code you found somewhere and drop into your application?
Ah yes, I really use this. I create some message boxes for a little
GUI application that c
Wolfgang Forstmeier wrote:
Ok, but do you really use idlelib for something? Or it's just some
random code you found somewhere and drop into your application?
Ah yes, I really use this. I create some message boxes for a little
GUI application that controls some other program with COM.
Ru
En Fri, 03 Apr 2009 03:55:20 -0300, Wolfgang Forstmeier
escribió:
On 03.04.2009 05:29, Gabriel Genellina wrote:
En Thu, 02 Apr 2009 08:06:22 -0300, Wolfgang Forstmeier
escribió:
On 02.04.2009 11:34, Gabriel Genellina wrote:
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
On 03.04.2009 05:29, Gabriel Genellina wrote:
En Thu, 02 Apr 2009 08:06:22 -0300, Wolfgang Forstmeier
escribió:
On 02.04.2009 11:34, Gabriel Genellina wrote:
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
what kind of error do I have with getting this error at starting my
En Thu, 02 Apr 2009 08:06:22 -0300, Wolfgang Forstmeier
escribió:
On 02.04.2009 11:34, Gabriel Genellina wrote:
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
what kind of error do I have with getting this error at starting my
app.
Im am not using IdleConf.GetOption rig
En Thu, 02 Apr 2009 08:06:22 -0300, Wolfgang Forstmeier
escribió:
On 02.04.2009 11:34, Gabriel Genellina wrote:
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
what kind of error do I have with getting this error at starting my
app.
Im am not using IdleConf.GetOption rig
On 02.04.2009 11:34, Gabriel Genellina wrote:
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
what kind of error do I have with getting this error at starting my app.
Im am not using IdleConf.GetOption right now.
Warning: configHandler.py - IdleConf.GetOption -
problem retri
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
what kind of error do I have with getting this error at starting my app.
Im am not using IdleConf.GetOption right now.
Warning: configHandler.py - IdleConf.GetOption -
problem retrieving configration option 'name'
from s
Awesome. That is good to know.
On 2/28/07, Thomas Heller <[EMAIL PROTECTED]> wrote:
Sick Monkey schrieb:
> Ok I found an extremely easy way to resolving this issue (I cannot
believe I
> did not think of it sooner).
>
> After Py2exe created the .exe file I noticed a "library.zip" file. I
took
Sick Monkey schrieb:
> Ok I found an extremely easy way to resolving this issue (I cannot believe I
> did not think of it sooner).
>
> After Py2exe created the .exe file I noticed a "library.zip" file. I took a
> look at the Py2exe output, and saw all of the libraries that it failed to
> insert.
Ok I found an extremely easy way to resolving this issue (I cannot believe I
did not think of it sooner).
After Py2exe created the .exe file I noticed a "library.zip" file. I took a
look at the Py2exe output, and saw all of the libraries that it failed to
insert. I copied all of the .pyc that m
> seen this:
>
> http://www.py2exe.org/index.cgi/Py2exeAndPyGTK
Thanks ,I will check this one .
Sorry for double post.
--
http://mail.python.org/mailman/listinfo/python-list
Michax wrote:
> Hi,
>
> I have problem with my py2exe. When I want to run my compiled exe, then
> i get error information like that:
>
> Trackback (most recent call last):
> File "mysql_gui.py", line 2 in ?
> File "gtk\__int__.pyc", line 12, in ?
> File "gtk\_gtk.pyc", line 12, in ?
>
"Serge Orlov" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> bwaha wrote:
> > Thanks for the suggestion, but I definitely have only one version
installed.
> > In fact I uninstalled it and installed an earlier version (2.5.5.1) to
see
> > if it was specifically wxPython related. No c
bwaha wrote:
> Thanks for the suggestion, but I definitely have only one version installed.
> In fact I uninstalled it and installed an earlier version (2.5.5.1) to see
> if it was specifically wxPython related. No change.
Then why don't you try to print what is passed to SetValue in the exe,
just
"Serge Orlov" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> bwaha wrote:
> > First time trying to create an executable with py2exe. I have a small
> > program which makes use of python23 (2.3.5?), wxpython ('2.6.2.1'),
> > matplotlib ('0.83.2'), win32com (latest?), Numeric ('23.7'
bwaha wrote:
> First time trying to create an executable with py2exe. I have a small
> program which makes use of python23 (2.3.5?), wxpython ('2.6.2.1'),
> matplotlib ('0.83.2'), win32com (latest?), Numeric ('23.7') on Windows XP &
> Win2000. The program runs without problem but as an exe it does
On 6/21/05, Austin <[EMAIL PROTECTED]> wrote:
> I use py2exe to build python program to "aa.exe".
> If this program has a bug, after closed this program, it will show
> "aa.exe.log" in this folder.
> Is there any ways to avoid this log file?
It's probably best just have a try/except at the very to
Thomas,
> Would the above (include all encodings stuff by default) be a good
> solution, or do you have other ideas?
I assume a good solution would involve switching pythons default from
"ASCII" to "UNICODE" :)
But ... as far as py2exe is concerned, yeah, I think it would be helpfull
to includ
Harald Massa <[EMAIL PROTECTED]> writes:
> Thomas Heller <[EMAIL PROTECTED]> wrote in
> news:[EMAIL PROTECTED]:
>
>>>
>>> A software development system which REALLY solves the encodings
>>> problem WITHOUT creating a swarm of new ones could would challange
>>> even my devotedness to Python :
Thomas Heller <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
>>
>> A software development system which REALLY solves the encodings
>> problem WITHOUT creating a swarm of new ones could would challange
>> even my devotedness to Python :
>
> AFAIK, McMillan Installer solves this by inclu
Harald Massa <[EMAIL PROTECTED]> writes:
> Grant Edwards
>
>> LookupError: no codec search functions registered: can't find encoding
>> Googling for the error message will find you the answer.
>
> http://starship.python.net/crew/theller/moin.cgi/Py2Exe
>
> carries within "encodings" and "encodi
Grant Edwards
> LookupError: no codec search functions registered: can't find encoding
> Googling for the error message will find you the answer.
http://starship.python.net/crew/theller/moin.cgi/Py2Exe
carries within "encodings" and "encodings again" receipes to get it
working.
A software d
On 2005-01-26, Club-B42 <[EMAIL PROTECTED]> wrote:
> i've compiled my programm using command "python setup.py py2exe >1"
>
> python script works fine, but .exe version fails with
> LookupError: no codec search functions registered: can't find encoding
Googling for the error message will find you
25 matches
Mail list logo