mr-teslaa / Taqwa-EDMS

A full school management website using flask. Full CRUD( create, read, update, delete ) facility
43 stars 22 forks source link

importation issue #31

Closed NK-Inomine closed 2 months ago

NK-Inomine commented 11 months ago

@mr-teslaa Hello am leraning flask with this project and am facing an issue that am struggling with, that is ImportError: cannot import name 'TimedJSONWebSignatureSerializer' from 'itsdangerous I googled it, also checked on youtube but still couldn't solve it I will appreciate if you can explain me why am getting this error and how to fix. Thanks

mr-teslaa commented 11 months ago

@NK-Inomine, it's because they have removed that module at itsdangerous updated version.

However, use older version to get rid of this error. Install pip install itsdangerous==1.1.0 will resolve that. Cheers 🥂

NK-Inomine commented 11 months ago

Thanks

Le lun. 11 déc. 2023 à 11:27, Hossain Foysal @.***> a écrit :

@NK-Inomine https://github.com/NK-Inomine, it's because they have removed that module at itsdangerous updated version.

However, use older version to get rid of this error. Install pip install itsdangerous==1.1.0 will resolve that. Cheers 🥂

— Reply to this email directly, view it on GitHub https://github.com/mr-teslaa/Junior_School_and_College/issues/31#issuecomment-1849266183, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEQ7ODSP4CCGW6UMHL3MD6DYIZ4RJAVCNFSM6AAAAABANIPCQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBZGI3DMMJYGM . You are receiving this because you were mentioned.Message ID: @.***>

NK-Inomine commented 11 months ago

@mr-teslaa Am really sorry for asking many questions but I got another issue that is : from watchdog.events import EVENT_TYPE_OPENED ImportError: cannot import name 'EVENT_TYPE_OPENED' from 'watchdog.events'. you can see when debugging mode is on in the terminal and going through the port 5000 I got :

Hmmm… can't reach this page 127.0.0.1 refused to connect. Try:

Search the web for 127 0 0 1 Checking the connection

I tried to go on youtube and searching on google but still don't get it, I tried what they said but still nothing

mr-teslaa commented 6 months ago

@NK-Inomine Can you mention the file name where are you encountering this error?