2011/5/30 Wojciech Brański: > > With Python 2.71 version there is follow output: > > Traceback (most recent call last): > File "<string>", line 14, in <module> > File "C:\Python27\lib\site-packages\clewn\vim.py", line 44, in <module> > import clewn.evtloop as evtloop > File "C:\Python27\lib\site-packages\clewn\evtloop.py", line 29, in <module> > from clewn.nt import PipePeek > File "C:\Python27\lib\site-packages\clewn\nt.py", line 29, in <module> > import win32pipe > ImportError: No module named win32pipe > > > W dniu 2011-05-28 13:26, Xavier de Gaye pisze: >> >> 2011/5/27 Wojciech Brański >>>> >>>> What version of python are you using ? >>>> >>> I'm on Python 3.2 >> >> Sorry for the delay, no internet in the gulf of Biscaye. >> Pyclewn does not support python3 yet, so you should install python2: >> any version between python 2.4 and the latest version which is python >> 2.7.1. >> >> Support for python3 will be available in the next pyclewn realease. >>
You are missing the win32 python package from http://starship.python.net/crew/mhammond/ Please refer to the INSTALL file. -- Xavier Les Chemins de Lokoti: http://lokoti.alwaysdata.net ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
