reubano / csv2ofx

A Python library and command line tool for converting csv to ofx and qif files
MIT License
195 stars 111 forks source link

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

Open dfishburn opened 5 years ago

dfishburn commented 5 years ago

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 commented 2 years ago

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?