Open GoogleCodeExporter opened 9 years ago
Same happens here. OS X 10.5.8, Console says Singularity requires pygame. Tried
pygame 1.8.1 and 1.9.1 from
Macports to no avail. Where is Singularity looking for its dependencies?
Original comment by marius.b...@gmail.com
on 21 Aug 2009 at 1:05
I got mine working by symlinking the Macports pygame (1.9.1, but the default
1.8.1 probably works as well)
to the python folder in Singularity.app:
sudo port install py-game
cd /Applications/Endgame\
Singularity.app/Contents/Resources/lib/python2.5/lib-dynload
mv pygame pygame-old
ln -s /opt/local/lib/python2.4/site-packages/pygame pygame
Lots of items appears missing in the beginning (buildings, suspicion rates,
etc) which made me symlink
numpy and AppKit from Macports, but they didn't seem to matter. Items appeared
on display the first time
they was used (i.e. unlock building, alter suspicion rate).
Oh, and I didn't notice any problems with the day/night setting as mentioned on
the home page.
Original comment by marius.b...@gmail.com
on 22 Aug 2009 at 1:02
Issue 103 has been merged into this issue.
Original comment by phil.bor...@gmail.com
on 6 Feb 2010 at 4:23
OS X 10.7.5, Console says "Endgame: Singularity requires pygame."; symlink to
macports pygame just makes the bouncing on the dock dissapear, no change to
message on console.
Original comment by polyergic
on 21 Jan 2013 at 2:46
Original issue reported on code.google.com by
scifant...@gmail.com
on 10 Jul 2009 at 11:50