Re: [python-win32] Attempt to make executable from Python script

2010-03-31 Thread travel europe
...@hotmail.com CC: python-win32@python.org Hello Travel Europe, that is a documented challenge with the excellent WinShell module from Tim Golden. I described in detail how to solve it at: http://www.py2exe.org/index.cgi/WinShell best wishes, Harald On Tue, Mar 30, 2010 at 07:39, travel

[python-win32] Attempt to make executable from Python script

2010-03-29 Thread travel europe
Hello, I am attempting to make an executable from a working Python script per the instructions from the following website: http://logix4u.net/Python/Tutorials/How_to_create_Windows_executable_exe_from_Python_script.html Everything seems to go as planned, except when I run the

[python-win32] I/O error

2010-03-22 Thread travel europe
Hello, I am getting the following error ValueError: I/O operation on closed file when running a module to pull data from the Windows registry. The code is as follows: code import csv from winsys import registry key =