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?
Comments
Post a Comment