[issue13168] Python 2.6 having trouble finding modules when invoked via a symlink

2012-01-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue13168] Python 2.6 having trouble finding modules when invoked via a symlink

2011-10-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: Try upgrading to 2.6.6, 2.6.7 or 2.7.2. In any case, 2.6 is in security-fix only mode, so unless you have a problem with the most recent releases (2.7.2 or 3.2.2) this issue should be closed as out-of-date. -- nosy: +terry.reedy ___

[issue13168] Python 2.6 having trouble finding modules when invoked via a symlink

2011-10-13 Thread Randy Galbraith
New submission from Randy Galbraith : Hi Python Developers, Our install of Python 2.6.4 on AIX 5.3 seems to have problems finding modules when invoked via a symlink. A direct path to the binary will work. One symlink will work, but another will not. I created a test harness to demonstrate thi