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
how to make to complie my python code ?
--
http://mail.python.org/mailman/listinfo/python-list
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
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
i used window 7 , 64 bits
--
http://mail.python.org/mailman/listinfo/python-list
which version can i install /
http://qt-project.org/downloads
--
http://mail.python.org/mailman/listinfo/python-list
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