Issue 348: i got a problem of running the application
Status:  New
Owner: ----
Reported by ivanyeun...@gmail.com, Nov 2, 2010
Traceback (most recent call last):
  File "start.py", line 4, in <module>
    from pymt import *
  File "/Applications/PyMT.app/Contents/Resources/pymt/pymt/__init__.py", line 239, in <module>
    shadow_window = MTWindow()
  File "/Applications/PyMT.app/Contents/Resources/pymt/pymt/ui/window/__init__.py", line 164, in __init__
    self.create_window(params)
  File "/Applications/PyMT.app/Contents/Resources/pymt/pymt/ui/window/win_pygame.py", line 75, in create_window
    self._pygame_set_mode()
  File "/Applications/PyMT.app/Contents/Resources/pymt/pymt/ui/window/win_pygame.py", line 229, in _pygame_set_mode
    pygame.display.set_mode(size, self.flags)
pygame.error: No video mode large enough for 1280x960

Dec 3, 2010
Project Member #1 txprog
Hi,

Very weird bug, what is your screen resolution ?
Can you try to use fullscreen = auto in your pymt config file ?