Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1405 closed defect (fixed)

[patch] [magic-removal] python on windows has no module 'pwd'

Reported by: anonymous Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: critical Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

therefore createsuperuser fails in revision 2408 on windows

Attachments (1)

pwd-patch.patch (1018 bytes ) - added by anonymous 18 years ago.
try to import pwd, catch exception

Download all attachments as: .zip

Change History (3)

by anonymous, 18 years ago

Attachment: pwd-patch.patch added

try to import pwd, catch exception

comment:1 by anonymous, 18 years ago

Summary: [magic-removal] python on windows has no module 'pwd'[patch] [magic-removal] python on windows has no module 'pwd'

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2452]) magic-removal: Fixed #1405 -- 'createsuperuser' no longer assumes 'import pwd' will work. Thanks, anonymous

Note: See TracTickets for help on using tickets.
Back to Top