You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I freshly installed Trade Dangerous on my PC wiht pip.
When i use edap, i get the following error:
File "c:\program files\python38\lib\site-packages\tradedangerous\plugins\edapi_plug.py", line 994, in run
with open(self.filename, 'w', encoding = "utf-8") as f:
PermissionError: [Errno 13] Permission denied: 'import.prices'
edapi trys to write the file in his working directory, which is at the moment of the error: C:\Program Files\Python38\Scripts
edapi should use the Directory in which Trade Dangerous was started.
I hard coded a new working directory, to get a workaround, but it should be fixed for other users.
The text was updated successfully, but these errors were encountered:
I freshly installed Trade Dangerous on my PC wiht pip.
When i use edap, i get the following error:
File "c:\program files\python38\lib\site-packages\tradedangerous\plugins\edapi_plug.py", line 994, in run
with open(self.filename, 'w', encoding = "utf-8") as f:
PermissionError: [Errno 13] Permission denied: 'import.prices'
edapi trys to write the file in his working directory, which is at the moment of the error: C:\Program Files\Python38\Scripts
edapi should use the Directory in which Trade Dangerous was started.
I hard coded a new working directory, to get a workaround, but it should be fixed for other users.
The text was updated successfully, but these errors were encountered: