Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A start at compatibility for python 3.5 - PySide and Qt4. #18

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Conversation

zbarge
Copy link

@zbarge zbarge commented Dec 4, 2016

The CSVDialog will import .txt and .xlsx files using the superReadFile method added to the utilities file. Pandas is really good at throwing errors if you get the encoding wrong, so if you rely on that you can try a few different codecs and the user experience is a lot nicer when importing the file getting immediate preview results (with header).

fixed some bad exception catches (for py 3+)
Fixed setup.py to check for pyside and pyqt4 and only fail if neither can be imported.
James Draper and others added 26 commits December 5, 2016 10:13
Some times .csv files may have the .txt or other file extentions despite
thier encoding.
# Conflicts:
#	pandasqt/views/CSVDialogs.py
Trying to fix errors that came up when running test_dataTableView.py
I haven't used  the 2to3 command extensively. Hopefully this dosen't
break everything.
Ran 2to3 everything. Let's see what happens.
Added small a functional example.
Merging file path update
James Draper added 6 commits December 6, 2016 09:03
README.md updates and Travis file added.
adding windows tests to travis
I must have overlooked this at some point. Everything seems okay now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant