plutinosoft / Platinum

UPnP SDK
http://plutinosoft.com/platinum
Other
500 stars 145 forks source link

Update build.scons to python 3.12+ #54

Open Eugenenoble2005 opened 1 week ago

Eugenenoble2005 commented 1 week ago

Due to the deprecation of the imp module in python 3.12 and above, Platinum cannot be built with scons unless python 3.11 and below is installed on the machine. Older out of support versions of python are notorious to obtain especially on Linux Systems. This pull request tweaks the build.scons file for platinum enabling it to be built with modern python versions.