ale5000-git / tingle

Tingle - Android patcher
http://forum.xda-developers.com/showthread.php?t=3438764
GNU General Public License v3.0
160 stars 11 forks source link

ModuleNotFoundError: No module named 'libraries' #51

Closed MazeWave closed 2 years ago

MazeWave commented 3 years ago

Help Wanted

I tried to install this library 'libraries' manually but nothing worked so far... I'm using python 3.9.4 btw.

ale5000-git commented 2 years ago

The python script isn't supposed to work alone, you should download the entire Tingle repository. When you have it, it won't request nothing.

PS: import have various way to be used, if you do import abc and there is a folder called abc with a file called __init__.py it will import it.