Closed leotada closed 7 years ago
I do not believe this is a Python 3.5 issue. It looks like render_plugin in your pman config file is set to a directory. Could you post your pman file?
I just didn't know how to speak about this error. It's here .pman:
[general]
name = Game
render_plugin = .
[build]
asset_dir = assets/
export_dir = game/assets/
ignore_patterns = *.blend1, *.blend2
[run]
main_file = game/main.py
auto_build = True
auto_save = True
Sorry for the (very) late response. The render_plugin is indeed set to a directory. Either set it to a python file containing a render plugin, leave render_plugin empty (the default), or just remove the line from your pman file.
I am closing this report. If you are still running into issues, we can re-open the report.
Fedora Linux 24 - 64bits Panda 1.9.2 Python 3.5.1