-
Notifications
You must be signed in to change notification settings - Fork 37
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
Python 2.7 Depecated #44
Comments
I have no immediate plans to do so, no. (Lots of stuff on my plate and the current code works for me in a RHEL7.7 VM) I think perhaps @chrisgrande was working on this in a fork? |
If you need a py3 version, I have a fork here: https://github.com/chrisgrande/mwa2/tree/master-py3 My testing showed no issues, but I recommend testing against a test repo. |
Do we need to amalgamate both versions? or how do we get started with py3 version? I'm testing on macOS 10.5.4. |
Work has begun on a version that supports Python 3.9 and Django 4.2 here: https://github.com/munki/mwa2/tree/py3 |
I've been working to get our Munki server on macOS migrated to a new device running macOS 14.5, and have been using the py3 branch (replacing files in the mwa2 folder within the download of mwa2_demo with the py3 branch files) to attempt to set this up as our previous server also used MWA2, however the original version. I'm not extremely experienced with this type of setup so I may be overlooking something that would make this process much simpler, so I wanted to make this post both as an FYI for anyone going through the same process as myself and as a question of if there is a better setup/process I should be using. |
The run_mwa2.sh was only ever meant as a quick-and-dirty demo to show it running on a Mac using the included Apache2 and the included Python2 (when Apple still shipped that). In production, most people would run it on an actual server (generally the same web server that serves the Munki repo), so the run_mwa2 script would not be of use there. Certainly happy for someone to do the work to update that script for Python 3, but of course macOS does not ship Python 3, so there's a lot of additional work that must be done. |
Are there any plans on upgrading the project to work with a non-deprecated version of python and its libraries?
The text was updated successfully, but these errors were encountered: