URL
https://opencores.org/ocsvn/phr/phr/trunk
Subversion Repositories phr
[/] [phr/] [trunk/] [codigo/] [gui/] [windows/] [minimal python2.7.6/] [py2exe_basic/] [setup.py] - Rev 240
Go to most recent revision | Compare with Previous | Blame | View Log
from distutils.core import setup import py2exe setup(console=['programa.py'])
Go to most recent revision | Compare with Previous | Blame | View Log