Re: py2exe, program has stoped working!?

2018-11-22 Thread konsyme
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

Re: py2exe output flagged as malware

2018-02-28 Thread Hartmut Goebel
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,

Re: py2exe output flagged as malware

2018-02-28 Thread Robin Becker
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

Re: py2exe output flagged as malware

2018-02-28 Thread Hartmut Goebel
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,

Re: py2exe output flagged as malware

2018-02-28 Thread Robin Becker
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

Re: py2exe output flagged as malware

2018-02-28 Thread alister via Python-list
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

py2exe output flagged as malware

2018-02-28 Thread Robin Becker
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

Re: py2exe maintainer abandoned the project; is there any replacements? Or, anyone willing to continue the work?

2018-02-21 Thread Kryptxy via Python-list
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 >

Re: py2exe maintainer abandoned the project; is there any replacements? Or, anyone willing to continue the work?

2018-02-21 Thread Christian Gollwitzer
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

py2exe maintainer abandoned the project; is there any replacements? Or, anyone willing to continue the work?

2018-02-21 Thread 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? Is there any desires to continue the project? -- https://mail.python.org/mailman/listinfo/python-list

Re: How to decompile an exe file compiled by py2exe?

2017-06-13 Thread Irving Duran
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

How to decompile an exe file compiled by py2exe?

2017-06-13 Thread Xristos Xristoou
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

Re: multiprocessing.Process can not start a thread in py2exe

2017-05-20 Thread Ho Yeung Lee
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 > >

Re: multiprocessing.Process can not start a thread in py2exe

2017-05-20 Thread Ho Yeung Lee
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

Re: multiprocessing.Process can not start a thread in py2exe

2017-05-20 Thread topic2k--- via Python-list
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

Re: multiprocessing.Process can not start a thread in py2exe

2017-05-20 Thread Ho Yeung Lee
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

multiprocessing.Process can not start a thread in py2exe

2017-05-20 Thread Ho Yeung Lee
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

Re: py2exe crashes on simple program

2016-07-05 Thread John Nagle
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 >

Re: py2exe crashes on simple program

2016-07-04 Thread Steven D'Aprano
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

py2exe crashes on simple program

2016-07-04 Thread John Nagle
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

Re: Frozen apps (py2exe, cx_freeze) built with Python 3.5

2015-12-04 Thread Zachary Ware
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

Re: Frozen apps (py2exe, cx_freeze) built with Python 3.5

2015-12-04 Thread Ian Kelly
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

Frozen apps (py2exe, cx_freeze) built with Python 3.5

2015-12-04 Thread d...@forestfield.co.uk
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

some problem with scrapy and py2exe

2014-12-08 Thread cdd801
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

Re: Emulating py2exe for python version 3 and above

2014-10-31 Thread Akira Li
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

Emulating py2exe for python version 3 and above

2014-10-29 Thread Ian Dickinson
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

Re: comparing alternatives to py2exe

2014-09-06 Thread daniel . e . rossy
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

Re: Missing py2exe, needed 4 a gcode generator to engrave text in fancy ttf fonts in steel

2013-09-20 Thread Gene Heskett
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

Re: Missing py2exe, needed 4 a gcode generator to engrave text in fancy ttf fonts in steel

2013-09-20 Thread Chris Angelico
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

Missing py2exe, needed 4 a gcode generator to engrave text in fancy ttf fonts in steel

