You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
From another file create object of recently created class
Try to complete its methods
What is the expected output? What do you see instead?
Expected: method's list
Instead we got a nice traceback, something like attached.
What version of the product are you using? On what operating system?
PySmell 0.7.1 on Gentoo
Python 2.5
Please provide any additional information below.
Solution to this problem was replacing str() with unicode() in
codefinder.py at lines: 301, 314, 316
(I don't know why, but I had to change[remove '.value'] also lines 337 and
340 in codefinder.py, because of "object has no attribute 'value'". Is
this another issue?)
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected: method's list
Instead we got a nice traceback, something like attached.
What version of the product are you using? On what operating system?
PySmell 0.7.1 on Gentoo
Python 2.5
Please provide any additional information below.
Solution to this problem was replacing str() with unicode() in
codefinder.py at lines: 301, 314, 316
(I don't know why, but I had to change[remove '.value'] also lines 337 and
340 in codefinder.py, because of "object has no attribute 'value'". Is
this another issue?)