hildogjr / KiCost

Build cost spreadsheet for a KiCad project.
MIT License
519 stars 98 forks source link

No compatibility for wxPython version used by KiCad #504

Closed set-soft closed 3 years ago

set-soft commented 3 years ago

KiCad 5.1.10 includes wxPython 3.0.2.0 and Python 2.7.18.

KiCost supports Python 2.7, but needs wxPython 4.0+, this complicates the Windows installation a lot. There is no point in supporting Python 2.7 if we don't support wxPython 3.

Trying to install wxPython 4.0 seems to need Cygwin compiler! (Pillow dependency)

set-soft commented 3 years ago

Ok, I fixed it wasn't too hard.