Python Forum
wmi + pypiwin32 + pywin32 + Kodi
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wmi + pypiwin32 + pywin32 + Kodi
#7
This is kodi interpreter placement C:\Program Files\Kodi\system\Python\
Go into this folder(cd in) from cmd.
Then python -V to see what version of Python they use.

There will be a folder C:\Program Files\Kodi\system\Python\Scripts,
go into this folder and pip -V.

So using Kodi Python interpreter as you probably should use,place your script in C:\Program Files\Kodi\system\Python\
Then can run from cmd with python my_script.py most be in folder over doing this,now it will use kodi version of Python.

Install the normal way would be using pip that placed in C:\Program Files\Kodi\system\Python\Scripts
When in this folder from cmd pip install something .

You most read there doc about this,they may have some own way of doing this stuff.
Reply


Messages In This Thread
RE: wmi + pypiwin32 + pywin32 + Kodi - by SheeppOSU - Aug-23-2019, 01:09 PM
RE: wmi + pypiwin32 + pywin32 + Kodi - by snippsat - Aug-23-2019, 01:36 PM
RE: wmi + pypiwin32 + pywin32 + Kodi - by snippsat - Aug-23-2019, 03:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to find PyWin32 for Python 2.1.3 Paul_Newton 9 1,995 Nov-20-2022, 09:15 PM
Last Post: Paul_Newton
  pywin32: Outlook connection ends with 'operation aborted' on one machine tstone 0 2,598 May-03-2022, 04:29 AM
Last Post: tstone
  pywin32 problems catlessness 0 1,362 Apr-01-2022, 01:04 PM
Last Post: catlessness
  pywin32 Illustrator Throwing Exception Error matthewsjc1 7 6,053 Aug-27-2021, 02:43 AM
Last Post: Larz60+
  Has anyone figured out how to get pywin32 into a virtual environment yet? RobR 6 5,041 Jun-04-2020, 01:26 PM
Last Post: RobR
  No module named pywin32 WantedStarling 3 12,501 Dec-07-2018, 09:11 PM
Last Post: Larz60+
  Python Assistance Kodi Addon yuljk 0 3,779 Aug-12-2017, 03:02 PM
Last Post: yuljk
  ISO working example of opening a Microsoft Word document through PyWin32 Orthoducks 1 4,711 Dec-25-2016, 10:12 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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