We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Windows 10 using Python 2.7 (as I could not get Python 3.6.7 to install), launches the GUI only, it does not use any of the command line switches.
After the GUI launches, if I hit the Import button, I get an error.
So at this point, I can't get it to process any of my files.
Looked through main.py and couldn't see anything in there that told it to launch the GUI, or better yet, do not use the GUI.
cd C:\2018 $ where python c:\Python27\python.exe c:\Python367\python.exe C:\Python35\python.exe $ python -V Python 2.7.15 $ python C:\csv2ofx_github\csv2ofx-master\csv2ofx -h Using Default Mappings Traceback (most recent call last): File "c:\Python27\lib\site-packages\csv2ofx\__init__.py", line 151, in OnImport style=wx.OPEN|wx.CHANGE_DIR, AttributeError: 'module' object has no attribute 'OPEN' GoodBye
The text was updated successfully, but these errors were encountered:
I don't use windows so am not sure how it should work. Can you please let me know if you still experience this with the most recent csv2ofx version?
Sorry, something went wrong.
No branches or pull requests
On Windows 10 using Python 2.7 (as I could not get Python 3.6.7 to install), launches the GUI only, it does not use any of the command line switches.
After the GUI launches, if I hit the Import button, I get an error.
So at this point, I can't get it to process any of my files.
Looked through main.py and couldn't see anything in there that told it to launch the GUI, or better yet, do not use the GUI.
The text was updated successfully, but these errors were encountered: