Opened 12 years ago
Closed 11 years ago
#317 closed defect (worksforme)
Bug in os library of Python 2.7
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | critical | Component: | Package |
Version: | Keywords: | python | |
Cc: |
Description
In lib/os.py, line 754 the line
bs = b""
should read
bs = "b"
See attached screenshot. It crashes for example the extention manager of GRASS.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | osgeo4w_python_OS_bug.png added |
---|
comment:1 by , 12 years ago
Maybe not a bug:
http://permalink.gmane.org/gmane.comp.mathematics.sage.devel/58519
but something is odd here... Python mixture? however, in the system info it shows Python 2.7.
comment:2 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Message doesn't look like from OSGeo4W and apparently doesn't match the current os.py.
Note:
See TracTickets
for help on using tickets.
error message (os extention)