On Sunday, April 13, 2008 at 4:52:06 PM UTC+3, skan...@yahoo.se wrote:
> so i used py2exe and i have the build and the dist-folders.
>
> in the distfolder there is a Calculator.exe file.
>
> when i run it it just says "Calculator.exe has stopped working" in a
> popup
Am 28.02.2018 um 16:47 schrieb Robin Becker:
> I upgraded pyinstaller using the very latest pip and now the version
> of pyinstaller at least is 3.3.1. I don't actually know how to check
> the validity of the installed code or the binary stubs.
The current archives are PyPI are PGP/GnuPG-signed,
On 28/02/2018 16:25, Hartmut Goebel wrote:
Am 28.02.2018 um 16:47 schrieb Robin Becker:
I upgraded pyinstaller using the very latest pip and now the version
of pyinstaller at least is 3.3.1. I don't actually know how to check
the validity of the installed code or the binary stubs.
The current
Am 28.02.2018 um 16:47 schrieb Robin Becker:
> I upgraded pyinstaller using the very latest pip and now the version
> of pyinstaller at least is 3.3.1. I don't actually know how to check
> the validity of the installed code or the binary stubs.
The current archives are PyPI are PGP/GnuPG-signed,
On 28/02/2018 11:46, alister via Python-list wrote:
On Wed, 28 Feb 2018 09:53:09 +, Robin Becker wrote:
I see this has happened to others in the past. I'm using 32 bit python
2.7.10 with py2exe 3.3 on windows 7. The exes work fine,
but when I try to download into windows 10 I'm g
On Wed, 28 Feb 2018 09:53:09 +, Robin Becker wrote:
> I see this has happened to others in the past. I'm using 32 bit python
> 2.7.10 with py2exe 3.3 on windows 7. The exes work fine,
> but when I try to download into windows 10 I'm getting the exes
> immediately remov
I see this has happened to others in the past. I'm using 32 bit python 2.7.10 with py2exe 3.3 on windows 7. The exes work fine,
but when I try to download into windows 10 I'm getting the exes immediately removed as malware.
Is there any way to prevent this. It's very bad for pyt
I like pyinstaller. It's one-file exe creation is pretty good. You can give it
a try.
Original Message
On 21 Feb 2018, 23:00, MGHSM wrote:
> Am 21.02.18 um 18:30 schrieb MGHSM: > Thomas Heller himself says he's
> "retiring" from py2exe in
>
Am 21.02.18 um 18:30 schrieb MGHSM:
Thomas Heller himself says he's "retiring" from py2exe in
https://sourceforge.net/p/py2exe/mailman/message/36033869/
Is there any suitable replacement with similar or better capabilities?
There is PyInstaller, which works on all
Thomas Heller himself says he's "retiring" from py2exe in
https://sourceforge.net/p/py2exe/mailman/message/36033869/
Is there any suitable replacement with similar or better capabilities?
Is there any desires to continue the project?
--
https://mail.python.org/mailman/listinfo/python-list
This might be what you are looking for ->
https://stackoverflow.com/questions/6287918/how-to-decompile-an-exe-file-compiled-by-py2exe
On Tue, Jun 13, 2017 at 8:52 AM Xristos Xristoou wrote:
> hello
>
> How to decompile an exe file compiled by py2exe?
> in my file i have a lib
hello
How to decompile an exe file compiled by py2exe?
in my file i have a library.zip file i dont if that help this work.
i need some easy because i am very new i try some programs but without results.
--
https://mail.python.org/mailman/listinfo/python-list
On Sunday, May 21, 2017 at 2:47:26 PM UTC+8, Ho Yeung Lee wrote:
> On Sunday, May 21, 2017 at 2:40:49 PM UTC+8, top...@googlemail.com wrote:
> > Did you call freeze_support() function after script start?
> > https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support
>
>
On Sunday, May 21, 2017 at 2:40:49 PM UTC+8, top...@googlemail.com wrote:
> Did you call freeze_support() function after script start?
> https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support
no, i did not call freeze_support()
--
https://mail.python.org/mailman/li
Did you call freeze_support() function after script start?
https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support
--
https://mail.python.org/mailman/listinfo/python-list
i mean executable file can not run the multiprocessing thread
after convert to executable file with py2exe
On Sunday, May 21, 2017 at 2:09:04 PM UTC+8, Ho Yeung Lee wrote:
> p = multiprocessing.Process(target=helloconnect, args=(host,"",))
>
> multiprocessing.Process can no
p = multiprocessing.Process(target=helloconnect, args=(host,"",))
multiprocessing.Process can not start a thread in py2exe
it can compile and run without error
but it can not run function helloconnect
--
https://mail.python.org/mailman/listinfo/python-list
On 7/4/2016 11:13 PM, Steven D'Aprano wrote:
> If you change it to "library.exe" does it work? Also, I consider this
> a bug in py2exe: - it's an abuse of assert, using it to check
> user-supplied input; - it's a failing assertion, which by definition
>
On Tuesday 05 July 2016 14:06, John Nagle wrote:
> I'm trying to create an executable with py2exe.
> The program runs fine in interpretive mode. But
> when I try to build an executable, py2exe crashes with
> an assertion error. See below.
[...]
> Building shared code archi
I'm trying to create an executable with py2exe.
The program runs fine in interpretive mode. But
when I try to build an executable, py2exe crashes with
an assertion error. See below.
This is an all-Python program; no binary modules
other than ones that come with the Python 3.5.2
distrib
On Fri, Dec 4, 2015 at 10:37 AM, Ian Kelly wrote:
> On Fri, Dec 4, 2015 at 10:21 AM, d...@forestfield.co.uk
> wrote:
>> Python 3.5 will not run under Windows XP, but what about applications
>> created using py2exe or cx_freeze under Windows 7, 8 or 10, is there any
>> k
On Fri, Dec 4, 2015 at 10:21 AM, d...@forestfield.co.uk
wrote:
> Python 3.5 will not run under Windows XP, but what about applications created
> using py2exe or cx_freeze under Windows 7, 8 or 10, is there any knowledge of
> whether they will run under XP?
I wouldn't expect
Python 3.5 will not run under Windows XP, but what about applications created
using py2exe or cx_freeze under Windows 7, 8 or 10, is there any knowledge of
whether they will run under XP?
Regards,
David Hughes
Forestfield Software
--
https://mail.python.org/mailman/listinfo/python-list
i want to bulit an scrapy project into an exe file with py2exe,but there is a
error happened after i run the exe-file (for example 'a7cxk.exe')in the cmd ,it
happened
"Traceback (most recent call last):
File "a7cxk.py", line 2, in
File "scrapy\__in
Ian Dickinson writes:
> Can i emulate py2exe for python version 3 and above i also use pygame any
> suggestions for a basic staring script would be greatly appreciated
>
>
py2exe supports Python 3.3+ Actually, default installers from pypi
support only Python 3.
I see unoffic
Can i emulate py2exe for python version 3 and above i also use pygame any
suggestions for a basic staring script would be greatly appreciated
Thanks
Ian
--
https://mail.python.org/mailman/listinfo/python-list
I found this: https://pypi.python.org/pypi/py2exe/0.9.2.0
Also, thanks for the spreadsheet, it's very useful.
--
https://mail.python.org/mailman/listinfo/python-list
n this is what I get:
> > gene@coyote:~/src/F-Engrave-1.22_src$ python py2exe_setup.py
> >
> > Traceback (most recent call last):
> > File "py2exe_setup.py", line 4, in
> >
> > import py2exe
> >
> > ImportError: No module named
recent call last):
> File "py2exe_setup.py", line 4, in
> import py2exe
> ImportError: No module named py2exe
>
> And tell me how to fix this so it runs on an older linux box?
The page you link to doesn't mention py2exe anywhere. Where did you
get that you need
FWIW, cxfreeze is said, by synaptics search function to be the equ of the
windows py2exe module.
Can someone take a look at
<http://www.scorchworks.com/Fengrave/fengrave_setup.html#linux_fengrave>
Then this is what I get:
gene@coyote:~/src/F-Engrave-1.22_src$ python py2exe_setup.py
Traceback (
On Sun, May 5, 2013 at 2:27 AM, Jimmie He wrote:
> 在 2013年5月4日星期六UTC+8下午11时49分33秒,Chris Angelico写道:
>> Unfortunately it's fairly non-specific. Are you able to make _any_
>>
>> program work with py2exe using bundle_files = 1? If you can make a
>>
>> simpl
to transcribe, much less translate; the title says
>
> >>
>
> >> "Gui.exe - [###]" and the body says:
>
> >>
>
> >>
>
> >>
>
> >> "0x00fb1cb" [###] "0x" [] "written&quo
###] "0x" [] "written",,
>>
>> and then two lines of all Chinese.
>>
>>
>>
>> Hope that's of at least some help! Sorry I can't be more accurate in
>>
>> the translation.
>>
>>
>>
>&g
quot;Gui.exe - [###]" and the body says:
>
>
>
> "0x00fb1cb" [###] "0x" [] "written",,
>
> and then two lines of all Chinese.
>
>
>
> Hope that's of at least some help! Sorry I can't be more ac
On Sat, May 4, 2013 at 11:42 PM, Steven D'Aprano
wrote:
> On Sat, 04 May 2013 04:59:13 -0700, Jimmie He wrote:
>
>>I 've already put my project into GitHub,find the link below,in the
>>folder "Bug",I capture the expection pops up,it is not fatal blue
>>screen.Sorry for my non-english w
On Sat, 04 May 2013 04:59:13 -0700, Jimmie He wrote:
>I 've already put my project into GitHub,find the link below,in the
>folder "Bug",I capture the expection pops up,it is not fatal blue
>screen.Sorry for my non-english windows:-)
> https://github.com/jimmiehe/BMPtool/tree/master/Bug
在 2013年5月4日星期六UTC+8下午7时31分04秒,Steven D'Aprano写道:
> On Sat, 04 May 2013 03:37:54 -0700, Jimmie He wrote:
>
>
>
> > Hi Guys,
>
> >Now I met an issue to use py2exe when I use bundle_files = 1.As the
>
> >statement by py2exe,it means it will gene
在 2013年5月4日星期六UTC+8下午7时31分04秒,Steven D'Aprano写道:
> On Sat, 04 May 2013 03:37:54 -0700, Jimmie He wrote:
>
>
>
> > Hi Guys,
>
> >Now I met an issue to use py2exe when I use bundle_files = 1.As the
>
> >statement by py2exe,it means it will gene
On Sat, 04 May 2013 03:37:54 -0700, Jimmie He wrote:
> Hi Guys,
>Now I met an issue to use py2exe when I use bundle_files = 1.As the
>statement by py2exe,it means it will generate standalone EXE in stead
>of lots of ".dll & .pyc".But it crash when
Hi Guys,
Now I met an issue to use py2exe when I use bundle_files = 1.As the
statement by py2exe,it means it will generate standalone EXE in stead of lots
of ".dll & .pyc".But it crash when I use bundle_files = 1 or bundle_files =
2,if I use =3 it is okey.I 've search t
on that machine won't run on
> >> Win7 32-bit installations. I'm not surprised by that, but I'd like
> >> to provide 32-bit operability -- and I'm not sure how one does that.
> >>
> >> * If I built an executable on a 32-bit windows system
On Tue, Apr 9, 2013 at 1:45 PM, Grant Edwards wrote:
> Are there any drawbacks to running a 32-bit Python install on a 64-bit
> machine?
Apart from still being limited to a 2-GB address space, nothing that
I'm aware of.
> Can you have both 32 and 64 bit Python installed at the same time?
Absolu
by that, but I'd like
>> to provide 32-bit operability -- and I'm not sure how one does that.
>>
>> * If I built an executable on a 32-bit windows system using py2exe,
>>would it be usable on a 64-bit install?
>
> Yes, 64-bit Windows systems will ru
ch I'd like to distribute to
> Windows users. I've always used py2exe and Inno Setup to that, and
> it's always worked OK (after a fair bit of stumbling around).
>
> My "Windows partition" currently has a 64-bit Windows 7 Ultimate
> installation.
>
> I
Disclaimer: I'm a Unix guy and have been since the days of V7 on a
PDP-11 -- I rarely use MS Windows.
While I don't normally use Windows, I do occasionally have Python
applications (written under Linux) which I'd like to distribute to
Windows users. I've always used py2exe an
2012/12/18 Colin J. Williams :
...
> Yes, but py2exe appears limited to Python 2.6.
>
> PyInstaller is another option with similar functionality.
>
> Colin W.
> --
> http://mail.python.org/mailman/listinfo/python-list
There are versions for python 2.3 - 2.7:
http://sourceforg
;s the projects that had the greatest growth in
the last month.
[...]
py2exe: A distutils extension to create standalone Windows programs from
python scripts.
It is 19th on a list of 19, but still, it is nice to see. I wonder if
there was any particular reason for that?
Frank Millman
Yes, but
th in
the last month.
[...]
py2exe: A distutils extension to create standalone Windows programs from
python scripts.
It is 19th on a list of 19, but still, it is nice to see. I wonder if
there was any particular reason for that?
Frank Millman
--
http://mail.python.org/mailman/listinfo/python-list
Am 05.11.2012 20:39, schrieb Kwpolska:
On Mon, Nov 5, 2012 at 8:34 PM, Monkey wrote:
Hi,
i wonderd if there is a way to convert a py-file to a exe-file with version 3.x
of python.
I know that it was possible till version 2.7.x. But is there a way to do it in
version 3.x?
Yours sincerely,
Mo
On Mon, Nov 5, 2012 at 8:34 PM, Monkey wrote:
> Hi,
> i wonderd if there is a way to convert a py-file to a exe-file with version
> 3.x of python.
>
> I know that it was possible till version 2.7.x. But is there a way to do it
> in version 3.x?
>
> Yours sincerely,
> Monkey
> --
> http://mail.py
Hi,
i wonderd if there is a way to convert a py-file to a exe-file with version 3.x
of python.
I know that it was possible till version 2.7.x. But is there a way to do it in
version 3.x?
Yours sincerely,
Monkey
--
http://mail.python.org/mailman/listinfo/python-list
> sys.executable was printed out as ''C:\\Python25\\python.exe'', how
> can I make this work in executable package through py2exe?
Does http://www.py2exe.org/index.cgi/WhereAmI help?
--
http://mail.python.org/mailman/listinfo/python-list
Hi, have you been able to solve this problem ??
--
http://mail.python.org/mailman/listinfo/python-list
98
I then discovered that both the methods I tried for getting data_files
(using glob and matplotlib.get_py2exe_datafiles) were not working and I had
nothing in my mpl-data/fonts directory. This directory should contain 3
folders: afm, pdfcorefonts & ttf. The ttf folder is where the mathtext
fo
On Thu, Aug 30, 2012 at 3:11 PM, Jonno wrote:
> Not sure where the best place to post this is. My app uses wxpython,
> matplotlib.
> I'm running Python 2.7 on Windows 7.
> I have a script app.py that I'm trying to turn into app.exe using py2exe.
> The exe runs fine on th
Not sure where the best place to post this is. My app uses wxpython,
matplotlib.
I'm running Python 2.7 on Windows 7.
I have a script app.py that I'm trying to turn into app.exe using py2exe.
The exe runs fine on the pc that it was compiled on but on another Win7
machine I get somethin
DLLs (probably some Visual
Studio runtime ones).
You can run http://www.dependencywalker.com/ on the generated exe and
see which DLLs it uses. If you do it on the machine with the
problems, these DLLs will be highlighted.
Another possibility is that py2exe is erroneously picking up *other*
DLLs fr
> It works fine on my computer and some other computer don't have python
> interpreter(it's Windows 7).
> But the same file also do not work on another computer(it's Windows xp)
> why does it happen?
My *guess* is that you're missing some DLLs (probably some Visual Studio
runtime ones).
You can
2011/8/17 Benji Ara. :
> Hello
> I wonder how you package a Tkinter gui with py2exe?
> Thanks
> Benji
>
>
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
Hi,
check the necessary steps on the py2exe homepage
http://www.py2exe.org/index.
Hello
I wonder how you package a Tkinter gui with py2exe?
Thanks
Benji
*
*
--
http://mail.python.org/mailman/listinfo/python-list
ta.**pyc", line 158,
>> ImportError: No module named _fontdata_enc_winansi
>>
>> But I could see the '_fontdata_enc_winansi' module in reportlab folder.
>> Could someone help me to fix this.
>>
>> .
> You can try asking this in the re
On 2:59 PM, Kevin Walzer wrote:
> Can anyone point me in the direction of a Tkinter/Python app that has
> been wrapped with py2exe and is deployed on Windows as a standalone
> using one of the standard installer tools? (MSI, NSIS, Inno Setup,
> etc.) I'm working on a Tkinter ap
On 2:59 PM, Kevin Walzer wrote:
> Can anyone point me in the direction of a Tkinter/Python app that has
> been wrapped with py2exe and is deployed on Windows as a standalone
> using one of the standard installer tools? (MSI, NSIS, Inno Setup,
> etc.) I'm working on a Tkinter ap
can try asking this in the reportlab list
reportlab-us...@lists2.reportlab.com
but perhaps this is more about py2exe than reportlab. The modules
_fontdata_enc_* & _fontdata_widths_* are imported dynamically in _fontdata.py
rather than explicitly. I suspect that py2exe needs to be given a hint t
Can anyone point me in the direction of a Tkinter/Python app that has
been wrapped with py2exe and is deployed on Windows as a standalone
using one of the standard installer tools? (MSI, NSIS, Inno Setup, etc.)
I'm working on a Tkinter app for Windows and have had a surprisingly
hard
Hi all,
I bundled a small script written in python using py2exe. The script uses
many packages and one of them is reportlab.
After bundling using py2exe I tried to run the exe file and it is
returning following error:
C:\Python26\dist>DELchek.exe
Traceback (most recent call last):
F
inary. I suspect mis-specification somewhere.
ok so this is not necessary.
>
> '_scproxy', 'fixedpoint', 'gdk', 'mx', 'unix', 'glib.
>
> compiling with gcc? You appear to be missing its glib.
I compile with py2exe and have n
On 7/19/2011 5:47 AM, Peter Irbizon wrote:
Hello, please I have problem with "The following modules appear to be
missing" message during compiling my app exe file with py2exe. What
should I do with this? Many thanks in advance.
From the stuff below, you appear to be compiling f
On Jul 19, 1:13 pm, Noon Silk wrote:
> On Tue, Jul 19, 2011 at 7:47 PM, Peter Irbizon wrote:
> > Hello, please I have problem with "The following modules appear to be
> > missing" message during compiling my app exe file with py2exe. What should I
> > do wi
On Tue, Jul 19, 2011 at 7:47 PM, Peter Irbizon wrote:
> Hello, please I have problem with "The following modules appear to be
> missing" message during compiling my app exe file with py2exe. What should I
> do with this? Many thanks in advance.
>
> The following mod
Hello, please I have problem with "The following modules appear to be
missing" message during compiling my app exe file with py2exe. What
should I do with this? Many thanks in advance.
The following modules appear to be missing
['Carbon', 'Carbon.Files', '
Hello, please I have problem with "The following modules appear to be
missing" message during compiling my app exe file with py2exe. What should I
do with this? Many thanks in advance.
The following modules appear to be missing
['Carbon', 'Carbon.Files', '
Hi Im new to this and I am having a problem converting my .py to a .exe
I get the following:
Traceback (most recent call last):
File "casemng.py", line 163, in
File "casemng.py", line 38, in __init__
File "wx\_core.pyc", line 3369, in ConvertToBitmap
wx._core.PyAssertionError: C++ assert
One thing that comes to mind is importing. py2exe packs libraries in a zip file
so importing might be a bit slower. But this should slow only at the beginning
until everything is loaded to memory.
The other usual suspect is the anti virus :)
--
http://mail.python.org/mailman/listinfo/python
Hi everyone,
I'm writing a big program (windows 7, python 2.6.6) which includes
lots of python libraries (SQLalchemy, PyQt, SocketServer,
Matplotlib,...). Now I'm trying to build a stand alone executable with
py2exe (0.6.9) and everything works great. The only issue is that the
executabl
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 Tkinte
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:
from distutils.core import setup
import py2exe
import matplotlib as mpl
import glob, s
On 13 fév, 06:20, joy99 wrote:
> On Feb 13, 1:29 am, aspineux wrote:
>
>
>
>
>
> > Hi
>
> > I'm releasing a .exe made with py2exe myself an got this problem too.
> > 99% of the time the required DLL is already installed by another
> > applicat
On Feb 13, 1:29 am, aspineux wrote:
> Hi
>
> I'm releasing a .exe made with py2exe myself an got this problem too.
> 99% of the time the required DLL is already installed by another
> application and you don't need to care about it.
> The 1% is about empty or fresh win
Hi
I'm releasing a .exe made with py2exe myself an got this problem too.
99% of the time the required DLL is already installed by another
application and you don't need to care about it.
The 1% is about empty or fresh windows install (server most of the
time)
For them, I provide a lin
Dear Room,
I am using Windows XP (SP2) and a Python Version "Python 2.6.5
(r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] on
win32".
I was looking to create exe files. Reviewing various posts here, I
felt py2exe may be the best thing I can opt for.
But for Python2.6 I
>> From: "Steve Holden"
>> Newsgroups: gmane.comp.python.general
>> To: "Octavian Rasnita"
>> Cc:
>> Sent: Wednesday, December 08, 2010 12:56 AM
>> Subject: Re: is py2exe still active ?
>>
>>
>>> Octavian:
>>
inal Message -
> From: "Steve Holden"
> Newsgroups: gmane.comp.python.general
> To: "Octavian Rasnita"
> Cc:
> Sent: Wednesday, December 08, 2010 12:56 AM
> Subject: Re: is py2exe still active ?
>
>
>> Octavian:
>>
>> It's great
them and also report the bugs
> using a single request/issue tracker?
>
> Octavian
>
>
>
> - Original Message -
> From: "Steve Holden"
>
> Newsgroups: gmane.comp.python.general
> To: "Octavian Rasnita"
> Cc:
> Sent: Wednesday, Dece
them and also report the bugs
> using a single request/issue tracker?
>
> Octavian
>
>
>
> - Original Message -
> From: "Steve Holden"
>
> Newsgroups: gmane.comp.python.general
> To: "Octavian Rasnita"
> Cc:
> Sent: Wednesday, Dece
avian
- Original Message -
From: "Steve Holden"
Newsgroups: gmane.comp.python.general
To: "Octavian Rasnita"
Cc:
Sent: Wednesday, December 08, 2010 12:56 AM
Subject: Re: is py2exe still active ?
> Octavian:
>
> It's great that you want to let people know about
and it doesn't work until
> it is corrected.
>
> Octavian
>
> - Original Message -
> From: "Cbast"
> Newsgroups: comp.lang.python
> To:
> Sent: Tuesday, December 07, 2010 5:00 PM
> Subject: Re: is py2exe still active ?
>
>
> On Dec 7, 8:2
On 2010-12-07, Anders Persson wrote:
> When a look att py2exe homepage it is not looking like mutch happen,
Why do you say that? The homepage was update last month. If you
click on "recent changes" the last wiki page edit was less than two
weeks ago, and there ahve been 19
om: "Cbast"
Newsgroups: comp.lang.python
To:
Sent: Tuesday, December 07, 2010 5:00 PM
Subject: Re: is py2exe still active ?
On Dec 7, 8:23 am, Anders Persson wrote:
> Hi!
> When a look att py2exe homepage it is not looking like mutch happen,
> as a beginner i was thinking
On Dec 7, 8:23 am, Anders Persson wrote:
> Hi!
> When a look att py2exe homepage it is not looking like mutch happen,
> as a beginner i was thinking to start with Python 3, but i like to now
> if py2exe will be for 3 too.
>
> Is any one have any info ?
I don't have the a
Hi!
When a look att py2exe homepage it is not looking like mutch happen,
as a beginner i was thinking to start with Python 3, but i like to now
if py2exe will be for 3 too.
Is any one have any info ?
--
http://mail.python.org/mailman/listinfo/python-list
Snooky wrote:
>I have a python program that imports the following:
>
>import sys
>from easygui import * ### This is line 11 in the source code ###
>import SOAPpy
>import datetime
>import win32com.client
>
>This program works OK (compiled using py2exe) on my
I have a python program that imports the following:
import sys
from easygui import * ### This is line 11 in the source code ###
import SOAPpy
import datetime
import win32com.client
This program works OK (compiled using py2exe) on my development
Windows
Vista Notebook PC. I am trying to
quot; is sufficient.)
>
> Almar
>
>
> On 14 September 2010 13:02, Carlos Grohmann
> wrote:
>>
>> Hello all,
>>
>> i've been trying to build an .exe with py2exe. After many tentatives,
>> it worked, but the total space used by the app goes to
Hi,
Have you tried adding "PyQt4", "PyQt4.QtGui" and "PyQt4.QtCore" to your list
of excludes?
(Maybe only "PyQt4.QtGui" is sufficient.)
Almar
On 14 September 2010 13:02, Carlos Grohmann wrote:
> Hello all,
>
> i've been trying to build a
Hello all,
i've been trying to build an .exe with py2exe. After many tentatives,
it worked, but the total space used by the app goes to 30Mb. It is a
simple app, that uses wxpython, matplotlib and numpy. I checked the
library.zip file and notived that there is a pyQt-related file there:
On 07/30/2010 11:00 AM, Jimmy Retzlaff wrote:
> On Fri, Jul 30, 2010 at 1:10 AM, Gelonida wrote:
>> What I'd like to achieve ideally is to create a py2exe program,
>> which
>> will only display a window (so 'compiled' as 'windows'-application) if
>
Hi,
On 07/30/2010 03:51 PM, Dave Angel wrote:
> pyt...@bdurham.com wrote:
>>> Is there any trick in adding a console window to an application, that
>>> was built as 'windows' application?
,,,
>>> Since we're talking MS Windows here, see:
>
> http://msdn.microsoft.com/en-us/library/ms682528(VS.85)
pyt...@bdurham.com wrote:
Is there any trick in adding a console window to an application, that was built
as 'windows' application?
I was recently wondering the same thing myself. My research indicates
that its not possible to have a single Windows application that can run
in both console
> Is there any trick in adding a console window to an application, that was
> built as 'windows' application?
I was recently wondering the same thing myself. My research indicates
that its not possible to have a single Windows application that can run
in both console and GUI ("Windows") modes.
H
1 - 100 of 1018 matches
Mail list logo