From bcb7e7104fb16f3e4c94665f70152168e63abb67 Mon Sep 17 00:00:00 2001 From: albertosottile Date: Tue, 24 Apr 2018 16:08:35 +0200 Subject: [PATCH] Preliminary AppVeyor support --- buildPy2exe.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index c96b22c..cc76c66 100755 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -1,13 +1,10 @@ #!/usr/bin/env python #coding:utf8 -''' *** TROUBLESHOOTING *** -) If you get the error "ImportError: No module named zope.interface" then add an empty __init__.py file to the PYTHONDIR/Lib/site-packages/zope directory - -2) It is expected that you will have NSIS 3 NSIS from http://nsis.sourceforge.net installed. - -''' +#*** TROUBLESHOOTING *** +#1) If you get the error "ImportError: No module named zope.interface" then add an empty __init__.py file to the PYTHONDIR/Lib/site-packages/zope directory +#2) It is expected that you will have NSIS 3 NSIS from http://nsis.sourceforge.net installed. import sys, codecs try: