Closed mateuszklimek closed 10 years ago
Is it python or OP console?
Ah, you took PyPi version. It's heavily outdated, get newest version from github.
Ok, thanks. Some note about it would be cool, since from somebody's perspective it may look like it doesn't work :)
I'm working on new pypi egg right now:).
Greetings, Adrian Kalbarczyk
2014-09-03 14:28 GMT+02:00 mateuszklimek notifications@github.com:
Ok, thanks. Some note about it would be cool, since from somebody's perspective it may look like it doesn't work :)
— Reply to this email directly or view it on GitHub https://github.com/adriank/ObjectPath/issues/11#issuecomment-54288632.
OK. OP 0.3 is on PyPI now. I'm working on including interactive shell there.
I think
tree=Tree({a:1})
should betree=Tree({'a':1})
:)Also I was having troubles with printing tree, getting error like: