[Bug 195768] [NEW PORT] devel/renpy: Visual Novel Engine written in Python

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 7 07:09:17 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195768

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


More information about the freebsd-ports-bugs mailing list