Pygame 1.9.2 Mac Download

  1. Trusted Mac download Real Drums 1.9.2. Virus-free and 100% clean download. Get Real Drums alternative downloads.
  2. Download Anaconda; Sign In; CogSci / packages / pygame 1.9.2a0. 52 Python library based on SDL for making games. Conda Files; Labels; Badges; License: LGPL; 65400 total downloads Last upload: 4 years and 5 months ago Installers. Conda install linux-64 v1.9.2a0; win-32 v1.9.2a0; win.
  3. # Pygame 1.9.2 release TODO This issue is for coordinating the release of Pygame 1.9.2. # Windows. Prebuilt libraries: ready for Win32, need Win64 builds. Testing: Passes unit tests for Python 2.7 and Python 3.3/3.4 # Issue #75 - freetype module.
On Dec 30, 2016, at 1:41 PM, Irv Kalb <Irv@xxxxxxxxxxxxxx> wrote:

To try to get pygame 1.9.2 installed easily (without any package managers), I tried doing the sudo install.

I have Anaconda 1.6.2, which uses Python 2.7.5, installed on a Windows 7 64-bit system. I need to install Pygame 1.9.1 and this is not part of the conda repository. I cannot run the Windows installer because Anaconda has not made registry entries for Python and the.msi does not recognize the Python version. So, I tried to install Pygame from source. What I originally wanted to do was create a. Pygame Documentation, Release 1.9.2 class pygame.cdrom.CD class to manage a cdrom drive CD(id) - CD You can create a CD object for each cdrom on the system. Use pygame.cdrom.getcount to determine how many drives actually exist. The id argument is an integer of the drive, starting at zero.

The install soaked correctly:
Downloading pygame-1.9.2-cp27-cp27m-macosx_10_9_intel.whl (4.8MB)
100% |████████████████████████████████| 4.8MB 125kB/s
Successfully installed pygame-1.9.2

But when I tried a simple import of pygame in the shell, it still fails (with the exact same message I saw earlier):
Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 12:40:10)
Type 'copyright', 'credits' or 'license()' for more information.

File '<pyshell#0>', line 0, in <module>
File '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/__init__.py', line 133, in <module>
Pygame
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so, 2): Symbol not found: _SDL_EnableUNICODE
Referenced from: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so
in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so

I am open to any other suggestions to get pygame running on Sierra with Python 2.7.13.
This should be easy ... but it is extremely frustrating that I've spent a few days trying to get this environment set up.
Irv


On Dec 29, 2016, at 2:34 PM, Daniel Foerster <pydsigner@xxxxxxxxx> wrote:

I'm thinking you should probably throw a sudo on the front of that (or whatever the Mac equivalent is).



On Dec 29, 2016, at 8:42 AM, Thomas Kluyver <takowl@xxxxxxxxx> wrote:

On 28 December 2016 at 23:41, Irv Kalb <Irv@xxxxxxxxxxxxxx> wrote:
Also, when looking to find the latest version of pygame, on the pygame downloads site, I see version 1.9.1. But if I go to PyPi at

It shows version 1.9.2. But that shows a wheel file (.whl).
Can anyone tell me if this is a more recent version that might fix the problems that I am seeing? And if so, is there a simple way to install a .whl file without going through a terminal prompt?

Pygame 1.9.2 Mac Download
1.9.2 is the latest; unfortunately so far no-one has been able to update the downloads page.
The normal way to use wheels (.whl files) is to 'pip install pygame' at a command line. I don't know of a way to install them without using the terminal, and I don't know anything about building Mac GUI installers. Sorry!

Thanks very much for your response. I cleared out my 1.9.1 version of pygame, and used pip. Here's what happened:
Collecting pygame
Pygame 1.9.2 Mac Download
Using cached pygame-1.9.2-cp27-cp27m-macosx_10_9_intel.whl
Exception:
File'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/basecommand.py', line 215, in main
File'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/commands/install.py', line 342, in run
File'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/req/req_set.py', line 784, in install

Pygame 1.9.2 Mac Download Softonic

File'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/req/req_install.py', line 851, in install
self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
File'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/req/req_install.py', line 1064, in move_wheel_files
File'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/wheel.py', line 377, in move_wheel_files
clobber(source, dest, False, fixer=fixer, filter=filter)
File'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/wheel.py', line 329, in clobber
OSError: [Errno 1] Operation not permitted:'/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/pygame/bitmask.h'

However, that did leave me with a pygame folder and a pygame-1.9.2-dist-info folder in my site-packages folder. And when I try to do import it from the shell in IDLE, I get this:
Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 12:40:10)
Type 'copyright', 'credits' or 'license()' for more information.

File '<pyshell#0>', line 0, in <module>
File'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/__init__.py', line 133, in <module>
ImportError:dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so, 2): Symbol not found: _SDL_EnableUNICODE
Referenced from:/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so

Pygame Download Mac

in/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so

Something looks very wrong. Any other suggestions for getting a stable Python/IDLE environment with pygame on Mac Sierra (10.12)?
Thanks,
Irv




Pygame Mac Install


Comments are closed.