摘要:
python-qt4-doc/examples problemQ:"ImportError: No module named qtdemo_rc" when running pyqt demo.A:pyrcc4 -o qtdemo_rc.py qtdemo.qrcTips:#!/usr/bin/env python2# -*- coding: utf-8 -*-import osimport sysif len(sys.argv) > 1: pth = sys.argv[1]else: pth = '.'for root, dirs, files in 阅读全文
posted @ 2012-09-27 17:42
eshizhan
阅读(601)
评论(0)
推荐(0)
浙公网安备 33010602011771号