I want to put a python script with module script PIL on a server. The server might not have PIL installed. (This is why I want to load the file myself)
If possible, how can I have the python script import Image Library from the current directory of the script without having it installed on the machine?
Using python virtual machine I am using v2.7 of python locally, as on server.