Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem py2exe
#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


Messages In This Thread
Problem py2exe - by andrea1980345 - Nov-12-2016, 04:23 AM
RE: Problem py2exe - by metulburr - Nov-12-2016, 02:11 PM
RE: Problem py2exe - by andrea1980345 - Nov-12-2016, 03:26 PM
RE: Problem py2exe - by metulburr - Nov-12-2016, 03:32 PM
RE: Problem py2exe - by andrea1980345 - Nov-12-2016, 03:38 PM
RE: Problem py2exe - by snippsat - Nov-12-2016, 04:01 PM
RE: Problem py2exe - by andrea1980345 - Nov-12-2016, 04:06 PM
RE: Problem py2exe - by metulburr - Nov-12-2016, 04:20 PM
RE: Problem py2exe - by andrea1980345 - Nov-12-2016, 04:20 PM
RE: Problem py2exe - by metulburr - Nov-12-2016, 04:24 PM
RE: Problem py2exe - by andrea1980345 - Nov-12-2016, 04:25 PM
RE: Problem py2exe - by metulburr - Nov-12-2016, 04:28 PM
RE: Problem py2exe - by snippsat - Nov-12-2016, 04:34 PM
RE: Problem py2exe - by andrea1980345 - Nov-12-2016, 04:35 PM
RE: Problem py2exe - by snippsat - Nov-12-2016, 06:19 PM
RE: Problem py2exe - by andrea1980345 - Nov-12-2016, 06:40 PM
RE: Problem py2exe - by andrea1980345 - Nov-15-2016, 08:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info sarahroxon7 1 983 Apr-20-2022, 08:02 AM
Last Post: VadimCr
  Py2exe and pycryptodome reks2004 5 4,293 Dec-16-2020, 06:42 PM
Last Post: reks2004
  Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info Rickus 2 3,752 Feb-18-2020, 03:09 PM
Last Post: Rickus
  py2exe failed to compiled gahhon 9 7,682 Mar-04-2019, 03:29 AM
Last Post: gahhon
  py2exe keegan_010 4 4,607 Aug-22-2018, 07:58 AM
Last Post: buran
  How would I combine multiple .py files into one .exe with Py2Exe shlomi27 0 3,168 Aug-20-2018, 10:27 AM
Last Post: shlomi27
  jira-2.0.0.dist causing error with py2exe johnlawlor 1 2,588 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,788 May-22-2018, 09:57 AM
Last Post: py2exe
  trouble with pip and py2exe sylas 12 14,127 Sep-17-2017, 06:38 AM
Last Post: sylas
  Convert py2exe daltorya19 6 5,522 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