Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem py2exe
#11
The problem i guess is that, i use python 3.5 and have a 64 bit sistem, and into the folder of py2exe i dont have a file name run_w-py3.5-win-amd64.ex
Reply
#12
(Nov-12-2016, 04:25 PM)andrea1980345 Wrote: i use python 3.5 and have a 64 bit sistem
It doesnt matter what your OS is. You can run python32 bit on a windows 64 bit OS. And you can make a separate python 3.5 32 bit install alongside your current one
Recommended Tutorials:
Reply
#13
You have Python 35,and i don't think Py2exe work yet for 3.5.
Quote:Starting with Python 3.3, the Windows build of Python is built using Visual Studio 2010. So you will need to use MSVCR100.DLL for Python 3.3 or 3.4.
See this tutorial step for specifying the correct library. Just replace the *90.DLL by *100.DLL.

Note that starting with Python 3.5, Visual Studio 2015 is being used,
which introduces a new way of distributing the CRT,
so you won’t need a MSVCR140.dll but something else instead.
It’s likely that py2exe will take a while to become compatible.
Install 3.4 and use that to run py2exe.
Use other alternatives that work for 3.5 eg Pyinstaller
mod version of CxFreezepynsist 1.9.
Reply
#14
He dont change anything. Im pretty sure. I dont have the file run_w-py3.5-win-amd64.exe or run_w-py3.5-win32.exe i dont have file 3.5 for writing.. I dont know why

Damn so i have to import again all the module on 3.4 right?
Reply
#15
(Nov-12-2016, 04:35 PM)andrea1980345 Wrote: Damn so i have to import again all the module on 3.4 right?
Yes,but PyHook and Pywin32(pythoncom,win32console, win32gu, win32api, win32con) are the only 3-party lib as i can see.

Or look at the 3 alternatives for 3.5 that i have posted.
Reply
#16
Ok, now im out, i will se the other alternatives tomorrow! Thank you
Reply
#17
Work with pyinstaller, thanks!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info sarahroxon7 1 944 Apr-20-2022, 08:02 AM
Last Post: VadimCr
  Py2exe and pycryptodome reks2004 5 4,209 Dec-16-2020, 06:42 PM
Last Post: reks2004
  Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info Rickus 2 3,688 Feb-18-2020, 03:09 PM
Last Post: Rickus
  py2exe failed to compiled gahhon 9 7,551 Mar-04-2019, 03:29 AM
Last Post: gahhon
  py2exe keegan_010 4 4,524 Aug-22-2018, 07:58 AM
Last Post: buran
  How would I combine multiple .py files into one .exe with Py2Exe shlomi27 0 3,111 Aug-20-2018, 10:27 AM
Last Post: shlomi27
  jira-2.0.0.dist causing error with py2exe johnlawlor 1 2,532 Aug-09-2018, 08:27 PM
Last Post: Larz60+
  can not open .exe file generated by py2exe: ImportError: cannot import name _remove_d py2exe 0 2,759 May-22-2018, 09:57 AM
Last Post: py2exe
  trouble with pip and py2exe sylas 12 13,818 Sep-17-2017, 06:38 AM
Last Post: sylas
  Convert py2exe daltorya19 6 5,424 May-28-2017, 11:48 PM
Last Post: daltorya19

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020