Hi, I'm trying to run run_scaled[1], which depends on Xpra. I get the following error message from Xpra: > 2019-04-21 22:38:56,194 Error: cannot enable SSH socket upgrades: > 2019-04-21 22:38:56,194 No module named paramiko The message is gone when I install py27-paramiko. [1]: https://github.com/kaueraal/run_scaled
A commit references this bug: Author: swills Date: Mon Apr 22 20:05:01 UTC 2019 New revision: 499668 URL: https://svnweb.freebsd.org/changeset/ports/499668 Log: x11/xpra: Missing paramiko dependency PR: 237451 Reported by: 0mp Changes: head/x11/xpra/Makefile
I've added the missing dependency.