Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

calling iteritems causes an exception on Python 3 #76

Open
exhuma opened this issue Feb 29, 2016 · 2 comments
Open

calling iteritems causes an exception on Python 3 #76

exhuma opened this issue Feb 29, 2016 · 2 comments

Comments

@exhuma
Copy link

exhuma commented Feb 29, 2016

Example traceback:

Traceback (most recent call last):
  File "lost_tracker/main.py", line 63, in <module>
    social = Social(app, SQLAlchemyConnectionDatastore(mdl.DB, mdl.Connection))
  File "/home/exhuma/workspace/lost.lu/lost-tracker/env/lib/python3.4/site-packages/flask_social/core.py", line 106, in __init__
    self._state = self.init_app(app, datastore)
  File "/home/exhuma/workspace/lost.lu/lost-tracker/env/lib/python3.4/site-packages/flask_social/core.py", line 130, in init_app
    config = update_recursive(module.config, config)
  File "/home/exhuma/workspace/lost.lu/lost-tracker/env/lib/python3.4/site-packages/flask_social/utils.py", line 71, in update_recursive
    for k, v in u.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'
@exhuma
Copy link
Author

exhuma commented Mar 1, 2016

Related to #71

@italomaia
Copy link

Related: #83

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants