[osgeo4w-dev] [osgeo4w] #317: Bug in os library of Python 2.7

OSGeo4W trac_osgeo4w at osgeo.org
Thu Nov 8 05:33:47 PST 2012


#317: Bug in os library of Python 2.7
---------------------+------------------------------------------------------
Reporter:  neteler   |       Owner:  osgeo4w-dev@…              
    Type:  defect    |      Status:  new                        
Priority:  critical  |   Component:  Package                    
 Version:            |    Keywords:  python                     
---------------------+------------------------------------------------------
 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.

-- 
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/317>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer and package environment for the OSGeo stack.


More information about the osgeo4w-dev mailing list