From 21feffaa7420a8e678afb8168802bdb945de1aaf Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Thu, 4 Jun 2015 21:50:09 +0200 Subject: [PATCH] Update windows README Update instructions on how to create a setup.exe for windows. --- windows/README.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/windows/README.txt b/windows/README.txt index dd24a86..3dd8138 100644 --- a/windows/README.txt +++ b/windows/README.txt @@ -1,14 +1,13 @@ Requirements: -1)Python 2.6; -2)PyQt for python 2.6 (it should already include the qt libs); +1)Python 3.4, 32bit +2)PyQt5 for python 3.4, 32bit (it should already include the qt libs); 3)Py2exe 4)Innosetup -It might be necessary to have the: Microsoft Visual C++ 2008 Redistributable Package, because python 2.6 uses it and it's not installed by default in windows. +It might be necessary to have the: Microsoft Visual C++ 2008 Redistributable Package, because python 2.6 uses it and it's not installed by default in windows. I don't know if python 3 still needs it. Create an exe file -- Remove the directory relational_pyside (uses symlinks that won't work on windows) - Move the file windows/input.py to ../ - Chech that the version number is correct - Execute "python input.py py2exe"