https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219641
--- Comment #11 from Dan MacDonald <allc...@gmail.com> --- Yay! After a much longer than expected battle, I've finally got pyqt5 built against python 3.4. To achieve this: cd /usr/ports/devel/py-qt5 make PYTHON_VERSION=python3.4 config # Disable both dbus sub-ports and the pyqt5 demo port in the ncurses menu make PYTHON_VERSION=python3.4 install If you get the error: Error: Make sure you have a working sip on your PATH or use the --sip argument Then run: ln -s /usr/local/bin/sip-3.4 /usr/local/bin/sip Before re-running: make PYTHON_VERSION=python3.4 install -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"