-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the Simulation for the first time generates error #9
Comments
Give Absolute Path Hope this helps. Best |
Thank you so much for the reply, even after providing the absolute path , i still get the error as bellow File "FlyNetSim.py", line 85, in |
Having same issue. Any fix ? |
Thanks for the reply, |
delete xml_path and Input your absolute path |
Hello,
I want to run the FlyNetSim and as i try to run the simulation for the first time i get this error as bellow.
Traceback (most recent call last):
File "FlyNetSim.py", line 84, in
tree.write(xml_path + "/config.xml")
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 802, in write
file = open(file_or_filename, "wb")
IOError: [Errno 2] No such file or directory: '/home/FlyNetSim/NetSim/ns-allinone-3.27/ns-3.27/config.xml'
Regards
Irshad Ullah
The text was updated successfully, but these errors were encountered: