Re: [PATCH] Improved python27

2018-08-14 Thread Asias He
Cheers! I was running jpython on osv for python applications in the past. Good to see this! On Tue, Aug 14, 2018 at 11:42 AM, Waldemar Kozaczuk wrote: > This patch renames python27 to python2x and improves it > by discovering Python home directory by reading sys.* variables. > > Signed-off-by:

Re: [PATCH] Improved python27

2018-08-14 Thread Waldek Kozaczuk
It works. Thanks. On Tuesday, August 14, 2018 at 6:52:51 AM UTC-4, Nadav Har'El wrote: > > > On Tue, Aug 14, 2018 at 1:47 PM, Waldek Kozaczuk > wrote: > >> This seems to be distribution specific. The original python27 did not >> work on my Ubuntu 18.04 because of >>

Re: [PATCH] Improved python27

2018-08-14 Thread Nadav Har'El
On Tue, Aug 14, 2018 at 1:47 PM, Waldek Kozaczuk wrote: > This seems to be distribution specific. The original python27 did not work > on my Ubuntu 18.04 because of ‘/lib64/“-assumed-location-of-python-on-host > directory problem. Which I fixed by using os.* values from python itself. > > There

Re: [PATCH] Improved python27

2018-08-14 Thread Waldek Kozaczuk
This seems to be distribution specific. The original python27 did not work on my Ubuntu 18.04 because of ‘/lib64/“-assumed-location-of-python-on-host directory problem. Which I fixed by using os.* values from python itself. There are possibly other fedora vs ubuntu discrepancies which this

Re: [PATCH] Improved python27

2018-08-14 Thread Nadav Har'El
On Tue, Aug 14, 2018 at 6:42 AM, Waldemar Kozaczuk wrote: > This patch renames python27 to python2x and improves it > by discovering Python home directory by reading sys.* variables. > I committed this, but it doesn't seem to actually work for me, on Fedora 28: $ scripts/run.py -e /python OSv

[PATCH] Improved python27

2018-08-13 Thread Waldemar Kozaczuk
This patch renames python27 to python2x and improves it by discovering Python home directory by reading sys.* variables. Signed-off-by: Waldemar Kozaczuk --- python27/README | 8 {python27 => python2x}/GET | 17 ++--- {python27 =>