IMDbPy with WinPython

341 Views Asked by At

I'm trying to get a version of IMDbPy that I can install using the WinPython installer - there are a variety of programs that have been made compatible with, however IMDbPy doesn't have a specific WinPython package.

I've tried to download several different versions of it and install it with the WinPython Installer, however most of them have instantly been rejected due to the incorrect file type for the package; I got one to be accepted only for it to reject it later in the process.

I'm just wondering if there is a way to get the software installed and usable within Spyder.

1

There are 1 best solutions below

4
On

Suggestion (may or may not work):

  • launch "Winpython Command Prompt"

  • type 'pip install IMDbPy'

....

  • type 'pip list' to check pip did install it