[visionegg] Re: Two monitors (1600x600), eliminating toolbar on left screen atto
- From: <getmark@xxxxxxxxxxxx>
- To: <visionegg@xxxxxxxxxxxxx>
- Date: Mon, 11 Aug 2003 18:39:21 -0400
Hi Andrew,
Ah -- I figured out the problem. I was doing an:
import python
as well as:
from pygame.macosx import app
I simply omitted:
from pygame.macosx import app
and changed the second line to:
pygame.macosx.app.mainMenu().setMenuBarVisible_(False)
And it works great!
Thanks _so_ much!
Mark
> Hi Andrew,
>
> Thanks so much for putting so much thought into this and for getting back to
> me so quickly!
> I tried the new pygame with 0.94 of VisionEgg, and, as it starts up, it
> eliminates the tool-bar, and dock
> (yay!)... and then halts with a:
>
> 2003-08-11 15:33:45 (434) info: Script runprotocol23.py started Vision
> Egg 0.9.4 with process id 434.
> Fatal Python error: PyEval_SaveThread: NULL tstate
> Abort
>
> Does this ring any bells?
>
> (I tried
> from pygame.macosx import *
> just in case)
>
> Thanks again!
>
> Mark
>
> ======================================
> The Vision Egg mailing list
> Archives: http://www.freelists.org/archives/visionegg
> Website: http://www.visionegg.org/mailinglist.html
>
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
Other related posts:
- » [visionegg] Re: Two monitors (1600x600), eliminating toolbar on left screen atto