Re: [python-win32] ImportError: No module named win32file

2009-07-30 Thread Iman Darabi
s the > "...site-packages\win32" dir. > > Either pywin32 didn't install properly or some module messes with your > sys.path. > > > > - Original Message - From: Iman Darabi > To: python-win32@python.org > Sent: Wednesday, July 29, 2009 11:52 > Subj

Re: [python-win32] ImportError: No module named win32file

2009-07-29 Thread Elias Fotinis
pywin32 didn't install properly or some module messes with your sys.path. - Original Message - From: Iman Darabi To: python-win32@python.org Sent: Wednesday, July 29, 2009 11:52 Subject: [python-win32] ImportError: No module named win32file i'm using pyserial 2.4 to work wi

[python-win32] ImportError: No module named win32file

2009-07-29 Thread Iman Darabi
hi . 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 . but when i try to run m