anaconda tag

72 questions


1 answers
60 views
0
Anaconda and Spider cannot be run

I am a student studying development. In class, we used anaconda's spider I set it up in order, but it doesn't work. I tried googling, but I couldn't find a way I take the liberty of asking you a quest...

2 years ago

1 answers
68 views
0
It is a problem to create a window program by linking with mysql using Anaconda's spider. It works normally in mysql, but if you run it in the spider, you will get a grammar error. (Long sentence caution)

import sysimport pymysqlfrom PyQt5.QtWidgets import *def connectDB(): host = localhost user = root pw = **** db = world conn = pymysql.connect( host= host, user = user, password = pw, db = db) return(...

2 years ago
« - 8 -

© 2024 OneMinuteCode. All rights reserved.