Python Forum
wmi + pypiwin32 + pywin32 + Kodi
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wmi + pypiwin32 + pywin32 + Kodi
#5
(Aug-22-2019, 07:05 PM)NonSufficitOrbis Wrote: And whenever I run the script in Kodi I get this error:
Are you using Python interpreter that's comes with kodi or do try to us OS Python?
About Add-ons
kodi Wrote:Kodi includes a built-in Python interpreter that allows users to develop add-ons (scripts and plugins) that interface easily and cleanly with the Kodi dashboard.

Basic test to see what's used.
E:\div_code\foo
λ python -V
Python 3.7.3

# Placement of Python interpreter used also python.exe
# When us kodi version of Python,then it will be where they have placed python.exe
E:\div_code\foo
λ python -c "import sys; print(sys.executable)"
C:\python37\python.exe

# Where pip install to
E:\div_code\foo
λ pip -V
pip 19.2.1 from c:\python37\lib\site-packages\pip (python 3.7)
NonSufficitOrbis Wrote:import win32api, sys, os
ImportError: Module use of python37.dll conflicts with this version of Python.
There is no problem to build it with venv virtual environment,to avoid conflict.
I not sure if you should OS Python or there version of Python when use kodi,have you looked into this?
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,807 Nov-20-2022, 09:15 PM
Last Post: Paul_Newton
  pywin32: Outlook connection ends with 'operation aborted' on one machine tstone 0 2,467 May-03-2022, 04:29 AM
Last Post: tstone
  pywin32 problems catlessness 0 1,276 Apr-01-2022, 01:04 PM
Last Post: catlessness
  pywin32 Illustrator Throwing Exception Error matthewsjc1 7 5,727 Aug-27-2021, 02:43 AM
Last Post: Larz60+
  Has anyone figured out how to get pywin32 into a virtual environment yet? RobR 6 4,818 Jun-04-2020, 01:26 PM
Last Post: RobR
  No module named pywin32 WantedStarling 3 12,320 Dec-07-2018, 09:11 PM
Last Post: Larz60+
  Python Assistance Kodi Addon yuljk 0 3,711 Aug-12-2017, 03:02 PM
Last Post: yuljk
  ISO working example of opening a Microsoft Word document through PyWin32 Orthoducks 1 4,629 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