-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Hi,
When trying to install the package from pypi and test it on a sample PDB, the code fails while parsing the DBI name with the following traceback:
File "/usr/local/lib/python3.6/dist-packages/pdbparse/__init__.py", line 276, in load
debug = dbi.parse_stream(self.stream_file)
File "/usr/local/lib/python3.6/dist-packages/pdbparse/dbi.py", line 160, in parse_stream
Name = "Name" / CString(encoding = "utf8").parse(Names[NameRef[j]:])
TypeError: unsupported operand type(s) for /: 'str' and 'str'
It seems like this code was fixed last november, but wasn't deployed to pip.
Is it possible to deploy the current fixed version to pip?
Thanks :-)
chud0, wkpark and cpatulea
Metadata
Metadata
Assignees
Labels
No labels