Issue 26349: Ship python35.lib with the embedded distribution, please (original) (raw)

Issue26349

Created on 2016-02-12 13:27 by Thomas Führinger, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg260176 - (view) Author: Thomas Führinger (Thomas Führinger) Date: 2016-02-12 13:27
I would like to use the new embedded distribution and load-time link to python35.dll. It would make things a lot easier if you could also include python35.lib in the file python-3.5.1-embed-win32.zip.
msg260245 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2016-02-13 18:21
It shouldn't make any difference as the lib file is not needed at runtime. While developing your app, you should use a regular installation to make sure you have all the header files you need. The embeddable distro is for runtime.
History
Date User Action Args
2022-04-11 14:58:27 admin set github: 70537
2016-02-13 21:22:49 steve.dower set resolution: not a bug -> rejected
2016-02-13 21:22:34 steve.dower set status: open -> closedresolution: not a bug
2016-02-13 18:21:05 steve.dower set messages: +
2016-02-12 23:39:35 terry.reedy set nosy: + steve.dowerversions: + Python 3.6
2016-02-12 13:27:33 Thomas Führinger create