Open draperjames opened 8 years ago
I fixed this you can clone my fork and help if you want.
@draperjames see above
Thank you! I'm Excited to try it out. I'm installing now. 😺
So I installed and and ran;
from pandasqt.views.CSVDialogs import CSVImportDialog
dialog = CSVImportDialog()
dialog.exec_()
And I got the following error;
C:\Anaconda3\lib\site-packages\pandasqt\encoding.py:21: UserWarning: Detector.Issues importing libmagic - got an error: [WinError 193] %1 is not a valid Win32 application
warnings.warn("Detector.Issues importing libmagic - got an error: {}".format(e))
QWidget: Must construct a QApplication before a QPaintDevice
Any thoughts?
Also I agree with your sentiments in #18
I think it would be fun to bring this package back to life and get some upgrades put into it.
I myself would like to help on the documentation front, however it seems as though the members of this project stopped merging pull requests some time ago. I'm new relatively new to Github so please forgive my ignorance, but would it be possible to create a new repo from your fork so I could contribute to it?
I just tried to install this on my machine using;
pip install pandas-qt
And I get the following error;
Please let me know if you need any more information.