wetzel Posted May 22, 2019 Posted May 22, 2019 Is it possible to use a Python library from file structure? I am trying to use a 3rd party library that isn't installed so I downloaded it from Github and uploaded it to my cgi-bin folder and would like to use it in my flask app. Thanks! Quote
Krydos Posted May 24, 2019 Posted May 24, 2019 What is the name of the module you're trying to use? Quote
patents Posted June 21, 2019 Posted June 21, 2019 As krydos mentioned It depends on library (called modules in python community) that you are trying to use. Pure python library are ok to use that way.You can always request here to install any library on pypi to be installed. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.