Some colleague gave me a wheel file. I used pip to install it:
pip install some-package.whl
When i run
pip list
the package is displayed just fine. Also, there is a folder with the package in C:\WinPython2_7_10_1\python-2.7.10\Lib\site-packages
The problem is that I could not import it in the code. PyDev in eclipse does not find it.
from some-package import *
gives me an error
What is happening? Is it with my installation or my colleague generated an wheel with an error?
I tried to reload PyDev Interpleter, change names, everything, no sucess.
obs: I am using WinPython 2.7.10 with PyDev