logging_config directory gives trouble when running compiled version

Issue #47 resolved
jverbrug created an issue

The gnt.py scripts assumes logging_config to be in the gnt.package_dir, which is called 'gnt' by default. This is also the name of the compiled executable.

If follows that it is impossible to create the 'gnt' directory in the compiled build and the engine cannot run.

Possible solution is to put the logging_config dir in the gnt.py directory, not the package directory.

Comments (2)

  1. Log in to comment