I\'m trying to convert a basic tkinter GUI program to an .exe using py2exe. However I\'ve run into an error using the following conversion script.
# C:\\Pyth
py2exe doesn't work with modules, i've heard of one called c_freeze which apparently works with modules, try that? http://cx-freeze.sourceforge.net/