plutinosoft / Platinum

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

Update build.scons to python 3.12+ #54

Open Eugenenoble2005 opened 3 weeks ago

Eugenenoble2005 commented 3 weeks 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.