Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuild of catalog data required for py2 to py3 #5

Open
agitator opened this issue Sep 16, 2019 · 0 comments
Open

rebuild of catalog data required for py2 to py3 #5

agitator opened this issue Sep 16, 2019 · 0 comments

Comments

@agitator
Copy link
Member

Module zope.index.text.baseindex, line 99, in get_words
  Module zope.index.text.widcode, line 93, in decode
TypeError: cannot use a string pattern on a bytes-like object
...
[41] > /Users/peter/workspace/updatepy3/eggs/zope.index-4.4.0-py3.7-macosx-10.14-x86_64.egg/zope/index/text/widcode.py(93)decode()
-> return [get(p) or _decode(p) for p in _prog.findall(code)]
(Pdb++) dir()
['code', 'get']
(Pdb++) code
b'\x81\x82\x83\x84\x81\x82'
(Pdb++)

catalogId seems to be in a different format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant