pythonqt icon indicating copy to clipboard operation
pythonqt copied to clipboard

error: \python27.lib: No such file or directory

Open hbtalha opened this issue 4 years ago • 1 comments

I am trying to build pythonqt on windows Qt mingw 5.15.2 but I am getting this error.

:-1: error: error: \python27.lib: No such file or directory :-1: error: [Makefile.Release:179: ../lib/PythonQt-Qt5-Python27.dll] Error 1

hbtalha avatar Jul 09 '21 20:07 hbtalha

Try to set the environment variables everywhere you see. If you use QTCreator, try to restart this app after you set the enviroment variables.

skycuckoo avatar Oct 17 '21 08:10 skycuckoo

I am trying to build pythonqt on windows Qt mingw 5.15.2 but I am getting this error.

:-1: error: error: \python27.lib: No such file or directory :-1: error: [Makefile.Release:179: ../lib/PythonQt-Qt5-Python27.dll] Error 1

1.Confirm your python version and python installation folder, such as python3.8 2.You need to set your system environment variables: set PYTHON_PATH=c:\Python38 set PYTHON_LIB=c:\Python38\libs set PYTHON_VERSION=3.8

HectorJiang avatar Mar 28 '23 16:03 HectorJiang

Closing - outdated and missing response.

mrbean-bremen avatar Nov 09 '23 19:11 mrbean-bremen