Sorry,

aro...@arosen-desktop:~/nox$ find . | grep pytutorial
./build/src/nox/coreapps/examples/pytutorial.py <-- Incorrect
./nox/src/nox/coreapps/examples/pytutorial.py  <-- Correct
./nox/build/src/nox/coreapps/examples/pytutorial.pyc
./nox/build/src/nox/coreapps/examples/pytutorial.py <-- correct

Aaron


On Sun, Oct 24, 2010 at 3:27 PM, James "Murphy" McCauley <jam...@nau.edu> wrote:
> You mention "./build/src/nox/coreapps/examples/pytutorial.py" and 
> "./nox/build/src/nox/coreapps/examples/pytutorial.py".  I'm having trouble 
> making sense of these paths.  Is one of them wrong, or are they not relative 
> to the same directory?
>
> -- Murphy
>
> On Oct 24, 2010, at 12:09 PM, Aaron Rosen wrote:
>
>> 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
>
>



-- 
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