Hi!!!
I need some help:
I have a program: myProgram.pyw, and I want it like myProgram.exe so anyone can run it in a windows xp without installing nothing.
I've read how py2exe works and I undersand it when is a simple program.
myProgram.pyw uses ImageGrab module and pyHook module.
How I can create myProgram.exe that "include" that modules and run with no problems¿??
Thanks!!!!
I need some help:
I have a program: myProgram.pyw, and I want it like myProgram.exe so anyone can run it in a windows xp without installing nothing.
I've read how py2exe works and I undersand it when is a simple program.
myProgram.pyw uses ImageGrab module and pyHook module.
How I can create myProgram.exe that "include" that modules and run with no problems¿??
Thanks!!!!
Comment