Doniksa
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Doniksa created a post, AnsweredCant 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 created a post, AnsweredEnvironment 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 created a post, AnsweredScrapy 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? ...