Search code examples
pythonqpython

How to get libraries which i have installed using QPYPI in the file manager of Android


Am having a problem in getting the libraries such as kivy which i have installed through QPYPI. How can i get them since when i navigate to / qpython/ lib/ python2.7/ site-packages/ the folder is empty


Solution

  • All your site packages aren't stored in the qpython folder especially if you are not using an external sdcard

    On my phone all libraries are stored in "/data/data/org.qpython.qpy/files/lib/python2.7/site-packages" path

    If you cant access this path on your phone ,then you need to root your phone