Okay then, so I checked out trunk and re-ran the setup.py install
then having run the tut2.py --display=0 I get
BigMac:tutorials phil$ python tut2.py --display=1
[INFO ] Fbo will use hardware Framebuffer
[DEBUG ] Detected display 0: CarbonScreen(x=0, y=0, width=1920, height=1200)
[DEBUG ] Detected display 1: CarbonScreen(x=-1280, y=0, width=1280, height=1024)
[INFO ] listening for Tuio on 127.0.0.1:3333
Which launches the tut2 in windowed mode (Not sure if that’s what’s meant to happen, I’ve got my ~/pymt/config set to fullscreen) but now I know which screen I’m going for.
So I go with launcher.py --display=1
and get…
[INFO ] Fbo will use hardware Framebuffer
Traceback (most recent call last):
File "start.py", line 145, in <module>
w = MTWallpaperWindow(wallpaper='wallpaper.jpg')
File "/Library/Python/2.5/site-packages/pymt/ui/wallpaperwindow.py", line 29, in __init__
super(MTWallpaperWindow, self).__init__(**kwargs)
File "/Library/Python/2.5/site-packages/pymt/ui/window.py", line 129, in __init__
super(MTWindow, self).__init__(**params)
File "/Library/Python/2.5/site-packages/pymt/mtpyglet.py", line 418, in __init__
super(TouchWindow, self).__init__(**kwargs)
File "/Library/Python/2.5/site-packages/pyglet/window/__init__.py", line 659, in __init__
'Width and height cannot be specified with fullscreen.')
pyglet.window.WindowException: Width and height cannot be specified with fullscreen.
I’m also getting the same error if I start it without the display arg.