Release/5.2.4 #1373
Athanasius
started this conversation in
Announcement
Release/5.2.4
#1373
Replies: 2 comments 1 reply
-
Upgraded to 5.2.4 this evening and Norton 360 detected the following: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Regarding Python 3.9, Windows 7 users may try this DLL: https://github.com/nalexandru/api-ms-win-core-path-HACK put it in the same directory as the main exe. If that is the only missing DLL then it will work just fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We now test against, and package with, Python 3.9.9.
As a consequence of this we no longer support Windows 7.
This is due to Python 3.9.x itself not supporting Windows 7.
The application (both EDMarketConnector.exe and EDMC.exe) will crash on startup due to a missing DLL.
This should have no other impact on users or plugin developers, other than the latter now being free to use features that were introduced since the Python 3.7 series.
Developers can check the contents of the
.python-version
file in the source (it's not distributed with the Windows installer) for thecurrently used version in a given branch.
Release 5.2.4
This is a very minor update that simply imports the latest versions of data files so that some niche functionality works properly.
Update
commodity.csv
andrare_commodity.csv
from the latest EDCD/FDevIDs versions. This addresses an issue with export of market data in Trade Dangerous format containingOnionHeadC
rather than the correct name,Onionhead Gamma Strain
, that Trade Dangerous is expecting.This will only have affected Trade Dangerous users who use EDMarketConnector as a source of market data.
This discussion was created from the release Release/5.2.4.
Beta Was this translation helpful? Give feedback.
All reactions