Date: Sat, 04 Jul 2015 05:33:16 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201322] devel/renpy Exception: /usr/local/share/renpy/lib/linux-i686/pythonw does not exist Message-ID: <bug-201322-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201322 Bug ID: 201322 Summary: devel/renpy Exception: /usr/local/share/renpy/lib/linux-i686/pythonw does not exist Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jbeich@FreeBSD.org Reporter: olivier.brisson@gmail.com Assignee: jbeich@FreeBSD.org Flags: maintainer-feedback?(jbeich@FreeBSD.org) I found a problem with renpy when i try to make a binary of a project i have done. Here are the steps to reproduce the problem: * Open renpy * in the project panel in the renpy launcher, click on "The Question" and launch the project; * if the project "the Question" works, in the renpy launcher, go on "Build Distributions"; * click on "Build"; * a few seconds later, a nag screen with this informations should appear: Full traceback: File "launcher/game/distribute.rpyc", line 1014, in script File "/usr/local/share/renpy/renpy/ast.py", line 785, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/usr/local/share/renpy/renpy/python.py", line 1448, in py_exec_bytecode exec bytecode in globals, locals File "distribute.rpy", line 1021, in <module> File "distribute.rpy", line 400, in __init__ File "distribute.rpy", line 655, in add_python File "distribute.rpy", line 522, in add_file Exception: /usr/local/share/renpy/lib/linux-i686/pythonw does not exist. While running game code: File "distribute.rpy", line 1021, in <module> File "distribute.rpy", line 400, in __init__ File "distribute.rpy", line 655, in add_python File "distribute.rpy", line 522, in add_file Exception: /usr/local/share/renpy/lib/linux-i686/pythonw does not exist. About my system: freebsd-version -ku 10.1-RELEASE-p9 10.1-RELEASE-p9 renpy version: renpy --version Ren'Py 6.99.4.467 python --version Python 2.7.9 -- 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-201322-13>