mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 17:56:30 +00:00
py2exe fix
This commit is contained in:
2
kcc.py
2
kcc.py
@@ -24,8 +24,10 @@ __docformat__ = 'restructuredtext en'
|
||||
from Tkinter import *
|
||||
from kcc import gui
|
||||
from sys import platform
|
||||
from multiprocessing import freeze_support
|
||||
import os
|
||||
|
||||
freeze_support()
|
||||
root = Tk()
|
||||
root.resizable(width=False, height=False)
|
||||
root.config(padx=5, pady=5, takefocus=True)
|
||||
|
||||
Reference in New Issue
Block a user