Jump to content

[Solved] I Want To Install Flask Modules in Johnny , How Can I Do That ?


darshxyz

Recommended Posts

I Want To Install Flask Modules in Johnny.

How Can I Do That ?

 

 

Required Modules Are As Following :

 

from flask import Flask,render_template,redirect,url_for,session,request,jsonify,flash,json
from flask_mail import Mail,Message
from werkzeug.utils import secure_filename
import mysql.connector,random
from requests import get
from datetime import datetime
from datetime import timedelta
from datetime import date
import urllib.request, json
from passlib.hash import sha256_crypt
import os,base64,io
import uuid
import fpdf
from fpdf import FPDF
import smtplib
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText

from email.headerregistry import Address
from email.message import EmailMessage
import os
import smtplib
from email.header import Header
from email.mime.text import MIMEText
from getpass import getpass
from smtplib import SMTP_SSL

 

 

Thanks In Advance.

Edited by darshxyz
Link to comment
Share on other sites

There you go https://krydos2.heliohost.org/cgi-bin/modules37.py

 

The next time there is a python module install request can you please list the modules that need to be installed, not just a list of which 90% are already installed. It takes a lot of my time. Anyone can do this for me. This would be a great task for a moderator to help me out.

Link to comment
Share on other sites

Ouch, that hurt! Okay, I'll try next time. I don't really know much about core python modules so I'm not sure which ones are already installed.

 

I thought about doing it after I see the post but I just couldn't. Just wanted to say that I tried. Guess I need to try harder.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...