Basic Django Website Hangs on Apache 2.4.41 due to Pandas 1.0.1

2020-02-24 Thread Siddharth Agarwal
esult_list = cursor.fetchall() # print(result_list) return result_list However as per my understanding pandas should work seamlessly with Django. And this combination is quite widely used. Please let me know how to proceed further. Thanks and Regards, Siddharth Agarwal -- You rec

Re: ValueError: set_wakeup_fd only works in main thread on Apache2.4.41 + Python 3.8.1 + Django 3.0.2 + MySQL 8.0.19

2020-02-23 Thread Siddharth Agarwal
Hello jlgimeno71, This issue does not happen with Python 3.7. And I am able to move forward. Thanks and Regards, Siddharth Agarwal On Sunday, February 23, 2020 at 4:49:05 PM UTC+5:30, Siddharth Agarwal wrote: > > Thx jlgimeno71 > > I am able to reproduce this issue using Pyt

Re: ValueError: set_wakeup_fd only works in main thread on Apache2.4.41 + Python 3.8.1 + Django 3.0.2 + MySQL 8.0.19

2020-02-23 Thread Siddharth Agarwal
Thx jlgimeno71 I am able to reproduce this issue using Python 3.8.2rc2 released on 17th Feb. As next steps moving to Python 3.7. Regards, Siddharth Agarwal On Sunday, February 23, 2020 at 11:05:42 AM UTC+5:30, jlgimeno71 wrote: > > > > On Sat, Feb 22, 2020 at 9:02 PM Siddh