Saadmairaj / tkterminal

Terminal widget for Tkinter library.
https://pypi.org/project/tkterminal
Apache License 2.0
58 stars 6 forks source link

ModuleNotFoundError #14

Closed arnav56745 closed 1 year ago

arnav56745 commented 1 year ago

When I use in script, it says "ModuleNotFoundError: No module named 'tkterminal'"

Moosems commented 1 year ago

Probably a bad install. ModuleNotFoundError's don't happen because of the module

arnav56745 commented 1 year ago

I did pip install tkterminal & pip3 install tkterminal

arnav56745 commented 1 year ago

(When I use in intepreter, it imports successfully)

Moosems commented 1 year ago

What python version and computer are you using? It works just fine for me and I've used it plenty without ever having this issue

arnav56745 commented 1 year ago

Python3.10.9 (ms store) and windows 10

Moosems commented 1 year ago

Can you give full stack trace please?

arnav56745 commented 1 year ago

Traceback (most recent call last): File "USER*/Favorites/Downloads/a1.py", line 1, in <module> from tkterminal import * ModuleNotFoundError: No module named 'tkterminal'

arnav56745 commented 1 year ago

Hello?

Evernow commented 1 year ago

Python3.10.9 (ms store) and windows 10

Can you try not installing it from the msstore? I can't reproduce this, seems like an install problem on your end.

arnav56745 commented 1 year ago

@Evernow yeah, I tried with C:\python311 and it worked (i updated to py 3.11)

Moosems commented 1 year ago

Yeah that's an error from improper installation.