tdb icon indicating copy to clipboard operation
tdb copied to clipboard

import tdb occurs error in python3.5

Open Shawn1993 opened this issue 8 years ago • 4 comments

Traceback (most recent call last): File "", line 1, in File "/Users/shawn/anaconda/lib/python3.5/site-packages/tdb/init.py", line 8, in from interface import debug, c, s, get_exe_queue, get_value ImportError: No module named 'interface' >>> import tdb Traceback (most recent call last): File "", line 1, in File "/Users/shawn/anaconda/lib/python3.5/site-packages/tdb/init.py", line 8, in from interface import debug, c, s, get_exe_queue, get_value ImportError: No module named 'interface'

Shawn1993 avatar Dec 08 '16 13:12 Shawn1993

hi shawn, could get around this error..? i'm stuck with similar error. would appreciate any help, if you have any.

Thanks in Advance

atchireddi avatar Jan 14 '17 02:01 atchireddi

nope, i don't use tdb now.

Shawn1993 avatar Jan 18 '17 06:01 Shawn1993

It seems this is again python 2.7 <-> python3 incompatibility issue. Tons of places to fix.

jinchenglee avatar Jan 22 '17 02:01 jinchenglee

I got the demo notebook working with Python 3 in the branch I forked off: https://github.com/jinchenglee/tdb

But I'm not the guy to do fully exaustive testing, so I just input here FYI. No plan to submit pull request.

jinchenglee avatar Jan 22 '17 04:01 jinchenglee