Hi 
This comes from the Anaconda support help that I got. I cannot take credit for 
this solution, only for seeking it out and passing it on!

brew install sdl sdl_image sdl_mixer sdl_ttf portmidi 
conda install -c https://conda.binstar.org/quasiben 
<https://conda.binstar.org/quasiben> pygame 

There apparently is some issue between the libjpeg and libpng that comes with 
anaconda (where is it run) and those that you will compile with if you compile 
pygame, as I did many times. The conda install command actually will install a 
pygame that was compiled to work with those libraries in anaconda so that when 
you actually run things, you will get the extended image support.
        
The first line requires that you have brew installed and it will install the 
SDL packages and portmidi. The second line uses conda - the equivalent of brew, 
but in anaconda. This will actually take the SDL and port midi that was 
installed, and use it as a dependency for the pygame. 

This is apparently a 64 bit installation. I found that it worked just fine for 
me. So now I have the comfort of anaconda, and the availability of pygame - 
which is exactly what I wanted. 

I hope this helps out.


> On May 26, 2015, at 22:40 , sammosummo [via pygame-users] 
> <ml-node+s25799n1889...@n6.nabble.com> wrote:
> 
> So Jeffrey, what was your solution? 
> 
> If you reply to this email, your message will be added to the discussion 
> below:
> http://pygame-users.25799.x6.nabble.com/pygame-image-get-extended-0-Tried-everything-should-I-just-give-up-tp1854p1889.html
>  
> <http://pygame-users.25799.x6.nabble.com/pygame-image-get-extended-0-Tried-everything-should-I-just-give-up-tp1854p1889.html>
> To unsubscribe from pygame.image.get_extended() = 0 Tried everything- should 
> I just give up?, click here 
> <http://pygame-users.25799.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1854&code=ZGFub3dpdHpAYmV6ZXFpbnQubmV0fDE4NTR8LTI3MTI1MDQ0MQ==>.
> NAML 
> <http://pygame-users.25799.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: 
http://pygame-users.25799.x6.nabble.com/pygame-image-get-extended-0-Tried-everything-should-I-just-give-up-tp1854p1890.html
Sent from the pygame-users mailing list archive at Nabble.com.

Reply via email to