incunabulum / guidata

Python library generating graphical user interfaces for easy dataset editing and display / From code.google.com
Other
0 stars 0 forks source link

guidata 1.3.2 is not yet compatible with PyQt v4.4 #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

doing "python setup.py install" on a machine with PyQt 4.4

What is the expected output? What do you see instead?

It should install, but I get the following exception:
sicilia@controls01:.../guidata-1.3.2> python setup.py install 
Traceback (most recent call last):
  File "setup.py", line 52, in <module>
    from guidata import __version__ as version
  File ".../guidata/__init__.py", line 540, in <module>
    import guidata.config
  File ".../guidata-1.3.2/guidata/config.py", line 15, in <module>
    from guidata.configtools import add_image_module_path, get_translation
  File ".../guidata-1.3.2/guidata/configtools.py", line 22, in <module>
    from guidata.qt.QtCore import Qt
  File ".../guidata-1.3.2/guidata/qt/QtCore.py", line 12, in <module>
    from PyQt4.QtCore import pyqtSignal as Signal
ImportError: cannot import name pyqtSignal

What version of the product are you using? On what operating system?

guidata 1.3.2 on a Suse 11.1

Please provide any additional information below.

-I think that PyQt4.QtCore.pyqtSignal was introduced in PyQt>=4.5

-This prevents the installation of guiqwt 2.1.4 as well (because it depends on 
guidata 1.3.2).

-many changes were introduced both in  guiqwt 2.1.4 and in guidata 1.3.2 in 
order to make them compatible with PyQt 4.4, but this newly introduced issue 
invalidates them

Original issue reported on code.google.com by cpasc...@cells.es on 26 Jul 2011 at 1:25

GoogleCodeExporter commented 9 years ago
I'll handle this in the next release.

Original comment by pierre.raybaut on 30 Aug 2011 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 20 Sep 2011 at 8:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 6a729f65c4d3.

Original comment by pierre.raybaut on 6 Nov 2012 at 4:42