Doniksa
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Cant import my own .py files "unresolved reference"
已回答Hello, I dont recall making any changes but suddenly my code that used to work fine now cannot import a local .py file. Shows up as "unresolved reference". Clearly both of the files are in the same... -
创建于 Environment change after restart
已回答Hello, Im having problems with python environments. I have created a virtual environment called virtual_environment and created a project within it. I imported Scrapy module inside this environment... -
创建于 Scrapy module import error
已回答Hi, I have installed Scrapy package on Python 3.8 and I'm experiencing problem importing it. When I execute import function I get such an error. Anyone knows how to resolve or what is the reason? ...