Re: UI error for pycharm

2012-11-24 Thread bakie
I got it , Ur anser is right . use that links http://www.lfd.uci.edu/~gohlke/pythonlibs/ ( unofficial libriares ) -- http://mail.python.org/mailman/listinfo/python-list

Re: UI error for pycharm

2012-11-24 Thread bakie
i used window 7 , 64 bits -- http://mail.python.org/mailman/listinfo/python-list

Re: UI error for pycharm

2012-11-24 Thread bakie
which version can i install / http://qt-project.org/downloads -- http://mail.python.org/mailman/listinfo/python-list

Re: UI error for pycharm

2012-11-24 Thread Vincent Vande Vyvre
Le 24/11/12 11:20, bakie a écrit : > when I run py script in pycharm for UI > > > Code: > import from PySide.QtCore import * from PySide.QtGui import * import urllib2 > class Form(QDialog): def __init__(self, parent=None): super(Form, > self).__init__(parent) date = self.getdata() rates = > sor

UI error for pycharm

2012-11-24 Thread bakie
when I run py script in pycharm for UI Code: import from PySide.QtCore import * from PySide.QtGui import * import urllib2 class Form(QDialog): def __init__(self, parent=None): super(Form, self).__init__(parent) date = self.getdata() rates = sorted(self.rates.keys()) dateLabel = QLabel(date) s