Hi,<br><br><div class="gmail_quote">2013/2/19 jiaxinrun <span dir="ltr"><<a href="mailto:jiaxinrun@tp-link.com.cn" target="_blank">jiaxinrun@tp-link.com.cn</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>
<u></u><u></u>




<div style="MARGIN:10px">
<div>Hi,all£º</div>
<div> </div>
<div style="TEXT-INDENT:2em">I am a fresh man in pypy world!</div>
<div style="TEXT-INDENT:2em"> </div>
<div style="TEXT-INDENT:2em">I have a question when I am using pypy for 
developing. </div>
<div style="TEXT-INDENT:2em"> </div>
<div style="TEXT-INDENT:2em">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.</div>
<div style="TEXT-INDENT:2em"> </div>
<div style="TEXT-INDENT:2em">But when I import the same thing with 
python.exe£¬it works well. So, Can you give me some help? Thanks 
very much!! </div>
<div style="TEXT-INDENT:2em"> </div>
<div style="TEXT-INDENT:2em">Additionally, I have finished a set 
of program. Now I want to use pypy to fast it. How could I do?</div></div></blockquote><div><br></div><div>PyPy cannot import extension modules as is,</div><div>You need to recompile the pywin32 project with PyPy.</div><div>
<br></div><div>And the main distribution won't even work. A long time ago I made</div><div>the necessary changes for pywin32 to work with PyPy, the code is here:</div><div>  <a href="https://bitbucket.org/amauryfa/pywin32-pypy">https://bitbucket.org/amauryfa/pywin32-pypy</a></div>
<div>Unfortunately I don't have access to a windows machine anymore,</div><div>so someone else should continue the project.</div></div><div><br></div>-- <br>Amaury Forgeot d'Arc