Our current project consists of Python2.3 and wxPython-2.4.1.2. It is working fine. But now we are updating it to Python2.7 and wxPython2.8.12.1. Since I'm new to Python and installation DLLs, I need little attention. The following files for old Python are in my NSIS installation folder: python23.dll wxmsw24h.dll
Since this project was made by a previous programmer, I donβt know where he got these DLLs from or how he created this DLL. I think to make the installer for my new python, I will need the following DLLs: python27.dll wxmsw28h.dll
As I understand it, for wxmsw dll I need to compile wxPython-src, but not sure what I can do for this?
Please let me know how can I get these dlls? If I need to create it, then please let me know how can I create these DLLs?
Thanks in advance.
source share