• 大小: 0.94M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-26
  • 语言: 其他
  • 标签: 其他  

资源简介


安装pyqt前所需的工具

资源截图

代码片段和文件信息

# This script handles the SIP configuration and generates the Makefiles.
#
# Copyright (c) 2015 Riverbank Computing Limited 
#
# This file is part of SIP.
#
# This copy of SIP is licensed for use under the terms of the SIP License
# Agreement.  See the file LICENSE for more details.
#
# This copy of SIP may also used under the terms of the GNU General Public
# License v2 or v3 as published by the Free Software Foundation which can be
# found in the files LICENSE-GPL2 and LICENSE-GPL3 included in this package.
#
# SIP is supplied WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


import sys
import os
import glob
import optparse
from distutils import sysconfig

try:
    from importlib import invalidate_caches
except ImportError:
    invalidate_caches = lambda: None

import siputils


# Initialise the globals.
sip_version = 0x041006
sip_version_str = “4.16.6“
py_version = sys.hexversion >> 8
py_p

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      253184  2015-02-25 18:03  sip-4.16.6\ChangeLog
     文件       30452  2015-02-25 18:03  sip-4.16.6\configure.py
     文件        2653  2015-02-04 17:24  sip-4.16.6\LICENSE
     文件       18161  2014-12-22 11:21  sip-4.16.6\LICENSE-GPL2
     文件       35297  2014-11-02 13:30  sip-4.16.6\LICENSE-GPL3
     文件       26532  2015-02-25 18:02  sip-4.16.6\NEWS
     文件        1179  2014-11-02 13:30  sip-4.16.6\README
     文件        6041  2015-02-06 14:58  sip-4.16.6\sipdistutils.py
     文件       91800  2015-02-06 14:58  sip-4.16.6\siputils.py
     文件       91355  2015-02-25 18:03  sip-4.16.6\doc\html\annotations.html
     文件       90339  2015-02-25 18:03  sip-4.16.6\doc\html\build_system.html
     文件      180895  2015-02-25 18:03  sip-4.16.6\doc\html\c_api.html
     文件       18318  2015-02-25 18:03  sip-4.16.6\doc\html\command_line.html
     文件      139914  2015-02-25 18:03  sip-4.16.6\doc\html\directives.html
     文件        7835  2015-02-25 18:03  sip-4.16.6\doc\html\distutils.html
     文件        8383  2015-02-25 18:03  sip-4.16.6\doc\html\embedding.html
     文件       66221  2015-02-25 18:03  sip-4.16.6\doc\html\genindex.html
     文件       26206  2015-02-25 18:03  sip-4.16.6\doc\html\incompatibilities.html
     文件       11556  2015-02-25 18:03  sip-4.16.6\doc\html\index.html
     文件       29522  2015-02-25 18:03  sip-4.16.6\doc\html\installation.html
     文件       13988  2015-02-25 18:03  sip-4.16.6\doc\html\introduction.html
     文件        4081  2015-02-25 18:03  sip-4.16.6\doc\html\objects.inv
     文件        3907  2015-02-25 18:03  sip-4.16.6\doc\html\py-modindex.html
     文件       38230  2015-02-25 18:03  sip-4.16.6\doc\html\python_api.html
     文件        3635  2015-02-25 18:03  sip-4.16.6\doc\html\search.html
     文件       45236  2015-02-25 18:03  sip-4.16.6\doc\html\searchindex.js
     文件       51339  2015-02-25 18:03  sip-4.16.6\doc\html\specification_files.html
     文件       57229  2015-02-25 18:03  sip-4.16.6\doc\html\using.html
     文件       40969  2015-02-04 17:24  sip-4.16.6\doc\html\_sources\annotations.txt
     文件       31353  2015-02-04 17:24  sip-4.16.6\doc\html\_sources\build_system.txt
     文件       73666  2015-02-04 17:24  sip-4.16.6\doc\html\_sources\c_api.txt
............此处省略146个文件信息

评论

共有 条评论