python - Building a program using pyqtdeploy -


i experimenting compile program created using python 2.7.3. use pyinstaller works great, want experiment building same program using pyqtdeploy. followed minimal instructions provided website, , able solve encountered issues. however, 1 error keeps coming can't solve. keep getting error message:

link : fatal error lnk1181: cannot open input file 'sip.lib'

i not find information sip.lib file , search of internet did not help. 1. can find copy of sip.lib file?
2. there better clearer instructions on using pyqtdeploy?

i got error go away checking "sip" checkbox under "pyqt modules" tab:

enter image description here


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -