Re: [pygame] Installing pygame with pip

2016-09-28 Thread Thomas Kluyver
On 28 September 2016 at 16:10, Jorge Maldonado Ventura < jorgesu...@freakspot.net> wrote: > Yes, it works with the --pre flag. Anyone can now test my game with pip: > sudo pip3 install --pre bullet_dodger > Great! I'll give it a try later on. By the way, using sudo with pip is generally frowned o

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Martin Kühne
Do you run the setup.py as your user? You may be in a virtual environment or have a different configuration in your .local/ path? Maybe setuptools somehow decides to use a different pip/python version/whatvever? Thomas, you seem to miss that from your last mail? cheers! mar77i

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
On 2016-09-28 17:02, Thomas Kluyver wrote: > Have you tried with the --pre flag? > > Normally, pip will ignore beta versions unless you specify --pre to allow > pre-releases. It seems there is some special case if it can only find > pre-releases - pygame has never been installable from PyPI

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
On 2016-09-28 16:58, Martin Kühne wrote: > What version do you get when you install pygame from pip? > sudo pip3 install pygame Collecting pygame Using cached pygame-1.9.2b8-cp35-cp35m-manylinux1_x86_64.whl Installing collected packages: pygame Successfully installed PYGAME-1.9.2B8

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Martin Kühne
For me, it's spelled 'Pygame', not 'pygame'. And pip offers v1.9.2b8 of that one. cheers! mar77i

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Thomas Kluyver
Have you tried with the --pre flag? Normally, pip will ignore beta versions unless you specify --pre to allow pre-releases. It seems there is some special case if it can only find pre-releases - pygame has never been installable from PyPI before, so pip doesn't find any earlier version to use and

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Martin Kühne
What version do you get when you install pygame from pip?

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
According to setup.py from pygame source code it is called 'pygame'. Anyway, pip is case insensitive. I can install pygame alone via pip, but I don't know why requirement 'pygame >= 1.9.1' from my project can't be found by pip. Do you have any example of a game that can be completely installed w

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Thomas Kluyver
On 28 September 2016 at 15:40, Martin Kühne wrote: > For me, it's spelled 'Pygame', not 'pygame'. And pip offers v1.9.2b8 > of that one. > The version it offers will depend on your platform for now, though this won't be the case when there's a proper 1.9.2 release out. Windows users will see 1.9

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
Oh, cool, tested again now pip it gives me a more meaningful output. This is my install requires in setup.py. Here is the project: https://notabug.org/jorgesumle/bullet_dodger/src/master/setup.py * install_requires=[ * 'pygame >= 1.9.1', * ], This is the error I get. S

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Martin Kühne
I meant the paragraph beneath the one that made you write yet another mail. I'll go ahead and quote it for you: > We are pretty close to having 'pip install pygame' working on the three > major platforms - it should already work today for Linux and Windows, but > there are still a couple of hiccup

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Martin Kühne
needs fixing for mac osx, I guess? :-) cheers! mar77i [0] https://www.mail-archive.com/pygame-users@seul.org/msg19151.html

RE: [pygame] Installing Pygame

2014-01-28 Thread myles broomes
I've figured out the problem. I was trying to run the program using Python 3.3 but Pygame was installed in my Python 3.2 folder. Deleted 3.3 and ran the program using 3.2. From: mylesbroo...@hotmail.co.uk To: pygame-users@seul.org Subject: [pygame] Installing Pygame Date: Tue, 28 Jan 2014 19:11:

Re: [pygame] Installing Pygame

2014-01-28 Thread David
Bit of a survey: Wondering which IDE you use? VIM? Emacs? Pycharm? Spyder? IF you use Vim, did you COMPILE it with python support and just turn on syntax highlighting or did you also customize it more with a .vimrc file? On Tue, Jan 28, 2014 at 2:11 PM, myles broomes wrote: > I am trying to im

Re: [pygame] Installing pygame on Snow Leopard 10.6.8

2013-09-05 Thread Tony Cappellini
Thanks Jason I've run the installer, but still have the same issue during import time. I'm not sure how anaconda fits in with all of this

Re: [pygame] Installing pygame on Snow Leopard 10.6.8

2013-09-05 Thread Jason M. Marshall
I think that this installer will work fine with the Python 2.7 (64-bit) from python.org: http://www.astro.washington.edu/users/rowen/python/pygame-1.9.1release-py2.7-python.org-macosx10.6.dmg I don't know if it'll work with Anaconda though. Jason From: Tony

Re: [pygame] installing pygame with MIDI on OS X

2012-12-11 Thread richard
Unfortunately that doesn't help get the installer to run. I did try a different method, which was to edit the Info.plist file in the installer so that it looked for Python 2.7 in /System/Library/Frameworks instead of /Library/Frameworks, and that did allow the Installer to run. Unfortunately

Re: [pygame] installing pygame with MIDI on OS X

2012-12-11 Thread 杨帆
try: export PYTHONPATH=/Library/Python/2.7/ hope this will also work for you :-) On Tue, Dec 11, 2012 at 6:06 PM, wrote: > > I'm not sure I understand - what did you set PYTHONPATH to? > > > On 2012-12-11 09:33, 杨帆 wrote: > >> Yes, I had the same problem previously. I solved the problem after >

Re: [pygame] installing pygame with MIDI on OS X

2012-12-11 Thread richard
I'm not sure I understand - what did you set PYTHONPATH to? On 2012-12-11 09:33, 杨帆 wrote: Yes, I had the same problem previously. I solved the problem after setting the PYTHONPATH environment variable. On Tue, Dec 11, 2012 at 5:31 PM, argle wrote: Hi Russell, This sounds great! I've tried

Re: [pygame] installing pygame with MIDI on OS X

2012-12-11 Thread 杨帆
-- > View this message in context: > http://pygame-users.25799.n6.nabble.com/Re-pygame-installing-pygame-with-MIDI-on-OS-X-tp398p399.html > Sent from the pygame-users mailing list archive at Nabble.com. >

Re: [pygame] installing pygame with MIDI on OS X

2012-12-10 Thread Russell Owen
> Is there any way of installing pygame on OS X (10.8.2) which gives a working > MIDI installation? If I call pygame.midi.init() I just get the "ImportError: > No module named pypm" error, presumably because there's something wrong with > the portmidi install. > > I've tried: > > i) Running the p

Re: [pygame] Installing pygame on Mac OS X Snow Leopard: How do I tell the config.py script where libsdl is?

2010-05-18 Thread Greg Ewing
Jamison Dance wrote: Also, in regards to the .dmg files, they are not installers. They just contain the SDL.Framework folders that you drop in to /Library/Frameworks, and it looks like it is just a bunch of header files, as opposed to .a or .so files. If you look closely, you should see file

Re: [pygame] Installing pygame on Mac OS X Snow Leopard: How do I tell the config.py script where libsdl is?

2010-05-18 Thread Greg Ewing
Jamison Dance wrote: What is the difference between the libraries built from the source and the Mac OS X binaries, out of curiosity? Pygame is looking for framework versions of the SDL libraries, but you have built and installed them as standard Unix-style libraries. There is probably some op

Re: [pygame] Installing pygame on Mac OS X Snow Leopard: How do I tell the config.py script where libsdl is?

2010-05-18 Thread Jamison Dance
There are a few problems with just using MacPorts for me. First of all, MacPorts uses Python 2.5 when installing pygame, and I wanted to use 3.1. Second of all, I get some compilation errors when installing libsdl in MacPorts. Also, in regards to the .dmg files, they are not installers. They just c

Re: [pygame] Installing pygame on Mac OS X Snow Leopard: How do I tell the config.py script where libsdl is?

2010-05-17 Thread Mathieu Richardoz
Alternatively, since you're using MacPorts anyway at some point in the process, you could just save yourself the trouble and install everything with it, from Python itself to Pygame. FWIW that's what I did, and it works like a charm. Math On Tue, May 18, 2010 at 5:44 AM, Brian Fisher wrote: >

Re: [pygame] Installing pygame on Mac OS X Snow Leopard: How do I tell the config.py script where libsdl is?

2010-05-17 Thread Brian Fisher
The .dmg files are installers, that put the sdl libraries in specific known places. The ones you build yourself would be found just fine if they were in those known places. But it's probably better to use the prebuilts anyways, cause it's better to use whatever configuration stuff they build with s

Re: [pygame] Installing pygame on Mac OS X Snow Leopard: How do I tell the config.py script where libsdl is?

2010-05-17 Thread Jamison Dance
Yep, that was my problem. Thank you very much for your help. What is the difference between the libraries built from the source and the Mac OS X binaries, out of curiosity? On Mon, May 17, 2010 at 7:49 PM, Brian Fisher wrote: > Install SDL from the source yourself? None of the instructions ever g

Re: [pygame] Installing pygame on Mac OS X Snow Leopard: How do I tell the config.py script where libsdl is?

2010-05-17 Thread Brian Fisher
Install SDL from the source yourself? None of the instructions ever given say that. They all say install the official prebuilt SDL using the .dmg files provided libsdl.org. Did you build SDL yourself from source, or did you install the official SDL disk images? On Mon, May 17, 2010 at 5:49 PM, je

Re: [pygame] installing Pygame for Mac OS X standard Python

2008-11-28 Thread René Dudfield
hi, it looks like setuptools is taking over your installation trying to guess where to download pygame from... weird. Sometimes setuptools changes, which can break the pygame install. It looks like you have downloaded an old version of a pygame .egg 'cause we are up to 1.8.1 now. I have instal

Re: [pygame] installing Pygame for Mac OS X standard Python

2008-11-28 Thread Joe Strout
On Nov 28, 2008, at 5:28 PM, Joe Strout wrote: Reading http://www.pygame.org/download.shtml No local packages or download links found for pygame==1.8.0rc3 error: Could not find suitable distribution for Requirement.parse('pygame==1.8.0rc3') There seem to be two errors here, the "Couldn't fin

Re: [pygame] installing Pygame for Mac OS X standard Python

2008-11-28 Thread Joe Strout
On Nov 28, 2008, at 5:08 PM, Joe Strout wrote: But the Mac binary installer at , as advertised, refuses to install in this environment, claiming it needs "System Python" (by which I think it means a custom Python installation rather than the standard on

Re: [pygame] Installing pygame on Mac OS X

2008-11-02 Thread Brian Fisher
On Sun, Nov 2, 2008 at 11:59 AM, Bill Coderre <[EMAIL PROTECTED]> wrote: > The install instructions on the web page were slightly confusing to me. > > Which instructions exactly are the confusing ones? The only ones I'm aware of are here: http://pygame.org/download.shtml under the Mac OS X sectio