Re: 'list' object is not callable

2020-02-13 Thread Jorge Gimeno
On Thu, Feb 13, 2020 at 7:16 PM Bhoopesh sisoudiya wrote: > Hi all, > > How to resolve this exception in generic view of rest-framework- api > Exception=== > 2020-02-14 08:30:33,523 - D:\futuredatapoints\futuredatapoints\logs\ > 14022020.log - ERROR > ERROR:D:\futuredatapoints\fut

Re: pyodbc in umbutu 19.10

2020-02-18 Thread Jorge Gimeno
There may be development libraries missing. An internet search found this: sudo apt install unixodbc-dev Hope it helps! -Jorge On Tue, Feb 18, 2020, 10:49 AM Elias Coutinho wrote: > Good afternoon people. > > > Out of curiosity I installed SQL Server on Linux. > > > I restored a database an

Re: pyodbc in umbutu 19.10

2020-02-18 Thread Jorge Gimeno
ação: > > Os pacotes a seguir têm dependências desencontradas: > unixodbc-dev : Depende: unixodbc (= 2.3.7) > Depende: odbcinst1debian2 (= 2.3.7) mas não será instalado > E: Impossível corrigir problemas, você manteve (hold) pacotes quebrados. > > Em ter., 18 de

Re: NoReverseMatch() error while learning Python

2020-02-19 Thread Jorge Gimeno
On Wed, Feb 19, 2020 at 4:47 AM DamnGeniuses' Squad < andhikaravelen...@gmail.com> wrote: > NoReverseMatch at /polls/1/ > > Reverse for 'vote' with arguments '('',)' not found. 1 pattern(s) tried: > ['polls/(?P[0-9]+)/vote/$'] > > Request Method: GET > Request URL: http://127.0.0.1:8000/polls/1/

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-22 Thread Jorge Gimeno
On Sat, Feb 22, 2020 at 9:02 PM Siddharth Agarwal wrote: > Hello > When I run my Django Web application with Apache2.4.41 + Python 3.8.1 + > Django 3.0.2 + MySQL 8.0.19 on Windows 10 Professional 64 bit version it > throws Value Error at /. set_wakeup_fd only works in main thread. > > This issue

<    1   2