You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.
Hi guys, I get a error message on Windows and can't figure out how to solve this:
I already tried to restart the computer but nothing changed. I also get the same error with cxfreeze ...
My setup.py code:
example = Executable("gui_starter.py",
gui_only=False,
)
setup(
data_files=data_files,
name = "Voc2brain",
version = "4.4.%d" % subversion,
scripts = [example],
options = {"bdist_esky":{
# forcibly include some other modules
"includes": ["sip", "lxml"],
# forcibly exclude some other modules
"excludes": ["pydoc"],
# force esky to freeze the app using py2exe
"freezer_module": "py2exe",
# tweak the options used by py2exe
"freezer_options": {"bundle_files":3,"compressed":True},
}}
)
The text was updated successfully, but these errors were encountered:
Hi guys, I get a error message on Windows and can't figure out how to solve this:
I already tried to restart the computer but nothing changed. I also get the same error with cxfreeze ...
My setup.py code:
example = Executable("gui_starter.py",
gui_only=False,
)
The text was updated successfully, but these errors were encountered: