Changes between Initial Version and Version 1 of Ticket #31375
- Timestamp:
- Sep 23, 2011, 1:57:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31375
- Property Cc macsforever2000@… michaelld@… added
-
Ticket #31375 – Description
initial v1 1 1 I cannot use pyqwt anymore. When I run my program, I get this: 2 2 3 3 {{{ 4 4 Traceback (most recent call last): 5 5 File "./myprogram.py", line 20, in <module> … … 8 8 from Qwt import * 9 9 RuntimeError: the PyQt4.QtCore module is version 1 but the PyQt4.Qwt5.Qwt module requires version -1 10 }}}