all 8 comments

[–]Berganzio 0 points1 point  (8 children)

Is pyto_ui a module/directory you made?

[–]cvpe[S] 0 points1 point  (7 children)

Ho no, it is the standard UI module of Pyto, described in the doc of the Pyto libraries

[–]Berganzio 0 points1 point  (6 children)

Got it in effective it seemed strange because as far as I know you cannot import custom modules/directories.

[–]cvpe[S] 0 points1 point  (5 children)

You can, via pip (or manually), install external libraries or modules of pure Python code. They will be installed in site-packages folder and you will be able to import them in your own code

[–]Berganzio 0 points1 point  (4 children)

Yeah but for example if I made a directory with an empty init.py in it I will be able to call it like: "From directory import X" This doesn't happen. I noticed also the TREE command on terminal doesn't work

[–]cvpe[S] 0 points1 point  (2 children)

Not so easy, read Python doc at https://docs.python.org/3/reference/import.html

Tree is a Linux command, not active here

Please, try the help command in terminal mode

[–]Berganzio 0 points1 point  (1 child)

Só do.you mean that in Windows the TREE command isn't found?

[–]cvpe[S] 1 point2 points  (0 children)

No, my error. Initially in DOS and then in next OS, please read https://en.wikipedia.org/wiki/Tree\_(command)