Advertisement
systemxr00t

Untitled

Mar 23rd, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. from distutils.core import setup
  2. import py2exe
  3.  
  4. setup(console=['hello.py'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement