made pyinstaller work for windows (#35)

This commit is contained in:
Micah Lee 2014-06-24 17:23:10 -04:00
parent fc13ef5707
commit cf7d04099e
5 changed files with 35 additions and 17 deletions

View file

@ -1,2 +1,7 @@
import onionshare_gui
# import stuff for pyinstaller to find
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools
import PyQt4.QtCore, PyQt4.QtGui, PyQt4.QtWebKit
import stem, stem.control, flask
import onionshare, onionshare_gui
onionshare_gui.main()