mirror of
https://github.com/python/cpython.git
synced 2025-12-16 13:58:39 +00:00
- there were no accessor functions for the global per-database fields - packages and their dependencies were installed in order in stead of in reverse order.
6 lines
No EOL
140 B
Python
6 lines
No EOL
140 B
Python
from _Qt import *
|
|
try:
|
|
_ = AddFilePreview
|
|
except:
|
|
raise ImportError, "Old (2.3) _Qt.so module loaded in stead of new (2.4) _Qt.so"
|
|
|