Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Dec 2014 07:09:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195768] [NEW PORT] devel/renpy: Visual Novel Engine written in Python
Message-ID:  <bug-195768-13-kP0gLoMgis@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195768-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195768-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195768

--- Comment #2 from Jan Beich <jbeich@vfemail.net> ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195768-13-kP0gLoMgis>