When using the Py2exe program snippet given in http://www.daniweb.com/code/snippet499.html
I get the following error message:
Traceback (most recent call last):
File "C:/Python24/hate me/p2e_test1.pyw", line 29, in -toplevel-
console = [{"script": 'hateme2.pyw'}] )
File "C:\PYTHON24\lib\distutils\core.py", line 166, in setup
raise SystemExit, "error: " + str(msg)
SystemExit: error: command 'C:\PYTHON24\PYTHONW.EXE' failed with exit status 1
I am not sure, but I think it might have to do with my versions of the programs. I use Python24, Py2exe 0.6.5 win32-py2.4, my O.S. is Windows 98, and I saved the files in their own folder called 'hate me', which should contain the files hateme2.pyw and p2e_test1.pyw in the python24 directory (i believe, I created it by running Py24, file, open, create new folder).
So, I would appreciate it if anybody would be able to assist me in what I am doing wrong.