Doniksa
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Cant import my own .py files "unresolved reference"
AnsweredHello, 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... -
Created Environment change after restart
AnsweredHello, 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... -
Created Scrapy module import error
AnsweredHi, 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? ...