Python Forum
pip install pygame choking on SDL dependency
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip install pygame choking on SDL dependency
#11
If your test run fine then pygame works. You are just having an issue with livewire's API, not pygame.

Quote:The window appears, but no background image.
In pygame to display anything, you have to 1) blit it and 2) make sure the screen is updated. Since i have no idea where this is in their code, i cannot say exactly how they do that.

in my opinion, you should probably just learn pygame instead. Livewire is just a wrapper to pygame. If you end up getting into it, you would have to relearn pygame's API anyways to do more complex tasks. Also Pygame's API is very well known, documented, and discussed in all places. Ive seen kids 8 years old and up use pygame effectively. Livewire is not the same. There are tons of pygame wrappers. For some reason people think they need to make their own wrapper and publish them for beginners to use to make it easier on them. However it makes it harder because you find hardly anyone who uses it and poorly documented (as you have found out).

Based on their website it appears there is even a cost
livewires.org.uk/helping/ Wrote:The cost for 2018 is £252, which is 90% of the YP fee.
Pygame is free. The docs are free. The tutorials and help learning it is free. The software is free. In fact you could even close source your game. Pygame is LGPL specifically so you can use it in close-sourced projects. (source from the horses mouth)
Recommended Tutorials:
Reply


Messages In This Thread
RE: pip install pygame choking on SDL dependency - by metulburr - Jan-22-2019, 06:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't get pygame to install djwilson0495 13 10,303 Dec-07-2020, 01:30 PM
Last Post: djwilson0495
  Trying to install pygame Mac OS x high sierra giladal 2 2,767 Oct-18-2020, 09:27 PM
Last Post: nilamo
  Error to install pygame skp 1 3,510 Apr-14-2020, 05:17 PM
Last Post: joe_momma
  PIP cannot install Pygame Amaly84 6 9,951 Sep-04-2019, 07:59 PM
Last Post: Amaly84
  pip can't install pygame SheeppOSU 1 9,475 Dec-08-2018, 08:20 PM
Last Post: snippsat
  How to install Pygame chappie 2 3,445 Dec-06-2017, 10:47 PM
Last Post: chappie
  How to begin coding for game making [Install pygame on mac] mattkrebs 2 4,977 Apr-02-2017, 10:57 AM
Last Post: machrider
  [split] permission error on pygame install pyteach 7 8,237 Jan-23-2017, 11:00 PM
Last Post: pyteach

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020