2013-09-19 Thread Gene Heskett
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 (

Re: About py2exe "bundle_files" setting?

2013-05-04 Thread Chris Angelico
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

Re: About py2exe "bundle_files" setting?

2013-05-04 Thread Jimmie He
to transcribe, much less translate; the title says > > >> > > >> "Gui.exe - [###]" and the body says: > > >> > > >> > > >> > > >> "0x00fb1cb" [###] "0x" [] "written&quo

Re: About py2exe "bundle_files" setting?

2013-05-04 Thread Chris Angelico
###] "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

Re: About py2exe "bundle_files" setting?

2013-05-04 Thread Jimmie He
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

Re: About py2exe "bundle_files" setting?

2013-05-04 Thread Chris Angelico
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

Re: About py2exe "bundle_files" setting?

2013-05-04 Thread Steven D'Aprano
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

Re: About py2exe "bundle_files" setting?

2013-05-04 Thread Jimmie He
在 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

Re: About py2exe "bundle_files" setting?

2013-05-04 Thread Jimmie He
在 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

Re: About py2exe "bundle_files" setting?

2013-05-04 Thread 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 generate standalone EXE in stead >of lots of ".dll & .pyc".But it crash when

About py2exe "bundle_files" setting?

2013-05-04 Thread Jimmie He
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

Re: py2exe and 64/32 bit windows

2013-04-09 Thread Benjamin Kaplan
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

Re: py2exe and 64/32 bit windows

2013-04-09 Thread Ian Kelly
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

Re: py2exe and 64/32 bit windows

2013-04-09 Thread Grant Edwards
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

Re: py2exe and 64/32 bit windows

2013-04-09 Thread Ian Kelly
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&#x

py2exe and 64/32 bit windows

2013-04-09 Thread Grant Edwards
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

Re: py2exe is on Sourceforge list of top growth projects

2012-12-18 Thread Vlastimil Brom
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

Re: py2exe is on Sourceforge list of top growth projects

2012-12-18 Thread Colin J. Williams
;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

py2exe is on Sourceforge list of top growth projects

2012-12-17 Thread Frank Millman
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

Re: py2exe with python 3.x

2012-11-06 Thread Tobias Marquardt
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

Re: py2exe with python 3.x

2012-11-05 Thread 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, > Monkey > -- > http://mail.py

py2exe with python 3.x

2012-11-05 Thread Monkey
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

Re: py2exe deal with python command line inside a program

2012-09-28 Thread Miki Tebeka
> 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

Re: py2exe deal with python command line inside a program

2012-09-27 Thread gairehari
Hi, have you been able to solve this problem ?? -- http://mail.python.org/mailman/listinfo/python-list

Re: Making sense of a traceback from py2exe

2012-08-30 Thread Jonno
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

Re: Making sense of a traceback from py2exe

2012-08-30 Thread Jonno
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

Making sense of a traceback from py2exe

2012-08-30 Thread Jonno
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

Re: exe made by py2exe do not run certain computer

2012-07-03 Thread Mark Hammond
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

Re: exe made by py2exe do not run certain computer

2012-07-03 Thread Miki Tebeka
> 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

Re: How to package a gui with py2exe

2011-08-17 Thread Vlastimil Brom
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.

How to package a gui with py2exe

2011-08-17 Thread Benji Ara.
Hello I wonder how you package a Tkinter gui with py2exe? Thanks Benji * * -- http://mail.python.org/mailman/listinfo/python-list

Re: reportlab import error after dundled using py2exe

2011-07-26 Thread SANKAR .
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

Re: Tkinter/py2exe with installer

2011-07-25 Thread John Posner
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

Re: Tkinter/py2exe with installer

2011-07-25 Thread John Posner
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

Re: reportlab import error after dundled using py2exe

2011-07-25 Thread Robin Becker
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

Tkinter/py2exe with installer

2011-07-24 Thread Kevin Walzer
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

reportlab import error after dundled using py2exe

2011-07-21 Thread SANKAR .
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

Re: The following modules appear to be missing - py2exe

2011-07-20 Thread miamia
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

Re: The following modules appear to be missing - py2exe

2011-07-19 Thread Terry Reedy
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

Re: The following modules appear to be missing - py2exe

2011-07-19 Thread miamia
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

Re: The following modules appear to be missing - py2exe

2011-07-19 Thread Noon Silk
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

The following modules appear to be missing - py2exe

2011-07-19 Thread miamia
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', '

The following modules appear to be missing - py2exe

2011-07-19 Thread Peter Irbizon
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', '

Py2exe

2011-06-10 Thread poip
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

Re: py2exe: executable is slower than code run from the interpreter

2011-06-04 Thread Miki Tebeka
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

py2exe: executable is slower than code run from the interpreter

2011-06-04 Thread Massi
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

Re: Py2exe problem with pyqt+matplotlib

2011-03-15 Thread John Posner
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

Py2exe problem with pyqt+matplotlib

2011-03-15 Thread Massi
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

Re: Question on Creating exe file with py2exe

2011-02-15 Thread aspineux
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

Re: Question on Creating exe file with py2exe

2011-02-12 Thread joy99
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

Re: Question on Creating exe file with py2exe

2011-02-12 Thread aspineux
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

Question on Creating exe file with py2exe

2011-02-12 Thread joy99
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

Re: is py2exe still active ?

2010-12-09 Thread Octavian Rasnita
>> 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: >>

Re: is py2exe still active ?

2010-12-08 Thread Philip Semanchuk
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

Re: is py2exe still active ?

2010-12-08 Thread Jonathan Hartley
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

Re: is py2exe still active ?

2010-12-08 Thread Jonathan Hartley
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

Re: is py2exe still active ?

2010-12-08 Thread Octavian Rasnita
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

Re: is py2exe still active ?

2010-12-07 Thread Steve Holden
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

Re: is py2exe still active ?

2010-12-07 Thread Grant Edwards
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

Re: is py2exe still active ?

2010-12-07 Thread Octavian Rasnita
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

Re: is py2exe still active ?

2010-12-07 Thread Cbast
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

is py2exe still active ?

2010-12-07 Thread Anders Persson
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

Re: easyGUI and py2exe

2010-10-27 Thread Tim Roberts
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

easyGUI and py2exe

2010-10-27 Thread Snooky
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

Re: help removing pyQt dll from dist created with py2exe

2010-09-14 Thread Carlos Grohmann
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

Re: help removing pyQt dll from dist created with py2exe

2010-09-14 Thread Almar Klein
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

help removing pyQt dll from dist created with py2exe

2010-09-14 Thread Carlos Grohmann
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:

Re: [Py2exe-users] how to build same executabl with and without console output

2010-07-30 Thread Gelonida
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 >

Re: [Py2exe-users] how to build same executabl with and without console output

2010-07-30 Thread Gelonida
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)

Re: [Py2exe-users] how to build same executabl with and without console output

2010-07-30 Thread Dave Angel
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

Re: [Py2exe-users] how to build same executabl with and without console output

2010-07-30 Thread python
> 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   2   3   4   5   6   7   8   9   10   >