1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-07 12:52:03 +00:00

Added progress bar

This commit is contained in:
Paweł Jastrzębski
2013-06-11 12:54:23 +02:00
parent 70e41eb0e3
commit 98bc6fbe4c
5 changed files with 74 additions and 20 deletions

2
kcc.py
View File

@@ -26,7 +26,9 @@ import sys
import os
from PyQt4 import QtGui
from kcc import KCC_gui, KCC_ui
from multiprocessing import freeze_support
freeze_support()
if sys.platform == 'darwin':
os.environ['PATH'] = '/usr/local/bin:' + os.environ['PATH']
app = QtGui.QApplication(sys.argv)