I have some python project with PySide GUI. I'm also using python bindings for libvlc. I know about pyinstaller etc. but I need to compile project to a standalone exe for Windows using cython.
The result always crashes for some unknown reason, but without vlc.py all is ok. What are the problems, maybe they are not compatible? Is it possible to a make standalone exe using cython and vlc bindings?