py to exe converting

Anish

Spectre
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
 
OP
Anish

Anish

Spectre
yeah. I installed it in python folder. It ran a hell a lot of lines in the console when installing.
 

tuxybuzz

Ballack Junior
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.
 
Top Bottom