I have one testing module that I want to use to test Android. I have files, but there is no installation file for it, so I added the module to the PATH variable, even then it does not work. I am trying to import it.
Any way to make it work. Should I paste them only into the Python folder (and that is the location of the Python file). On Windows, I use to paste all files into a Python folder, and everything works fine. Here in Ubuntu, I cannot find the location, so I added it to PATH.
Anyway! Any help is appreciated.
Greetings
Some details: Python version: 2.7.2, Ubuntu 11.10 OS, the Python module is in the file / folder format without the setup.py file for installation, the module location is already in the PATH variable, everything else in Python works next to this module, the same worked on Windows XP with Python 2.7.2 after copying.
source share