cs50 / check50

This is check50, a command-line program with which you can check the correctness of your programs.
GNU General Public License v3.0
401 stars 268 forks source link

Error importing cs50 method in Python #336

Closed M1st3rfr10 closed 4 months ago

M1st3rfr10 commented 4 months ago

Hi, I am doing Lecture 6 (2023) and can import cs50 method with the following code:

from cs50 import get_int

height = get_int("Height: ")

ImportError: cannot import name 'MappingProxyType' from 'types' (/workspaces/138399398/w6Lecture/types.py)

rongxin-liu commented 4 months ago

Please rename your types.py file to something else. Thanks!

M1st3rfr10 commented 1 week ago

Hi, rongxin-liu:

I have a trouble and don not find how to open a discussion or where to make a post about it.

There are some issues with the VSC, and when I loged in today I found that there are some missing folders that am working on to finish my CS50 course.

I already ask for help at the technical support, but may be you know how to proceed in this case.

If it helps, I know that there are three folders lost, at least: finance; project; TWT

Thank you and sorry to bother you. Have a great day