brunojulia / ultracoldUB

Matter waves popularisation - Universitat de Barcelona
GNU General Public License v3.0
0 stars 10 forks source link

pyqt4 #40

Closed brunojulia closed 8 years ago

brunojulia commented 8 years ago

In the first version of Interfaz.py I get the following error when clicking the options to see the figures: (under ubuntu)

Qt: Cannot set locale modifiers: Traceback (most recent call last): File "Interfaz.py", line 43, in changefig self.addmpl(self.fig_dict[text]) KeyError: PyQt4.QtCore.QString(u'PHASE')

brunojulia commented 8 years ago

Hola a todos,

ya se como resolverlo:

cambiar la linea 43 a

self.addmpl(self.fig_dict[str(text)])

salut y buen finde, Bruno