python 3.x - using pyqtdeploy with homebrew installation of Qt5 -


i'm trying out pyqdeploy tutorial @ http://pyqt.sourceforge.net/docs/pyqtdeploy/tutorial.html. i'm working on imac, os 10.11, latest xcode installed, , homebrew installations of qt5.5.1, python 3.5, sip, , pyqt5. can run pyqtdeploy gui okay , seems fine until gets "make" step. @ point "make failed" warning. details read

ld: library not found -lqtgui clang: error: linker command failed exit code 1 (use -v see invocation) make: ***[pyqtdeploy.app/contents/macos/pyqtdeploy] error 1

i've been banging head against wall several days now, i'd appreciate suggestions people might have this.

lets try figuring out - i'm pure newbie here, have ideas, may helpful.

so if try opening makefile project , search "lqtgui" string, find libs definition string, (in case):

libs = $(sublibs) -f/users/aimsson/applications/qt/5.5/clang_64/lib -l/users/aimsson/desktop/pyqt_test/osx/python/lib/python3.4/site-packages -lsip -l/users/aimsson/desktop/pyqt_test/osx/python/lib/python3.4/site-packages/pyqt5 -lqtgui -lqtcore -lqtwidgets -l/users/aimsson/desktop/pyqt_test/osx/python/lib -lpython3.4m -framework systemconfiguration -framework corefoundation -framework qtwidgets -framework qtgui -framework qtcore -framework diskarbitration -framework iokit -framework opengl -framework agl 

as can see here, make command tries link qtgui, qtcore, qtwidgets modules existing pyqt5 library in target python site-packages directory.

try checking have pyqt5 installed, paths correct , statically built.

you may try following post beginning. helpful me, , hope more helpful you.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -