
Hi,all: I am a fresh man in pypy world! I have a question when I am using pypy for developing. When I import win32process.pyd(something in sit-packets\win32) with pypy.exe , it prompts "ImportError: No module named win32process". I am sure it's not a path problem. But when I import the same thing with python.exe,it works well. So, Can you give me some help? Thanks very much!! Additionally, I have finished a set of program. Now I want to use pypy to fast it. How could I do? Best Regards

My list is still: - Laura - Cumber - Hespa - Darren And I haven't booked yet, because I'm slack. :) Did you want in, Adrian? On Tue 19 Feb 2013 18:43:53 EST, jiaxinrun wrote:
Hi,all: I am a fresh man in pypy world! I have a question when I am using pypy for developing. When I import win32process.pyd(something in sit-packets\win32) with pypy.exe , it prompts "ImportError: No module named win32process". I am sure it's not a path problem. But when I import the same thing with python.exe,it works well. So, Can you give me some help? Thanks very much!! Additionally, I have finished a set of program. Now I want to use pypy to fast it. How could I do? Best Regards
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Hi,Ben: Yes, I want in now! And tell me how 发件人: Ben 发送时间: 2013-02-19 17:06 收件人: jiaxinrun 抄送: pypy-dev 主题: Re: [pypy-dev]【Pypy Questions】 My list is still: - Laura - Cumber - Hespa - Darren And I haven't booked yet, because I'm slack. :) Did you want in, Adrian? On Tue 19 Feb 2013 18:43:53 EST, jiaxinrun wrote:
Hi,all: I am a fresh man in pypy world! I have a question when I am using pypy for developing. When I import win32process.pyd(something in sit-packets\win32) with pypy.exe , it prompts "ImportError: No module named win32process". I am sure it's not a path problem. But when I import the same thing with python.exe,it works well. So, Can you give me some help? Thanks very much!! Additionally, I have finished a set of program. Now I want to use pypy to fast it. How could I do? Best Regards
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Sorry all! I somehow sent a reply to a completely unrelated email as a reply to this thread. :o On 19/02/13 20:06, Ben wrote:
My list is still:
- Laura - Cumber - Hespa - Darren
And I haven't booked yet, because I'm slack. :)
Did you want in, Adrian?
On Tue 19 Feb 2013 18:43:53 EST, jiaxinrun wrote:
Hi,all: I am a fresh man in pypy world! I have a question when I am using pypy for developing. When I import win32process.pyd(something in sit-packets\win32) with pypy.exe , it prompts "ImportError: No module named win32process". I am sure it's not a path problem. But when I import the same thing with python.exe,it works well. So, Can you give me some help? Thanks very much!! Additionally, I have finished a set of program. Now I want to use pypy to fast it. How could I do? Best Regards
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Hi, 2013/2/19 jiaxinrun <jiaxinrun@tp-link.com.cn>
** **** Hi,all:
I am a fresh man in pypy world!
I have a question when I am using pypy for developing.
When I import win32process.pyd(something in sit-packets\win32) with pypy.exe , it prompts "ImportError: No module named win32process". I am sure it's not a path problem.
But when I import the same thing with python.exe,it works well. So, Can you give me some help? Thanks very much!!
Additionally, I have finished a set of program. Now I want to use pypy to fast it. How could I do?
PyPy cannot import extension modules as is, You need to recompile the pywin32 project with PyPy. And the main distribution won't even work. A long time ago I made the necessary changes for pywin32 to work with PyPy, the code is here: https://bitbucket.org/amauryfa/pywin32-pypy Unfortunately I don't have access to a windows machine anymore, so someone else should continue the project. -- Amaury Forgeot d'Arc
participants (3)
-
Amaury Forgeot d'Arc
-
Ben
-
jiaxinrun