datalyze-solutions / pandas-qt

Utilities to use pandas (the data analysis / manipulation library for Python) with Qt.
https://github.com/draperjames/qtpandas
MIT License
56 stars 24 forks source link

pandasqt does not work for me #11

Closed levicivita closed 8 years ago

levicivita commented 9 years ago

I installed using pip install pandas-qt, everything worked fine.

I am following the basic example. It fails at

>>> import pandasqt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named pandasqt

The installer did create a folder C:\Python27\Lib\site-packages\pandasqt. It refused to import until I added an empty init.py file per the instructions from here.

quiqua commented 9 years ago

I'll investigate the bug and create a new pypi version as well.

kaotika commented 8 years ago

Does the problem still exists?

inkenbrandt commented 8 years ago

I think this problem has been resolved. I installed with pip and had no problems. This is an awesome package, by the way. I hope you continue developing it.


Operating System Windows 7
Python Version 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)]
Pandas Version 0.17.1
Numpy Version 1.10.4
Matplotlib Version 1.5.1