Preliminary AppVeyor support
This commit is contained in:
parent
d0bfe5e06d
commit
bcb7e7104f
@ -1,13 +1,10 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#coding:utf8
|
#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
|
#*** 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.
|
#2) It is expected that you will have NSIS 3 NSIS from http://nsis.sourceforge.net installed.
|
||||||
|
|
||||||
'''
|
|
||||||
|
|
||||||
import sys, codecs
|
import sys, codecs
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user