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

On Windows GUI launches and CLI doesn't work #55

Open
dfishburn opened this issue Feb 10, 2019 · 1 comment
Open

On Windows GUI launches and CLI doesn't work #55

dfishburn opened this issue Feb 10, 2019 · 1 comment

Comments

@dfishburn
Copy link

dfishburn commented Feb 10, 2019

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
@reubano reubano added the bug label Dec 25, 2021
@reubano
Copy link
Owner

reubano commented Dec 25, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants