[issue24562] ntpath splitdrive fails on line 161: tuple has no attribute 'replace'

Dan Zemke report at bugs.python.org
Fri Jul 3 22:34:38 CEST 2015


New submission from Dan Zemke:

Traceback was:

  File "\drzblobio.py", line 70, in load full_read_path = os.path.join(read_path, fname)
  File "C:\Python34\lib\ntpath.py", line 110, in join
    p_drive, p_path = splitdrive(p)
  File "C:\Python34\lib\ntpath.py", line 161, in splitdrive
    normp = p.replace(_get_altsep(p), sep)
AttributeError: 'tuple' object has no attribute 'replace'

----------
components: Library (Lib)
messages: 246217
nosy: zemke
priority: normal
severity: normal
status: open
title: ntpath splitdrive fails on line 161: tuple has no attribute 'replace'
type: crash
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24562>
_______________________________________


More information about the Python-bugs-list mailing list