[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 413df57968e4d612f87722bb8454a66357f84839 by Miss Islington (bot) in branch '3.10': bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26311)

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 099e6a4096382697dda55d58d3a96f68375ea546 by Miss Islington (bot) in branch '3.9': bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26312)

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +24910 pull_request: https://github.com/python/cpython/pull/26312 ___ Python tracker ___

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +24909 pull_request: https://github.com/python/cpython/pull/26311 ___ Python tracker

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- nosy: +berker.peksag versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8 ___ Python tracker ___

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- keywords: +patch nosy: +erlendaasland nosy_count: 9.0 -> 10.0 pull_requests: +24908 pull_request: https://github.com/python/cpython/pull/26309 ___ Python tracker

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2020-08-17 Thread Nathaniel Manista
Change by Nathaniel Manista : -- nosy: +Nathaniel Manista ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2019-07-14 Thread Ronald Oussoren
Ronald Oussoren added the comment: Please also add a reference to py2app (at least of the programming FAQ as py2app is macOS-only). -- nosy: +ronaldoussoren ___ Python tracker

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2019-07-10 Thread Zachary Ware
Zachary Ware added the comment: I've just come across the fact that the Windows FAQ is out of date again. Denis, your PR still has some pending change requests; are you interested in updating your PR, or would you rather someone else take this over? -- components: +Windows nosy:

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 getting

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 remove

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 python programs

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 > https://so

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 major

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

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2017-06-25 Thread Denis Akhiyarov
Changes by Denis Akhiyarov : -- pull_requests: +2443 ___ Python tracker ___ ___

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2017-06-25 Thread Denis Akhiyarov
/cpython/blob/master/Doc/faq/programming.rst#how-can-i-create-a-stand-alone-binary-from-a-python-script -- assignee: docs@python components: Documentation messages: 296844 nosy: denfromufa, docs@python priority: normal severity: normal status: open title: pyinstaller can be added to docs, py2exe

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 <saxr...@gmail.com> wrote: > hello > > How to decompile an exe file compiled by py2exe? &

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-21 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-21 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() --

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

2017-05-21 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-21 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

multiprocessing.Process can not start a thread in py2exe

2017-05-21 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

[issue29429] Requests package is incompatible with py2exe

2017-02-03 Thread INADA Naoki
INADA Naoki added the comment: Here is issue tracker of Python. py2exe and requests are third party project. Please report an issue to py2exe issue tracker. -- nosy: +inada.naoki resolution: -> third party stage: -> resolved status: open -&g

[issue29429] Requests package is incompatible with py2exe

2017-02-03 Thread reason
New submission from reason: I use py2exe to compile some py files importing 'Requests' package into executable files user Windows.But I get unexpected exception , 'missing modules'. Even I tried to specify the '-p requests',I still got failure. -- messages: 286846 nosy: reason

[issue29429] Requests package is incompatible with py2exe

2017-02-03 Thread reason
Changes by reason : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___

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 > is a bug. I

Re: py2exe crashes on simple program

2016-07-05 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 archive 'd

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 distribution

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 <ian.g.ke...@gmail.com> wrote: > On Fri, Dec 4, 2015 at 10:21 AM, d...@forestfield.co.uk > <d...@forestfield.co.uk> wrote: >> Python 3.5 will not run under Windows XP, but what about applications >> created using py2exe o

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

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 <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

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 module File scrapy\__init__.pyc, line 10, in module File

Re: Emulating py2exe for python version 3 and above

2014-10-31 Thread Akira Li
Ian Dickinson ianldickinso...@gmail.com 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

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

py2exe 0.9.2.2 released

2014-10-21 Thread Thomas Heller
py2exe version 0.9.2.2 released === `py2exe` is a distutils extension which allows to build standalone Windows executable programs (32-bit and 64-bit) from Python scripts; Python 3.3 and later are supported. It can build console executables, windows (GUI) executables

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

py2exe for Python 3 released

2014-05-13 Thread Thomas Heller
Finally there is py2exe for Python3! `py2exe` is a distutils extension which allows to build standalone Windows executable programs (32-bit and 64-bit) from Python scripts; Python 3.3 and later are supported. It can build console executables, windows (GUI) executables, windows services, and DLL

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

2013-09-20 Thread Chris Angelico
): File py2exe_setup.py, line 4, in module 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 to run that command? ChrisA -- https

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

2013-09-20 Thread Gene Heskett
-Engrave-1.22_src$ python py2exe_setup.py Traceback (most recent call last): File py2exe_setup.py, line 4, in module 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

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

2013-09-19 Thread Gene Heskett
, 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 (most recent call

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 this issue by google

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 I use bundle_files = 1 or bundle_files

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 generate standalone EXE in stead of lots of .dll

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 generate standalone EXE in stead of lots of .dll

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 I

Re: About py2exe bundle_files setting?

2013-05-04 Thread Chris Angelico
On Sat, May 4, 2013 at 11:42 PM, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info 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

Re: About py2exe bundle_files setting?

2013-05-04 Thread Jimmie He
in the translation. ChrisA ChrisA Steven, Let me translet it:-) Application error. The instruction at 0x00fb1cb referenced memory at 0x can not be written It seems miss some lib after package by py2exe. It is not an python error,which I mean is that after I package my application

Re: About py2exe bundle_files setting?

2013-05-04 Thread Chris Angelico
help! Sorry I can't be more accurate in the translation. ChrisA ChrisA Steven, Let me translet it:-) Application error. The instruction at 0x00fb1cb referenced memory at 0x can not be written It seems miss some lib after package by py2exe. It is not an python error,which I

