Linux Unix Variants .pyo import failed
#1
Friends,
I am developing an addon for XBMC with parts of the compiled modules in .pyo. On the Windows platform in version 12.3 of XBMC, works 100%, but on Unix variants (Mac, Linux, Android) do not work. Analyzing the log (on Linux and MACOs) found that the problem is linked to the use of pyo modules (import failed). Using the same modules in pyc works perfectly on MacOS and Linux. Is that the use of pyc is insecure and I did not want to give up the use of pyo.
Can anyone help?
Reply
#2
simply don't use .pyo in XBMC. All platforms are diffrent
Only use .py
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
That's the problem. Prevent reverse engineering. If that is the issue, rather avoid Unix.
Reply
#4
Addons are required to be open source. If you're worried about "reverse engineering" you're doing it wrong. .pyo and .pyc files are also easily decompiled.
Reply

Logout Mark Read Team Forum Stats Members Help
Unix Variants .pyo import failed0