Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » cx_Freeze for Python 3.5?
- Sigton
-
Scratcher
1000+ posts
cx_Freeze for Python 3.5?
Anyone know of a working cx_Freeze for Python 3.5? All I've found is one from the Unofficial Windows Binaries for Python Extension Packages ( http://www.lfd.uci.edu/~gohlke/pythonlibs/ ) but it doesn't seem to work.
Sigton
Sigton
- __init__
-
Scratcher
1000+ posts
cx_Freeze for Python 3.5?
Anyone know of a working cx_Freeze for Python 3.5? All I've found is one from the Unofficial Windows Binaries for Python Extension Packages ( http://www.lfd.uci.edu/~gohlke/pythonlibs/ ) but it doesn't seem to work.I loved those binaries when I used Windows. It was one of my few bookmarks.
Sigton
Why doesn't it work?
- Sigton
-
Scratcher
1000+ posts
cx_Freeze for Python 3.5?
Yeah, those binaries are great.Anyone know of a working cx_Freeze for Python 3.5? All I've found is one from the Unofficial Windows Binaries for Python Extension Packages ( http://www.lfd.uci.edu/~gohlke/pythonlibs/ ) but it doesn't seem to work.I loved those binaries when I used Windows. It was one of my few bookmarks.
Sigton
Why doesn't it work?
Error message:
KeyError: 'TCL_LIBRARY'
Sigton
- AppLab
-
Scratcher
100+ posts
cx_Freeze for Python 3.5?
Yeah, I came across the same problem. (Long story short: I got python 2.7) You should also know to distribute cx_freeze generated binaries the designated system needs to have python or the mscvr dll, mscvr dlls require a Visual Studio licence to distribute.
- Sigton
-
Scratcher
1000+ posts
cx_Freeze for Python 3.5?
Yeah, I came across the same problem. (Long story short: I got python 2.7) You should also know to distribute cx_freeze generated binaries the designated system needs to have python or the mscvr dll, mscvr dlls require a Visual Studio licence to distribute.Right…
I can see why you got Python 2.7

Do you think I should do that or wait until an official cx_Freeze for Python 3.5 comes out?
Sigton
- Discussion Forums
- » Advanced Topics
-
» cx_Freeze for Python 3.5?