Feb-08-2018, 01:49 PM
Hi! i'm having several issues trying to import a library from other folder that is in the same level of the current file.
![[Image: d761a38380.png]](https://puu.sh/zjjtL/d761a38380.png)
I tried to use "..tests.libs.selenium_driver", "..libs.selenium_driver" and several more, but no one is working.
Im using VS Code. It might be something in the configuration? I'm not using virtual enviroment or something like that.
This is my python configuration.
![[Image: d761a38380.png]](https://puu.sh/zjjtL/d761a38380.png)
I tried to use "..tests.libs.selenium_driver", "..libs.selenium_driver" and several more, but no one is working.
Im using VS Code. It might be something in the configuration? I'm not using virtual enviroment or something like that.
This is my python configuration.
{ "name": "Python", "type": "python", "request": "launch", "stopOnEntry": false, "pythonPath": "${config:python.pythonPath}", "program": "${file}", "cwd": "${workspaceFolder}", "env": {}, "envFile": "${workspaceFolder}/.env", "debugOptions": [ "RedirectOutput" ] },Thank you very much.