rienafairefr / pynYNAB

a python client for the new YNAB
MIT License
138 stars 12 forks source link

Instructions on how to run manual import #3

Closed scottrobertson closed 8 years ago

scottrobertson commented 8 years ago

Hey

I am not too familiar with Python and how dependancies work, but when I am trying to run python manualimport.py i get the following error:

Traceback (most recent call last):
  File "manualimport.py", line 4, in <module>
    from ofxtools import OFXTree
ImportError: No module named ofxtools
rienafairefr commented 8 years ago

I've made it more simple (I think), to handle all the dependencies and run the script, just call python setup.py install, then you can call the provided scripts as you did. You're basically missing some dependencies.

scottrobertson commented 8 years ago

May be an idea to add that to the readme

scottrobertson commented 8 years ago
Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    with open(readme_filename, 'r') as f:
IOError: [Errno 2] No such file or directory: 'README.md'
rienafairefr commented 8 years ago

my bad, changed markup to rst, should be solved now