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

Working Python 2.7 support under Microsoft Windows #2

Closed
wants to merge 4 commits into from

Commits on Jul 26, 2022

  1. Working Python 2.7 support under Microsoft Windows

    Tested with:
    
        Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] on win32
    clach04 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    3dc6a7c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Fix two thirds of review comments

    This commit is untested.
    clach04 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    72f3a37 View commit details
    Browse the repository at this point in the history
  2. Fix issues with setup.py - possibly Windows specific

    Match versions in setup.py with (working) requirements.txt.
    
    When ran from setup.py httplib2 would pull in pyparsing 3.1.0
    rather than 2.4.7. This does not happen with pip install of
    requirements.txt, manually added pyparsing with pinned version number.
    clach04 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    54af7a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5cbbd1 View commit details
    Browse the repository at this point in the history