Tagged Questions
1
vote
0answers
446 views
Cx_freeze - How can I Install the shared libraries to /usr/lib [closed]
I am using cx_freeze to compile my python script and when I compile the program, all the files are placed in one specified folder. The executable wont run if the shared libs are not within the same ...