问题描述
嗨!!!
我需要一些帮助:
我有一个程序:myProgram.pyw,我希望它像myProgram.exe所以任何人都可以在没有安装任何东西的情况下在windows xp中运行它。
我已经读过py2exe的工作方式,而且当它是一个简单的程序时,我会说它。
myProgram.pyw使用ImageGrab模块和pyHook模块。
如何创建include的myProgram.exe那个模块运行没有问题???
谢谢!!!!
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!!!!
推荐答案
我一直在使用Py2Exe并学习了一些技巧。我已在上发布了 。
做一些工作你设置文件并回复此线程。
感谢您加入。
I''ve been working with Py2Exe and have learned some tricks. I have posted here (which is NOT for Q&A) and other placed also in the Articles Section.
Do some work on you setup file and post back IN THIS THREAD.
Thanks for joining.
嗨!对不起PM你,我不知道规则。
这里有我的简单程序:屏幕截图:
Hi! sorry for PM you, I didn''t know about the rules.
Here I have my simple program: a screen shot taker:
这篇关于从myProgram.pyw编译到myProgram.exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!