Hi,
I am attempting to view the source code of a module i have imported to a project but am having trouble finding its source. I had previously thought the command 'import' would look for a script in python paths named the same as the import name plus a '.py'. But, now I have a module that must be named differently and I am wondering how python finds the correct module to use and also how that I would go about finding the module?
Thanks -- Andrew