From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 7 07:09:16 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9545B01 for ; Sun, 7 Dec 2014 07:09:16 +0000 (UTC) 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 B6F31C51 for ; Sun, 7 Dec 2014 07:09:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB779G1r006460 for ; Sun, 7 Dec 2014 07:09:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195768] [NEW PORT] devel/renpy: Visual Novel Engine written in Python Date: Sun, 07 Dec 2014 07:09:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2014 07:09:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195768 --- Comment #2 from Jan Beich --- renpy probably doesn't support being used as a generic python module. Here's what happens if *.py files are installed under PYTHON_SITELIBDIR. Thus the port doesn't have py- prefix compared to py-game. $ renpy Exception('Module _errorhandling could not be loaded.',) Full traceback: File "/usr/local/lib/python2.7/site-packages/renpy/bootstrap.py", line 289, in bootstrap renpy.main.main() File "/usr/local/lib/python2.7/site-packages/renpy/main.py", line 244, in main renpy.exports.load_module("_errorhandling") File "/usr/local/lib/python2.7/site-packages/renpy/exports.py", line 1992, in load_module initcode = renpy.game.script.load_module(name) File "/usr/local/lib/python2.7/site-packages/renpy/script.py", line 197, in load_module raise Exception("Module %s could not be loaded." % name) Exception: Module _errorhandling could not be loaded. While loading the script. Exception: Module _errorhandling could not be loaded. Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/renpy/editor.py", line 92, in open subprocess.call([ "xdg-open", filename ]) #@UndefinedVariable File "/usr/local/lib/python2.7/subprocess.py", line 522, in call return Popen(*popenargs, **kwargs).wait() File "/usr/local/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/usr/local/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory -- You are receiving this mail because: You are the assignee for the bug.