Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] PermissionError: [WinError 5] in Windows 8.1 when trying to do Traci Tutorial

The first line is wrong:
sumoBinary = r'C:\User\Desktop\MyGitRepo\swp-autonome-fahrzeuge-sose-2018\res\scenarios\duesseldorf'
should be
sumoBinary = r'C:\User\Desktop\MyGitRepo\Sumo\bin\sumo-gui.exe'

Am Fr., 15. Nov. 2019 um 00:08 Uhr schrieb WTler <valentin.klamka@xxxxxxxxxxxxxx>:

I tried:

import subprocess<br>
subprocess.Popen(r'C:\User\Desktop\MyGitRepo\Sumo\bin\sumo-gui.exe')<br>
subprocess.Popen(r'C:\WINDOWS\System32\mspaint.exe')<br>

both works fine.

Sent from the Sumo User Mailing List mailing list archive at Nabble.com.
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top