[sqlalchemy] ImportError: No module named 'cx_Oracle' - Python3.6

2020-05-21 Thread Thirsty ForKnowledge
Hi, I am having an issue where a flask application is crashing with a 500 Error. I upgraded from python 3.5 to 3.6 on linux: Version info is as follows: cx_Oracle==6.2.1 Flask==1.0.2 Flask-Bootstrap==3.3.7.1 Flask-CAS-fork==1.0.1 Flask-Migrate==2.5.2 Flask-SQLAlchemy==2.3.2 Flask-WTF==0.14.2

Re: [sqlalchemy] test_types.py

2020-05-21 Thread Yeongseon Choe
Thank you for your answer. It helps me understand the project structure. :) 2020년 5월 16일 토요일 오전 1시 55분 11초 UTC+9, Mike Bayer 님의 말: > > > test/sql/test_types.py is part of SQLAlchemy's internal testing for the > "types" system. > > The testing/suite/test_types.py suite is part of SQLAlchemy's