Opened 11 years ago

Closed 10 years ago

#317 closed defect (worksforme)

Bug in os library of Python 2.7

Reported by: neteler Owned by: osgeo4w-dev@…
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)

osgeo4w_python_OS_bug.png (28.2 KB ) - added by neteler 11 years ago.
error message (os extention)

Download all attachments as: .zip

Change History (3)

by neteler, 11 years ago

Attachment: osgeo4w_python_OS_bug.png added

error message (os extention)

comment:1 by neteler, 11 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 jef, 10 years ago

Resolution: worksforme
Status: newclosed

Message doesn't look like from OSGeo4W and apparently doesn't match the current os.py.

Note: See TracTickets for help on using tickets.