HereIGoAgain2601 Posted June 27, 2017 Posted June 27, 2017 Hi all, Hoping someone will know how we can deploy modules to Python 3.4? Our new computing teacher has asked for the following modules: pygame and pygame.mixer.music Module Anybody any ideas on how we can deploy them? Many thanks in advance!
mavhc Posted June 27, 2017 Posted June 27, 2017 There was an msi for pygame, but it's not updated for Python 3.4. Python 3.5 and later installers don't work as an MSI anyway, so I'm using WSUS Package Publisher. So looks like you'll have to script the standard install command, pip
HereIGoAgain2601 Posted June 28, 2017 Author Posted June 28, 2017 Thanks, managed to find an MSI for Python 3.4.4 and seems to be working OK. Deployed it last night on SCCM seems to have gone out correctly. Cheers
HereIGoAgain2601 Posted June 28, 2017 Author Posted June 28, 2017 I was reading this article https://stackoverflow.com/questions/28127730/how-to-install-pygame-on-python-3-4 Towards the bottom of the page there is this link https://bitbucket.org/pygame/pygame/downloads I downloaded Pyhon 3.4.4 (32 bit) psi and then the pygame 1.9.2a0 win32 for py 3.4 msi from that site and everything is working. Done the test game and seems OK.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now