Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broken link #53

Open
cursorius-cursor opened this issue Nov 2, 2020 · 0 comments
Open

broken link #53

cursorius-cursor opened this issue Nov 2, 2020 · 0 comments

Comments

@cursorius-cursor
Copy link

I tested your App and discovered some issues:

  1. broken Link: https://waffle.io/uralbash/pyramid_pages

  2. in routes.py

    old: if pyramid_version >= pkg_resources.SetuptoolsVersion('1.6a1'):
    new: if pyramid_version >= pkg_resources.parse_version('1.6a1'):

  3. in pyramid_pages_example Line 30ff

    #from zope.sqlalchemy import ZopeTransactionExtension
    from zope.sqlalchemy import register

  4. in pyramid_pages_example Line 131ff

    old: fixtures = json.loads(file.read(), encoding='utf-8')
    new: fixtures = json.loads(file.read())

After this changes I could start the exampel with python 3.9.

Best regards

Peter

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

No branches or pull requests

1 participant