[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Pygame > Python3



sdl2 doesn't work either

sudo port install py33-sdl2
python3.3
import sdl2
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/sdl2/dll.py",
line 99, in <module>
    dll = _DLL("SDL2", ["SDL2", "SDL2-2.0"], os.getenv("PYSDL2_DLL_PATH"))
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/sdl2/dll.py",
line 50, in __init__
    raise RuntimeError("could not find any library for %s" % libinfo)
RuntimeError: could not find any library for SDL2

port installed "libsdl2*"
  libsdl2 @2.0.0_0+universal (active)
  libsdl2_image @2.0.0_0+universal (active)
  libsdl2_mixer @2.0.0_0+universal (active)
  libsdl2_net @2.0.0_0+universal (active)
  libsdl2_ttf @2.0.12_0+universal (active)

Russell

On 3 October 2013 01:34, Aikiman <jr@xxxxxxxxxxxx> wrote:
> Thanks for that. I guess Ill have to wait a bit longer for an OSX port. Good
> to see some action is taking place on this one.
>
>
>
> --
> View this message in context: http://pygame-users.25799.x6.nabble.com/Pygame-Python3-tp903p905.html
> Sent from the pygame-users mailing list archive at Nabble.com.