problem installing python modules on windows

Все, что вы хотели знать о программизме, но боялись спросить.
Ответить
Аватара пользователя
Gaziz
Житель
Сообщения: 944
Зарегистрирован: 17 фев 2003, 15:57
Откуда: Almaty-Toronto-Vancouver-Seattle

problem installing python modules on windows

Сообщение Gaziz »

Привет,

Кто-нибудь глубоко копал субдж?

Ругается вот так:

Running SWIG before: swig -c++ -python pyfann/pyfann.i
(1): Error: Unable to find 'swig.swg'
(3): Error: Unable to find 'python.swg'
pyfann\pyfann.i(4): Error: Unable to find 'typemaps.i'
pyfann\pyfann.i(5): Error: Unable to find 'stl.i'
running bdist_wininst
running build
running build_py
file pyfann\libfann.py (for module pyfann.libfann) not found
file pyfann\libfann.py (for module pyfann.libfann) not found
running build_ext
building 'pyfann._libfann' extension
E:\VS2003\Vc7\bin\cl.exe /c /nologo /Ox /MD /W3 /GX /DNDEBUG -DSWIG_COMPILE -I..
/src/include -Ie:\python25\include -Ie:\python25\PC /Tppyfann/pyfann_wrap.cxx /F
obuild\temp.win32-2.5\Release\pyfann/pyfann_wrap.obj
pyfann_wrap.cxx
c1xx : fatal error C1083: Cannot open source file: 'pyfann/pyfann_wrap.cxx': No
such file or directory
error: command 'E:\VS2003\Vc7\bin\cl.exe' failed with exit status 2
Ответить