Major problem, i.e. the segmentation violation, resolved! That was my fault. I 
had missed calling a constructor of a superclass in some __init__() plus 
accessed a non-existent attribute of a corresponding instance.

Sorry for suspecting the new package. It was late in the evening and it 
appeared just a natural explanation when things crashed terribly before there 
appeared anything on the screen.

Now, there is still the other issue mentioned in my previous mail:

> Traceback (most recent call last):
>  File "./qreduce.py", line 65, in <module>
>    mainwindow = QtReduceMainWindow()
>  File 
> "/Users/sturm/reduce/SourceForge/reduce-algebra/trunk/generic/qreduce/qrmainwindow.py",
>  line 92, in __init__
>    self.recentFileMenu = QtRecentFileMenu(self)
>  File 
> "/Users/sturm/reduce/SourceForge/reduce-algebra/trunk/generic/qreduce/qrmainwindow.py",
>  line 631, in __init__
>    self.aboutToShow.connect(self.updateEntries)
> AttributeError: 'PySide.QtCore.Signal' object has no attribute 'connect'
> 
> This is in an instance of a subclass of QMenu, which wants to connect its own 
> aboutToShow signal. Are there any changes in the "New Signal and Slot Syntax" 
> that I might have missed?

Since all other signals connect fine, I suspect that I have got a glitch myself 
here too. If not, I will produce a minimal example.

Thomas

-- 
Dr. habil. Thomas Sturm
Departamento de Matematicas, Estadistica y Computacion
Universidad de Cantabria, Santander, Spain
Avda. Los Castros s/n, Room 1072, +34 693 251058
http://personales.unican.es/sturmt/

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
PySide mailing list
PySide@lists.openbossa.org
http://lists.openbossa.org/listinfo/pyside

Reply via email to