python scripts executable windows
Unsolved
Language Bindings
-
Hi,
Did you deploy the matching plugins ?
-
Which python bindings are you using ?
-
What exactly ?
-
One thing you can do once you have the application executable ready is to run windeployqt on it. That should bring in the missing plugins.
-
@SGaist
Hi, i talked with him about this in chat.
Im a py ignorant so was not sure how it shall work.So after he makes a .exe from py script, the rest of the deployment is the the same (as c++)?
Making a folder, add the Qt dlls to it?
including platform folder and sql/db folder? -
Well, after a longer search: pyqtdeploy looks very promising for that task. And then you can follow the standard Qt deployment procedure.