Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ./waf --run first it shows
  2.  
  3. Waf: The wscript in '/home/gone/ns3/ns-allinone-3.25/ns-3.25' is unreadable
  4. Traceback (most recent call last):
  5. File "/home/gone/ns3/ns-allinone-3.25/ns-3.25/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Scripting.py", line 100, in waf_entry_point
  6. set_main_module(os.path.normpath(os.path.join(Context.run_dir,Context.WSCRIPT_FILE)))
  7. File "/home/gone/ns3/ns-allinone-3.25/ns-3.25/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Scripting.py", line 125, in set_main_module
  8. Context.g_module=Context.load_module(file_path)
  9. File "/home/gone/ns3/ns-allinone-3.25/ns-3.25/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Context.py", line 354, in load_module
  10. try:exec(compile(code,path,'exec'),module.__dict__)
  11. File "/home/gone/ns3/ns-allinone-3.25/ns-3.25/wscript", line 15, in <module>
  12. from utils import read_config_file
  13. ImportError: No module named utils
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement