From owner-freebsd-ports-bugs@freebsd.org Mon Jun 19 03:05:38 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32F68D939CA for ; Mon, 19 Jun 2017 03:05:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16A236D3 for ; Mon, 19 Jun 2017 03:05:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v5J35bto008215 for ; Mon, 19 Jun 2017 03:05:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 220120] net-im/py-matrix-synapse Date: Mon, 19 Jun 2017 03:05:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: stievenard.david@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: feld@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2017 03:05:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220120 Bug ID: 220120 Summary: net-im/py-matrix-synapse Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: feld@FreeBSD.org Reporter: stievenard.david@gmail.com Flags: maintainer-feedback?(feld@FreeBSD.org) Assignee: feld@FreeBSD.org FreeBSD 11.0-RELEASE-p1 Python 2.7.13 py27-matrix-synapse-0.21.0=20 I was trying to follow this tutorial to install synapse on freebsd https://forums.freebsd.org/threads/59835/ but I keep getting this error message. ###########################################################################= ########################### Traceback (most recent call last): File "/usr/local/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/local/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/usr/local/lib/python2.7/site-packages/synapse/app/homeserver.py", = line 31, in from synapse.rest import ClientRestResource File "/usr/local/lib/python2.7/site-packages/synapse/rest/__init__.py", l= ine 20, in from synapse.rest.client.v1 import ( File "/usr/local/lib/python2.7/site-packages/synapse/rest/client/v1/pusher.py", = line 23, in from synapse.http.server import finish_request File "/usr/local/lib/python2.7/site-packages/synapse/http/server.py", line 31, in from twisted.web import server, resource File "/usr/local/lib/python2.7/site-packages/twisted/web/server.py", line= 31, in from twisted.web import iweb, http, util File "/usr/local/lib/python2.7/site-packages/twisted/web/util.py", line 1= 3, in from twisted.python import urlpath File "/usr/local/lib/python2.7/site-packages/twisted/python/urlpath.py", = line 15, in from hyperlink import URL as _URL ImportError: No module named hyperlink ###########################################################################= ########################### I tried those approaches without success - reinstall using port in stead of pkg - use the sample config file from /usr/local/etc/matrix-synapse and start i= t as is - use the command line from the port install message /usr/local/bin/python2= .7 -B -m synapse.app.homeserver -c /usr/local/etc/matrix-synapse/homeserver.ya= ml --generate-config --server-name=3Dexample.com It looks like a python related message. Best regards dasti --=20 You are receiving this mail because: You are the assignee for the bug.=