-
Notifications
You must be signed in to change notification settings - Fork 107
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
unexpected keyword argument 'sep' #58
Comments
Merged
ainoneko
added a commit
to ainoneko/tkintertable
that referenced
this issue
Mar 23, 2021
As far as I see, the previous fix of the issue dmnfarrell#58 only adds the `sep` parameter to the `Tables.importCSV` function, which prevents the `unexpected keyword argument 'sep'` error, but the `sep` parameter is still not passed to the `TableModels.importCSV` function, so the default separator is used anyway.
This was referenced Mar 23, 2021
Closed
Merged
ainoneko
added a commit
to ainoneko/tkintertable
that referenced
this issue
Mar 25, 2021
Fixed issue dmnfarrell#58 more
dmnfarrell
added a commit
that referenced
this issue
Apr 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
importing csv file using importCSV(). In wiki it tell to use sep to import a csv file. but when i try using this i got error
TypeError: importCSV() got an unexpected keyword argument 'sep'
i missed something? thankyou for helping
The text was updated successfully, but these errors were encountered: