Files
antonic901 4b4bc769b8 [XBOX] make XBMC compile with Python 3
added: new functions and data objects to Python DLL loader (XBPythonDll)
changed: when loading Python, look for python34.dll
changed: C++11 way of initializing struct (PythonSwig.cpp.template)
2025-08-25 10:32:25 +02:00
..

Python directory structure

DLLs dir:
  Library directory used by python.
  python exensions (.pyd) are placed here

Spyce dir:
  Here is where the Spyce installation remains, this is only there for use with psp (python server pages)
  on the goahead webserver.

ssl dir:
  Contains cert.pem which holds root certificates for use with the python _ssl library.

python34.zlib
  This is a zip archive containing the core .py python libraries