trainman419 / python-cec

Other
170 stars 42 forks source link

version.h file not found error #14

Open PAV1THRA opened 8 years ago

PAV1THRA commented 8 years ago

while running the sample program getting error "cannot open file version.h : No such file or directory exists" . This is the output. C:\Python27>pip install cec Collecting cec Using cached cec-0.2.5.tar.gz Installing collected packages: cec Running setup.py install for cec ... error Complete output from command c:\python27\python.exe -u -c "import setuptools , tokenize;file='c:\users\unameit\appdata\local\temp\pip-build-cfwkhz\ \cec\setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().re place('\r\n', '\n'), file, 'exec'))" install --record c:\users\unameit\appda ta\local\temp\pip-m0b6sp-record\install-record.txt --single-version-externally-m anaged --compile: running install running build running build_ext building 'cec' extension creating build creating build\temp.win32-2.7 creating build\temp.win32-2.7\Release C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Iinclude -Ic:\python27\include -Ic:\python27\PC /Tpce c.cpp /Fobuild\temp.win32-2.7\Release\cec.obj cec.cpp c:\python27\include\libcec\cectypes.h(37) : fatal error C1083: Cannot open i nclude file: 'version.h': No such file or directory error: command 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BI N\cl.exe' failed with exit status 2