import Python plugins from a folder -
i want put python script module script pil on server. server might not have pil installed. (this why want load file myself)
if possible, how can have python script import image library current directory of script without having installed on machine?
using python virtual machine using v2.7 of python locally, on server.
one option import modules relative path described here.
it possible use virtual environments pack need , don´t mess python installations on server. here , here
other references:
Comments
Post a Comment