Re: only .exe

2012-11-25 Thread bakie
ha !!! Is it not complie ? plz see bro / woman http://effbot.org/zone/python-compile.htm how to make only excutable file for python code ? -- http://mail.python.org/mailman/listinfo/python-list

Re: only .exe

2012-11-25 Thread bakie
how to make to complie my python code ? -- http://mail.python.org/mailman/listinfo/python-list

only .exe

2012-11-24 Thread bakie
in the last question I try how to run py script with pycharm . thank dear bro ... and then I wanna have that program with .exe ( standalone installer ) . How can i do that ? I tried with two ways 1) py2exe 2) cx_freeze but I don't like that It has many file when i complie my script . which wa

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

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