Re: [sqlalchemy] Doesnt execute any thing at new pc

2023-09-12 Thread Richard Damon
On 9/12/23 12:31 AM, FURKAN bilgin wrote: Hi, I updated my PC and downloaded my old codes. However, the SQLAlchemy execute function is not working. but it works on Ubuntu. The code is basically like this: My first suggestion is to make sure the directory path points to something that actually

[sqlalchemy] Doesnt execute any thing at new pc

2023-09-12 Thread FURKAN bilgin
Hi, I updated my PC and downloaded my old codes. However, the SQLAlchemy execute function is not working. but it works on Ubuntu. The code is basically like this: -- from sqlalchemy import ( MetaData, Table, Column, Integer, String, Boolean, create_engine, DateTime,