Closed spoetnik closed 9 years ago
It's a python 3.4 thing, easy to fix luckily :)
The new version (919710b37e801ff1020def54ac6f241e57e66a17) supports python 3.4 as well.
Successfully installed mt-940
Thanks! (Dank je wel!)
Same issue with lastest version alsof today (4.26.0) (Master and develop branche)
Traceback (most recent call last):
File "/Users/martijn/Documents/mt940.py", line 1, in
on both Python (MacBook) 3.10.6 and Debian 3.9. installed with pip and with setup.py master and development branches
any tips on how to solve this?
M
The problem is that your testfile is named mt940.py so it's importing itself. You need to rename both the mt940.py and the mt940.pyc (if the latter exists)
Owww … how stupid can one be ...
On 6 Nov 2022, at 17:38, Rick van Hattem @.***> wrote:
The problem is that your testfile is named mt940.py so it's importing itself. You need to rename both the mt940.py and the mt940.pyc (if the latter exists) — Reply to this email directly, view it on GitHub https://github.com/wolph/mt940/issues/3#issuecomment-1304840630, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2VWLRK23BJCJX4JKQ2DVFLWG7NKDANCNFSM4A62QVXQ. You are receiving this because you commented.
After a pip install mt-940 I get error; importError: cannot import name 'parse'
Using Python 3.4.2 Any ideas?