gdjkhp Posted 8 hours ago Posted 8 hours ago (edited) i get an internal server error. i need help setting up flask i need to run server.py that has the following test: @app.route('/') def index(): return send_file(os.path.join(BASE_DIR, "html", 'index.html')) below are my wsgi and htaccess. i also need to install a few python libraries. thank you for your attention. flask.wsgi .htaccess Edited 8 hours ago by gdjkhp Quote
KazVee Posted 6 hours ago Posted 6 hours ago There is a Flask tutorial here which also explains how to request any additional Python modules you may need: https://wiki.helionet.org/Flask I notice you also posted this in Discord an hour later. All helpers are volunteers so asking the same question in 2 places risks duplicate volunteer effort if 2 people give you the same details: https://wiki.helionet.org/FAQ#Where_do_I_ask_for_help? Please check out the above links and let us know if you're still having trouble. 🙂 Quote
gdjkhp Posted 4 hours ago Author Posted 4 hours ago its a me problem, the problem lies in permissions (folder creation) and i solved it 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.