mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix bug in py2exe setup script
This commit is contained in:
parent
35344ebceb
commit
44158dfc3c
2
setup.py
2
setup.py
@ -51,7 +51,7 @@ if sys.argv[1] == 'py2exe':
|
|||||||
'packages' : ['PIL'],
|
'packages' : ['PIL'],
|
||||||
'excludes' : excludes}}
|
'excludes' : excludes}}
|
||||||
py2exe_options = {'console' : console, 'windows' : windows,
|
py2exe_options = {'console' : console, 'windows' : windows,
|
||||||
'options' : options, 'excludes' : excludes}
|
'options' : options}
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print >>sys.stderr, 'Must be in Windows to run py2exe'
|
print >>sys.stderr, 'Must be in Windows to run py2exe'
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user