[nox-dev] meta.json syntax and importing files in Python

2011-12-16 Thread Bernd Wittefeld
Hi, I'm am wondering about the syntax and sematic of the meta.json files. I cannot find anything about it in the wiki and the mailinglists. The problem is a fairly easy one: I have written a python component and splitted it up in several files, but I cannot import those files. I tried various

Re: [nox-dev] meta.json syntax and importing files in Python

2011-12-16 Thread Bernd Wittefeld
Hi, it's me again :) I was able to import my python files. They needed to be added to the NOX_RUNTIMEFILES and EXTRA_DIST in my Makefile.am, so that the links from the build directory were established. So that problem is solved, but I would love to have some docs about those meta.json files.

Re: [nox-dev] meta.json syntax and importing files in Python

2011-12-16 Thread Murphy McCauley
Some of this is at least lightly documented on the wiki: http://noxrepo.org/noxwiki/index.php/Developing_in_NOX (Please feel free to extend it!) There's a bit more info about the meta files in the FAQ: http://noxrepo.org/noxwiki/index.php/FAQ#Where_can_I_see_and_edit_the_code_that_corresponds_to