module tag

15 questions


1 answers
100 views
0
Error finding module after installing Python Sympy

cmd has installed sympy via pip install sympy code.If you type pip install sympy in cmd again, Requirement already satisfied: sympy in c:\programdata\anaconda3\lib\site-packages (1.1.1)It says that th...

1 years ago

1 answers
108 views
0
This is a Python import problem.

Hello, I'm a newbie who just started Python.Cannot import name Module from flaskI installed the flask and checked that it was installed well.Can you tell me why not?ㅠ

1 years ago

1 answers
54 views
0
ValueError: too many values to unpack (expected 2) error

from Module import *import turtleinStr = ''swidth, sheight = 500, 500tX, tY, txtSize = [0] * 3turtle.title ('writing')turtle.shape('turtle')turtle.setup(width = swidth + 50, height = sheight + 50)turt...

1 years ago

1 answers
87 views
0
Imported from Python vs code could not be resolved Pylancereport Missing Imports)

I want to bring that module Import theater_module could not be resolvedPylancereportMissingImports)It's marked with a yellow line.

1 years ago

1 answers
117 views
0
os.remove()FileNotFoundError Error

Like #3, I learned that os.remove('file name') deletes it, but it says that there is no file or there is a type error.I want to know how to delete test1.txt as os.remove.test1txt is a file created in ...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.