Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can't load plugin: sqlalchemy.dialects:postgresql
Post: RE: Can't load plugin: sqlalchemy.dialects:postgre...

(Mar-25-2024, 08:28 PM)Larz60+ Wrote: change line 4 which currently directs sqlalchemy to PostgreSQL Thanks.
magomes Homework 2 419 Mar-26-2024, 02:20 PM
    Thread: Can't load plugin: sqlalchemy.dialects:postgresql
Post: Can't load plugin: sqlalchemy.dialects:postgresql

Can't load plugin: sqlalchemy.dialects:postgresql ....... This my code: import sqlalchemy as s import psycopg2 as p eng = s.engine.create_engine(s.URL.create("postgresql://xxxx:xxxx@localhost:5432...
magomes Homework 2 419 Mar-25-2024, 07:29 PM
    Thread: How to solve this problem Python configuration?
Post: RE: How to solve this problem Python configuration...

(Mar-22-2024, 06:52 PM)deanhystad Wrote: How do you edit your files? I've noticed it is easy to confuse windows into thinking a file is latin1 Quote:The message in oder post. That was the entire er...
magomes Homework 5 648 Mar-22-2024, 11:11 PM
    Thread: How to solve this problem Python configuration?
Post: RE: How to solve this problem Python configuration...

Thanks, deanhystad. I don't know exactly what happened after using # coding = utf-8 I removed it from the code and it's working. This my code: import psycopg2 try: # Conexão ao banco de dados co...
magomes Homework 5 648 Mar-22-2024, 06:48 PM
    Thread: How to solve this problem Python configuration?
Post: How to solve this problem Python configuration?

This error. SyntaxError: Non-UTF-8 code starting with '\xe3' in file D:\Projetos\M74Chat\M74Chat\config.py on line 4, but no encoding decared; see https://peps.python.org/pep-0263/ for details My co...
magomes Homework 5 648 Mar-22-2024, 05:42 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020