close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 17, 2011, 12:16:18 AM (14 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v21
|
v22
|
|
| 12 | 12 | * widget:如QLineEdit、QPushButton。 |
| 13 | 13 | * layout:用來分配 widget 的排列方式。 |
| | 14 | * QT creator |
| | 15 | * pyside-uic:ui 轉 python |
| | 16 | * pyside-uic source.ui -o output.py |
| | 17 | * 如果遇到 |
| | 18 | {{{ |
| | 19 | Traceback (most recent call last): |
| | 20 | File "c:\Python26\Scripts\pyside-uic-script.py", line 5, in <module> |
| | 21 | from pkg_resources import load_entry_point |
| | 22 | ImportError: No module named pkg_resources |
| | 23 | }}} |
| | 24 | * 請安裝:http://pypi.python.org/pypi/setuptools#downloads |
| 14 | 25 | |
| 15 | 26 | |