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 Denis.Barmenkov
Recipients Denis.Barmenkov, bbi5291, ned.deily, xuanji
Date 2011-04-01.22:28:45
SpamBayes Score 8.043454e-06
Marked as misclassified No
Message-id <1301696927.98.0.657335338782.issue10496@psf.upfronthosting.co.za>
In-reply-to
Content
I saw similar error on Python 2.6 installed on freeBSD.
I had test SVN server and wrote pre-commit hook using python. When remote developer commited his changes to repository, hook called os.path.expanduser and exception was raised:
        #  File "/usr/local/lib/python2.6/posixpath.py", line 259, in expanduser
        #    userhome = pwd.getpwuid(os.getuid()).pw_dir
        #KeyError: 'getpwuid(): uid not found: 12345'

So its not a just-Linux issue.
History
Date User Action Args
2011-04-01 22:28:48Denis.Barmenkovsetrecipients: + Denis.Barmenkov, ned.deily, xuanji, bbi5291
2011-04-01 22:28:47Denis.Barmenkovsetmessageid: <1301696927.98.0.657335338782.issue10496@psf.upfronthosting.co.za>
2011-04-01 22:28:46Denis.Barmenkovlinkissue10496 messages
2011-04-01 22:28:45Denis.Barmenkovcreate