Doniksa
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
Doniksa 创建了一个帖子, 已回答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... -
Doniksa 创建了一个帖子, 已回答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... -
Doniksa 创建了一个帖子, 已回答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? ...