Ive been looking at the sys.path.append('/../') command in order to import a python module to a given folder.
The thing is doesnt python modules have to be installed from wither source or by the given package manager i.e rpm ??

Many Thanks,

Sys is standard for most python distributions, so at the top of your code, just put the line:

import sys

and you'll have all the features therein.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.