<div dir="ltr">hi . <br>i'm using pyserial 2.4 to work with some device via serial port . in linux have no prob with that ( because no pywin32 is needed ) but because i should write my program portable on both win and linux so tried to test it in win ... . installed python2.6 and pywin32-214<br clear="all">
. but when i try to run my app i get this error : <br>... "C:\Python26\lib\site-packages\serial\serialwin32.py", line 9, in <module><br> import win32file<br>ImportError : No module named win32file<br><br>
i tried to search win32file in pywin32 but couldn't find it ! <br>i just copied content of build directory to site-packages ...<br>does win32file renamed/moved to another module ?<br>BTW : i'm not so familiar with windows package installations <br>
<br>thanks for your attentions ... <br><br>-- <br>زندگی زنگ تفریحی کوتاه است <br>یادمان باشد زنگ بعد حساب داریم<br><a href="http://twitter.com/imandarabi">http://twitter.com/imandarabi</a><br><a href="http://iman.darabi.googlepages.com/">http://iman.darabi.googlepages.com/</a><br>
</div>