Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100970
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Python.Exe Problem |
| Date | 2015-12-29 15:44 -0500 |
| Message-ID | <mailman.60.1451421936.11925.python-list@python.org> (permalink) |
| References | <CAJJkW=BP7cH9EyMrEsqF0=0UJO8hmrmvo9ypqZ67OzsVXvGRWw@mail.gmail.com> |
On 12/29/2015 11:24 AM, Daniel Lee wrote: > Hello, > > When I try to run python.exe on my computer with Windows 8, Which exact version? From what source? How did you download (from where) or compile? How did you install? How do you try to run it? > I get the following error: > > "Python.exe - Entry Point Not Found" > > "The Procedure entry point ?terminate@@YAXXZ could not be located in the > dynamic link library C:\Program Files\Python3.5\python.exe." Google return 76000 hits for 'terminate@@YAXXZ', so this appears to not be a unique issue in some form or another. > What does this error mean and how can I fix it? It seems like your installed python.exe is corrupt. Make sure you have a final release. I would re-install, possibly after re-downloading from python.org. If you download from anywhere else, *they* are responsible for getting the compile options correct. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Python.Exe Problem Terry Reedy <tjreedy@udel.edu> - 2015-12-29 15:44 -0500
Re: Python.Exe Problem mateusz.nasciszewski@gmail.com - 2016-01-18 15:17 -0800
Re: Python.Exe Problem eryk sun <eryksun@gmail.com> - 2016-01-18 17:40 -0600
Re: Python.Exe Problem Mateusz NaĆciszewski <mateusz.nasciszewski@gmail.com> - 2016-01-18 16:01 -0800
csiph-web