processing-py-site icon indicating copy to clipboard operation
processing-py-site copied to clipboard

Building Site with Python 3

Open FeXd opened this issue 5 years ago • 2 comments

Since updating to MacOS Big Sur, I'm having a terrible time getting a version of Python 2 installed using homebrew and pyenv. I started a branch to try and get things building with Python 3 with mild success.

Before I get too far, can anyone point me to a place I can download all of the current files created in /generated/ after building off HEAD? That would help me diff everything when I'm done to double check for correctness.

Also related, would you rather I update the existing generator.py to work in Python3, or create a generator3.py which is separate? I could go either way to be honest.

FeXd avatar Jan 03 '21 22:01 FeXd

Relevant working branch is here: https://github.com/jdf/processing-py-site/compare/master...FeXd:python3

Very messy working branch, but will clean it up if I'm successful in the future.

FeXd avatar Jan 03 '21 22:01 FeXd

Just wanted to make a quick update. I needed to get Python 2 working on MacOS recently for a different project, so am now able to build the site again locally.

But I do still plan on trying to make the script work in Python 3 in the future.

FeXd avatar Apr 18 '21 20:04 FeXd