Any idea why I get this error?

brand...@mvm-of1:~/nox/noxcore/build/src$ ./nox_core -i ptcp:6633
static_setup 1 2 3
NOX 0.4.0~core~beta (nox_core), compiled Jan  9 2009 15:09:46
Compiled with OpenFlow 0x97 (exp)
00001|nox|ERR:Cannot change the state of 'static_setup' to INSTALLED:
'static_setup' ran into an error:
    cannot construct a Python module
'nox.coreapps.static_setup.static_setup': Traceback (most recent call last):
      File "./nox/coreapps/static_setup/static_setup.py", line 171, in
instance
        return StaticSetup(ctxt)
      File "./nox/coreapps/static_setup/static_setup.py", line 91, in
__init__
        print(sys.argv)
    AttributeError: 'module' object has no attribute 'argv'

I've imported sys and am trying to print sys.argv to see the command line
args.

Thanks,
Brandon
_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to