, 2009-04-15 21:42:14 -0700
Traceback (most recent call last):
File "C:\dpf\AssemblyLine-0.4\run_game.py", line 13, in <module>
main.main()
File "C:\dpf\AssemblyLine-0.4\Game\Code\main.py", line 19, in main
display = pygame.display.set_mode(settings.screen_size, settings.flags)
pygame.error: No available video device
all pygame dependencies installed
illume, 2009-05-27 00:44:41 -0700
Hi,
looks possibly related to this bug report:
http://groups.google.com/group/pygame-mirror-on-google-groups/browse_thread/thread/423f1d7f3e909c38
Are you able to confirm which version of windows you're on?
cu,
Pygame XP, 2011-03-25 06:38:46 -0700
(In reply to comment <<issue 1>>)
> Hi,
> looks possibly related to this bug report:
> http://groups.google.com/group/pygame-mirror-on-google-groups/browse_thread/thread/423f1d7f3e909c38
> Are you able to confirm which version of windows you're on?
> cu,
Hi cu,
I'm having the same issue on an XP machine. When I execute
pygame.display.init() in the shell, I receive (5,1) rather than (6,0)
and when I try to execute pygame.display.set_mode I receive
pygame.error: No available video device.
Is there a way to determine what module is failing in the init() call?
tu,
Pygame XP