I'm getting strange error each time completition list should appear. I'm writing simple Python code like
a=5
a.
When i enter comma, i'm getting this error:
Exception AttributeError: "'ProcessOpen' object has no attribute '_child_created'" in <bound method ProcessOpen.del of <process.ProcessOpen object at 0x0000000008C93908>> ignored
and don't see a list of object methods.
I'm getting strange error each time completition list should appear. I'm writing simple Python code like
a=5
a.
When i enter comma, i'm getting this error:
Exception AttributeError: "'ProcessOpen' object has no attribute '_child_created'" in <bound method ProcessOpen.del of <process.ProcessOpen object at 0x0000000008C93908>> ignored
and don't see a list of object methods.