csv2ofx icon indicating copy to clipboard operation
csv2ofx copied to clipboard

On Windows GUI launches and CLI doesn't work

Open dfishburn opened this issue 6 years ago • 1 comments

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

dfishburn avatar Feb 10 '19 20:02 dfishburn

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?

reubano avatar Dec 25 '21 21:12 reubano