I am trying to install pygame on my computer to get the webcame working. After going through the process on http://juliaelman.com/blog/2013/04/02/installing-pygame-on-osx-mountain-lio n/, I was able to download the required software and folders, but now I am met with this problem below with the SDL.
I was thinking if you could provide advice on how to resolve it? Thanks! Desmond -- objc[20586]: Class SDLTranslatorResponder is implemented in both /opt/local/lib/libSDL-1.2.0.dylib and /usr/local/lib/libSDL-1.2.0.dylib. One of the two will be used. Which one is undefined. objc[20586]: Class SDL_QuartzWindow is implemented in both /opt/local/lib/libSDL-1.2.0.dylib and /usr/local/lib/libSDL-1.2.0.dylib. One of the two will be used. Which one is undefined. objc[20586]: Class SDL_QuartzWindowDelegate is implemented in both /opt/local/lib/libSDL-1.2.0.dylib and /usr/local/lib/libSDL-1.2.0.dylib. One of the two will be used. Which one is undefined. objc[20586]: Class SDL_QuartzView is implemented in both /opt/local/lib/libSDL-1.2.0.dylib and /usr/local/lib/libSDL-1.2.0.dylib. One of the two will be used. Which one is undefined. Traceback (most recent call last): File "cam.py", line 4, in <module> pygame.camera.init() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packa ges/pygame/camera.py", line 42, in init from pygame import _camera ImportError: cannot import name _camera On 5/8/15, 11:11 PM, "python-list-requ...@python.org" <python-list-requ...@python.org> wrote: >Welcome to the Python-list@python.org mailing list! The purpose of >this mailing list is to support general discussions about the Python >programming language. Please remember that this list is mirrored to >the Usenet newsgroup comp.lang.python. > >For more information on the Python programming language see ><http://www.python.org/> > >To post to this list, send your message to: > > python-list@python.org > >General information about the mailing list is at: > > https://mail.python.org/mailman/listinfo/python-list > >If you ever want to unsubscribe or change your options (eg, switch to >or from digest mode, change your password, etc.), visit your >subscription page at: > > >https://mail.python.org/mailman/options/python-list/mynameisdesmond%40gmai >l.com > > >You can also make such adjustments via email by sending a message to: > > python-list-requ...@python.org > >with the word `help' in the subject or body (don't include the >quotes), and you will get back a message with instructions. > >You must know your password to change your options (including changing >the password, itself) or to unsubscribe without confirmation. It is: > > bball007 > >Normally, Mailman will remind you of your python.org mailing list >passwords once every month, although you can disable this if you >prefer. This reminder will also include instructions on how to >unsubscribe or change your account options. There is also a button on >your options page that will email your current password to you. -- https://mail.python.org/mailman/listinfo/python-list