Re: About py2exe bundle_files setting?

2013-05-04 Thread Jimmie He
Steven, Let me translet it:-) Application error. The instruction at 0x00fb1cb referenced memory at 0x can not be written It seems miss some lib after package by py2exe. It is not an python error,which I mean is that after I package my application by py2exe

Re: About py2exe bundle_files setting?

2013-05-04 Thread Chris Angelico
On Sun, May 5, 2013 at 2:27 AM, Jimmie He jimmie...@gmail.com 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 simple Hello, world work but your

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 and Inno Setup

Re: py2exe and 64/32 bit windows

2013-04-09 Thread Ian Kelly
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'm told that the executable I generate on that machine won't run

Re: py2exe and 64/32 bit windows

2013-04-09 Thread Grant Edwards
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 run 32-bit executables. OK, that's good to know. * Is there such a thing as a fat Windows binary

Re: py2exe and 64/32 bit windows

2013-04-09 Thread Ian Kelly
On Tue, Apr 9, 2013 at 1:45 PM, Grant Edwards invalid@invalid.invalid 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

Re: py2exe and 64/32 bit windows

2013-04-09 Thread Benjamin Kaplan
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 using py2exe, would it be usable on a 64-bit install? Yes, 64-bit Windows systems will run 32-bit

Re: py2exe is on Sourceforge list of top growth projects

2012-12-18 Thread Colin J. Williams
the projects that had the greatest growth in the last month. [...] py2exe: A distutils extension to create standalone Windows programs from python scripts. /quote 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

Re: py2exe is on Sourceforge list of top growth projects

2012-12-18 Thread Vlastimil Brom
2012/12/18 Colin J. Williams c...@ncf.ca: ... 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://sourceforge.net/projects

py2exe is on Sourceforge list of top growth projects

2012-12-17 Thread Frank Millman
in the last month. [...] py2exe: A distutils extension to create standalone Windows programs from python scripts. /quote 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

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 pascalwinkelma...@gmail.com 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

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 with python 3.x

2012-11-05 Thread Kwpolska
On Mon, Nov 5, 2012 at 8:34 PM, Monkey pascalwinkelma...@gmail.com 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

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

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 something like

Re: Making sense of a traceback from py2exe

2012-08-30 Thread Jonno
On Thu, Aug 30, 2012 at 3:11 PM, Jonno jonnojohn...@gmail.com 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 the pc

Re: Making sense of a traceback from py2exe

2012-08-30 Thread Jonno
nothing in my mpl-data/fonts directory. This directory should contain 3 folders: afm, pdfcorefonts ttf. The ttf folder is where the mathtext fonts mentioned above are located. I then tried manually copying the entire mpl-data folder into the dist folder after running py2exe on setup.py but still

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 run

Re: exe made by py2exe do not run certain computer

2012-07-03 Thread Mark Hammond
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 from the OS, which you

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: How to package a gui with py2exe

2011-08-17 Thread Vlastimil Brom
2011/8/17 Benji Ara. benjo...@gmail.com: 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.cgi/Tutorial in your setup script

Re: reportlab import error after dundled using py2exe

2011-07-26 Thread SANKAR .
in reportlab folder. Could someone help me to fix this. . You can try asking this in the reportlab list reportlab-users@lists2.**reportlab.comreportlab-us...@lists2.reportlab.com but perhaps this is more about py2exe than reportlab. The modules _fontdata_enc_* _fontdata_widths_* are imported

Re: reportlab import error after dundled using py2exe

2011-07-25 Thread Robin Becker
.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 that this is going on. However, I'm uncertain as to why this should

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 app for Windows and have

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 app for Windows and have

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 time

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\distDELchek.exe Traceback (most recent call last): File

Re: The following modules appear to be missing - py2exe

2011-07-20 Thread miamia
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 no idea how to retrieve missing libs. I tried to ask at http://sourceforge.net/mailarchive/forum.php?thread_name=CABFuWSwv76-Hz

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', '_scproxy', 'fixedpoint', 'gdk', 'mx

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', '_scproxy', 'fixedpoint', 'gdk', 'mx

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 peterirbi...@gmail.com 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 modules appear

Re: The following modules appear to be missing - py2exe

2011-07-19 Thread miamia
On Jul 19, 1:13 pm, Noon Silk noonsli...@gmail.com wrote: On Tue, Jul 19, 2011 at 7:47 PM, Peter Irbizon peterirbi...@gmail.com 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

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 for Windows

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 module File casemng.py, line 38, in __init__ File wx\_core.pyc, line 3369, in ConvertToBitmap wx._core.PyAssertionError: C++

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 executable seems

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 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, shutil

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: snip ImportError: No module named Tkinter Obviously Tkinter

Re: Question on Creating exe file with py2exe

2011-02-15 Thread aspineux
On 13 fév, 06:20, joy99 subhakolkata1...@gmail.com wrote: On Feb 13, 1:29 am, aspineux aspin...@gmail.com 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

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 found

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 link to the M

Re: Question on Creating exe file with py2exe

2011-02-12 Thread joy99
On Feb 13, 1:29 am, aspineux aspin...@gmail.com 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 windows install

Re: is py2exe still active ?

2010-12-09 Thread Octavian Rasnita
, December 08, 2010 12:56 AM Subject: Re: is py2exe still active ? Octavian: It's great that you want to let people know about bugs. Put yourself in the position of the package maintainer, however. She or he doesn't spend all day working on cxFreeze, and probably doesn't even do a Google

  1   2   3   4   5   6   7   8   9   10   >