ImportError: No module named 'TkTreectrl'

Viewed 1570

I am pretty new to python and am trying to use the MultiListbox. It says I need to import TkTreectrl. I have already done import TkTreectrl as treectrl but it still give me the error.

After some reading online, I was under the impression I am supposed to add some file to the folder my program is in?

Can someone help me understand how exactly I can do this?

1 Answers
Related