Skip to content

Instantly share code, notes, and snippets.

@leapar
Last active October 14, 2016 15:46
Show Gist options
  • Save leapar/47564aa0716dcf20232ee1ac37da5e6a to your computer and use it in GitHub Desktop.
Save leapar/47564aa0716dcf20232ee1ac37da5e6a to your computer and use it in GitHub Desktop.
sip python27 64 windows
  • 下载sip 4.18
  • 进入VS2012 x64 兼容工具命令提示 %comspec% /k ""D:\Program Files (x86)\VC\vcvarsall.bat"" x86_amd64
python configure.py
nmake
nmake install
  • ImportError: No module named spyderlib.baseconfig

    https://bitbucket.org/spyder-ide/spyderlib/downloads

  • ImportError: cannot import name SIGNAL

    from PyQt4.QtCore import SIGNAL

      MAIN_WINDOW_TITLE = unicode("山村老中医", "utf-8")
      from PyQt4.QtCore import SIGNAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment