From 2bd4803f0daa6cd8d89b1f5d96d360e4e5c661eb Mon Sep 17 00:00:00 2001 From: Nikolay Golub Date: Tue, 22 Jul 2014 07:46:03 -0700 Subject: [PATCH] Fix setup errors Squashed commit: [c7ff70c] Fix error with missed Qt library [8383e27] Fix msvcr100.dll error in setup script --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 341487a..18c928f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,11 @@ path = ["pyjtt"] + sys.path icon_path = os.path.join("resources", "icons", "clock.ico") build_exe_options = {"path": path, - "icon": icon_path} + "icon": icon_path, + "include_msvcr": True, #skip error msvcr100.dll missing, + # Fix error with "This application failed to start because it could not find or load the QT platform plugin "windows"." + "include_files": ['C:\Python34\Lib\site-packages\PyQt5\libEGL.dll'] + } # http://msdn.microsoft.com/en-us/library/windows/desktop/aa371847(v=vs.85).aspx shortcut_table = [