Hi,
Its obvious from the topic. I visited the py2exe website and did exactly as it is explained there. when i tried to convert py to exe, it gives error as "module not found : py2exe"
please help.
Thanks
__________________
The secret ingredient is nothing
Advertisements. Register and be a member of the community to get rid of them.
try running the python shell and the command
'import py2exe'
if it executes succesfully that means the module is installed..if it gives an error try reinstalling.