Hello,

I'm trying to add a new module to nox. I've followed the instructions (
http://noxrepo.org/noxwiki/index.php/Developing_in_NOX#Building_a_Python_only_component
).

I've added pytutoral.py to nox/src/nox/coreapps/examples, and have added the
following entry to meta.json,

      {
            "name": "pytutorial" ,
            "dependencies": [
                "python"
            ],
            "python": "nox.coreapps.examples.pytutorial"
        }

In addition to adding  pytutorial.py to EXTRA_DIST and NOX_RUNTIMEFILES in
the Makefile.am.

Now after rerunning ./boot.sh, configure, make,


The file ./build/src/nox/coreapps/examples/pytutorial.py is really
pyswitch.py. Though,   ./nox/build/src/nox/coreapps/examples/pytutorial.py
is the correct file

Any idea where I went wrong?

Thanks


-- 
Aaron O. Rosen
Masters Student - Network Communication
306B Fluor Daniel
843.425.9777
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to