mirror of
https://github.com/Team-Resurgent/xbmc4xbox-redux.git
synced 2026-08-15 20:18:49 -07:00
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)
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