Message11362
Agreed that using something like LiJy would make this problem go away, because we would have a real executable as a launcher, much as we see with the Windows launcher. Better yet, it would be direct. But there are both build (need to do this for every platform, although creative use of CPython could help) and licensing problems as pointed out.
If we could "seamlessly" monkeypatch setuptools CommandSpec as necessary, that would give us control for this thorny issue, without having to maintain a Jython-specific patch of setuptools (thereby limiting upgrades of pypa upstream work like pip), while preserving the ability to revise the installer for a specific version of Jython. Maybe we could manage through some suitable cleverness in site.py? Again, this only works because CommandSpec is relatively stable... And it is monkeypatching! |
|
Date |
User |
Action |
Args |
2017-05-07 16:34:32 | zyasoft | set | messageid: <1494174872.67.0.48541491414.issue2570@psf.upfronthosting.co.za> |
2017-05-07 16:34:32 | zyasoft | set | recipients:
+ zyasoft, darjus, stefan.richthofer |
2017-05-07 16:34:32 | zyasoft | link | issue2570 messages |
2017-05-07 16:34:32 | zyasoft | create | |
|