Hi Team,<br><br>I am new to NDN research, and I am very sorry to ask the basic question again.<br><br>Question: Could you guys tell me why I am getting this error when trying to compile, how to get rid of it?<br><br><font face="Courier">mypcname@mypcname-VirtualBox:~/ns-dev/ns-3$ ./waf configure --with-python=/usr/local/bin/python2.7 <br>Traceback (most recent call last):<br>  File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py", line 108, in waf_entry_point<br>    run_commands()<br>  File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py", line 165, in run_commands<br>    parse_options()<br>  File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py", line 138, in parse_options<br>    Context.create_context('options').execute()<br>  File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Options.py", line 146, in execute<br>    super(OptionsContext,self).execute()<br>  File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 92, in execute<br>    self.recurse([os.path.dirname(g_module.root_path)])<br>  File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 133, in recurse<br>    user_function(self)<br>  File "/home/pierre/ns-dev/ns-3/wscript", line 213, in options<br>    opt.recurse('src')<br>  File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 133, in recurse<br>    user_function(self)<br>  File "/home/pierre/ns-dev/ns-3/src/wscript", line 48, in options<br>    opt.recurse(module, mandatory=False)<br>  File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 133, in recurse<br>    user_function(self)<br>  File "/home/pierre/ns-dev/ns-3/src/ndnSIM/wscript", line 19, in options<br>    tooldir=['%s/ndn-cxx/.waf-tools' % opt.path.abspath()])<br>  File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 86, in load<br>    module=load_tool(t,path)<br>  File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 342, in load_tool<br>    __import__(tool)<br><font color="#FF0000">ImportError: No module named doxygen</font></font><font color="#FF0000"><br><br><font color="#000000"><br>Thank you so much!</font><br></font><br><br>