Code Monkey home page Code Monkey logo

Comments (2)

wolph avatar wolph commented on July 30, 2024

Haven't needed a Python 3 version myself but it should be easy to fix. I
can work on it next week.
On 3 Jul 2015 10:32, "Martijn de Geus" [email protected] wrote:

Running into problems with Python3

p3512@Kaboom:/Desktop$ which python3
/usr/bin/python3
p3512@Kaboom:
/Desktop$ mkvirtualenv mt-940 --python=/usr/bin/python3
Running virtualenv with interpreter /usr/bin/python3
Using base prefix '/usr'
New python executable in mt-940/bin/python3
Also creating executable in mt-940/bin/python
Installing setuptools, pip...done.
(mt-940)p3512@Kaboom:~/Desktop$ pip install mt-940
Downloading/unpacking mt-940
Downloading mt-940-2.2.tar.gz
Running setup.py (path:/home/p3512/.virtualenvs/mt-940/build/mt-940/setup.py) egg_info for package mt-940

Downloading/unpacking enum34 (from mt-940)
Downloading enum34-1.0.4.tar.gz
Running setup.py (path:/home/p3512/.virtualenvs/mt-940/build/enum34/setup.py) egg_info for package enum34

Installing collected packages: mt-940, enum34
Running setup.py install for mt-940

Running setup.py install for enum34

Successfully installed mt-940 enum34
Cleaning up...
(mt-940)p3512@Kaboom:~/Desktop$ python
Python 3.4.0 (default, Jun 19 2015, 14:20:21)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.

import mt940
import pprint
transactions = mt940.parse('abnamro.sta')
Traceback (most recent call last):
File "", line 1, in
File "/home/p3512/.virtualenvs/mt-940/lib/python3.4/site-packages/mt940/parser.py", line 45, in parse
transactions.parse(data)
File "/home/p3512/.virtualenvs/mt-940/lib/python3.4/site-packages/mt940/models.py", line 209, in parse
for k, v in result.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'


Reply to this email directly or view it on GitHub
https://github.com/WoLpH/mt940/issues/10.

from mt940.

wolph avatar wolph commented on July 30, 2024

Version 3 has just been released with Python 3 support :)

from mt940.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.