Home > other >  Flask view function cannot call external method
Flask view function cannot call external method

Time:09-25

Using Apache + flask is configured with a web server, other configuration can run normally (such as user register, login, web browsing, etc can run),
Recently to view function (the py) added a routing, routing calls the system module (corresponding module has been installed in the virtual environment, if in a virtual environment console mode, line by line to run the code can run normally, get to the correct result), but unable to get to the module method, adopts the model of the try - except, don't get any error log prompt, my view function (the py) USES the blueprint to register, in... \ app \ home \ the py

Help: this can't call an external method error is possible due to what reason?

Thank you first!

CodePudding user response:

Problem didn't quite understand, can the directory structure, function, what problems under the print of position parameters, cutting hair come up with this note, easy to understand your question

CodePudding user response:

Thank you, have been settled himself, is a question of SSL, no load success, don't have access to HTTPS
  • Related