Import errors

File icon
This commit is contained in:
Ruud
2012-05-15 23:21:24 +02:00
parent 0d624af01d
commit 3cd59edc8b
3 changed files with 10 additions and 6 deletions
+5 -1
View File
@@ -45,6 +45,8 @@ if sys.platform == "win32":
'xml.etree.cElementTree',
'xml.dom',
'xml.dom.minidom',
'netrc',
'csv',
],
skip_archive = 1,
)
@@ -70,10 +72,12 @@ elif sys.platform == "darwin":
'xml.etree.cElementTree',
'xml.dom',
'xml.dom.minidom',
'netrc',
'csv',
],
)
exeICON = None
DATA_FILES = ['icon.ico']
DATA_FILES = ['icon.png']
# Common
NAME = "CouchPotato"