BR1py/itertree

Importing 'itertree' gives a ModuleNotFoundError

Closed this issue · 5 comments

ModuleNotFoundError: No module named 'itertree.itree_indepth_helpers'

It's used like that:

from itertree import iTree

Source: https://github.com/pyTooling/pyTooling/blob/main/tests/performance/Tree/IterTree.py#L32

I can reproduce the issue, try to solve it soon.

A subfolder of the code was not packed in the package. The package must be repacked. New release will come soon.

Thanks. I saw it a while ago but was unsure if it's a package error or on my side.

@yurivict

Issue should be solved in release 1.1.3

Thanks. I'll test it soon.


Btw. did you experiment with Cython?