Preliminary AppVeyor support

This commit is contained in:
albertosottile 2018-04-24 16:08:35 +02:00
parent d0bfe5e06d
commit bcb7e7104f
1 changed files with 3 additions and 6 deletions

View File

@ -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: