I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 39c5c830 authored by sunshine's avatar sunshine Committed by zzz
Browse files

Added py2exe example

parent 83c8953d
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/env python
# --------------------------------------------------
# py2exe_demo.py: Sample setup script for py2exe
# --------------------------------------------------
"""
Sample setup script for py2exe.
Use 'python py2exe_demo.py install' to build an exe.
A zip archive of the distribution is about 630 KB
(Delete _ssl.pyd to save space).
"""
from distutils.core import setup
import py2exe
setup(console=["../stream_eepget.py"])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment