2

I am experimenting compile a program that was created using python 2.7.3. I usually use PyInstaller which works great, but want to experiment building the same program using pyqtdeploy. I followed the minimal instructions provided by the website, and was able to solve most encountered issues. However, one error keeps coming that I can't solve. I keep getting this error message:

LINK : fatal error LNK1181: cannot open input file 'sip.lib'

I could not find any information about the sip.lib file and a search of internet did not help. 1. Where I can find a copy of the sip.lib file?
2. Are there a better clearer instructions on using pyqtdeploy?

ekhumoro
  • 115,249
  • 20
  • 229
  • 336
Nader
  • 660
  • 1
  • 11
  • 17

1 Answers1

0

I got this error to go away by checking the "sip" checkbox under the "PyQt Modules" tab:

enter image description here

gerosalesc
  • 2,983
  • 3
  • 27
  • 46