This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients ajaksu2, ggenellina, kimsey0, loewis, zlm
Date 2009-01-20.20:59:53
SpamBayes Score 1.2773093e-05
Marked as misclassified No
Message-id <49763B47.8030200@v.loewis.de>
In-reply-to <1232468674.76.0.701634416934.issue3881@psf.upfronthosting.co.za>
Content
> Installing to C:\Program Files\Python\ worked.
> Now we just have to find out WHY it doesn't work with the
> C:\[Programmer/Programmas]\ to C:\Program Files\ link.

With process monitor, I made partial progress (after installing
the German Vista version). It looks like that there is an explicit
Deny ACL entry for read for Everyone in the Programme symlink.
As a consequence, os.listdir(r"c:\programme") fails, even though
os.listdir(r"c:\program files") succeeds. It looks like Tcl wants
to list the contents of the symlink (I'm not yet sure why), and
that this fails (ACCESS_DENIED).
History
Date User Action Args
2009-01-20 20:59:55loewissetrecipients: + loewis, ggenellina, ajaksu2, kimsey0, zlm
2009-01-20 20:59:53loewislinkissue3881 messages
2009-01-20 20:59:53loewiscreate