Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 344)

Ticket Resolution Summary Owner Reporter
#2 fixed python: allow execution from different drives Yuri Dario Yuri Dario
Description

python does not work if default drive is not UNIXROOT.

Needs to modify getpath.c to search /@unixroot (PREFIX) first.

#71 fixed python: X:/USR is returned instead of /@unixroot/usr Yuri Dario
Description

With support for virtual env, now python returns /USR for system path. This breaks installation scripts, because files are not remapped to correct %UNIXROOT% drive but written to default drive.

dmik:

  1. Fix setup.py machinery so that it leaves the drive letter in, i.e. in your example it should give this:

X:/USR/lib/python2.7/site-packages/urlgrabber/byterange.py

  1. Fix setup.py machinery so that it replaces X:/USR back with /@unixroot/usr
  1. Fix dynamic python sys.path detection so that it replaces X:/USR with /@unixroot/usr when it’s run from X:/USR/bin.

I think 3 is the most long term effective solution as it requires less modifications in 3rd party software. If we agree on that I may look back into the place where I fixed it (to make sys.path dynamic and hence fix virtualenv and some other things).

I want to remind that the source of this problem is that /@unixroot is not a real dir on OS/2 but something like a symlink (from the LIBC point of view).

#70 fixed python: Update to 2.7 dmik
Description

This ticket is to track Python updates from 2.6 to 2.7.

Note: See TracQuery for help on using queries.