CarlosOliveira1988 / Investment_Portfolio_Analysis

This repository is useful to perform some financial analysis in Investment Portfolio
4 stars 0 forks source link

Adjusting to bypass the import-error problem. #48

Closed cezaroliveira closed 3 years ago

cezaroliveira commented 3 years ago

Related Issues

Affected changes

Proposed Changes

Additional Info

The problem "Unable to import 'window'pylint(import-error)" occurs because Pylint can't find the base folder of the project.

This is explained better on http://wgundamj44.github.io/post/2015-10-23-pylint-import-error-in-django/.

The better solution was found on https://stackoverflow.com/a/59809409/4079049.

Checklist

Screenshots

Original Updated
image image