Changes between Initial Version and Version 2 of Ticket #63


Ignore:
Timestamp:
Jan 13, 2006, 2:25:35 AM (18 years ago)
Author:
Alec Thomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63

    • Property Status changed from new to assigned
    • Property Type changed from defect to enhancement
    • Property Summary changed from Change password fails on Windows with Python 2.3 to support htpasswd with Windows and Python 2.3
  • Ticket #63 – Description

    initial v2  
    11Change password fails on Windows if running Python 2.3:
    22
     3{{{
    34Traceback (most recent call last):
    45  File "C:\Python23\Lib\site-packages\trac\web\modpython_frontend.py", line 205, in handler
     
    1516  File "build\bdist.win32\egg\acct_mgr\htfile.py", line 30, in urandom
    1617IOError: [Errno 2] No such file or directory: '/dev/urandom'
     18}}}
    1719
    1820I saw another site hinted at using windrandom.pyd file for Windows for Python 2.3 (although it is deprecated in 2.4 in favor of os.urandom).