Python setup


SUBMITTED BY: 3XRD

DATE: Nov. 25, 2015, 5:47 a.m.

FORMAT: Text only

SIZE: 198 Bytes

HITS: 925

  1. from distutils.core import setup
  2. import py2exe
  3. setup(console=['Twitter.py'],
  4. options = {'py2exe' : {
  5. 'packages' : ['bs4', 'mechanize','Tkinter', 'json', 'cookielib']
  6. }})

comments powered by Disqus