On 11 October 2017 at 15:46, Michael Cuddehe <mcudd...@strategicga.com> wrote: > - What exactly did you install? >>> Latest install: Python 3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:17:05) [MSC > v.1900 64 bit (AMD64)] on win32 >>> Downloaded from python.org. > - Can you start the Python interpreter? >>> Yes...works fine. > * How exactly did you go about this >>> ?? > - How exactly do you try to run pip? >>> Command prompt: c:\Users\FFC>pip import (module) >>> > - What exactly happens when you try? >>> Windows error message: "This app can't run on your PC...."
There's no "pip import" command - I guess you meant "pip install"? Rather than transcribing what you did, can you include a copy and paste of the actual text in your command window? I also googled for the message you quoted, and I see that it's a Windows message (not one from pip or Python). The most obvious suggestion from that was "you're running a 64-bit application on a 32-bit Windows". I note from the above: > Latest install: Python 3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:17:05) [MSC > v.1900 64 bit (AMD64)] Are you running 32-bit Windows? If so, you got the wrong version of Python (you need the 32-bit version). Paul -- https://mail.python.org/mailman/listinfo/python-list