wx.Display error on Solaris
chris botos
chris.botos at gmail.com
Tue Oct 3 09:07:46 PDT 2006
Hi,
On Solaris 10 (x86) using wxPython 2.6.3.3, and python 2.4, I tried to
create a Display object and got the following error:
>> d =3D wx.Display(0)
Traceback (most recent call last):
File "<input>", line 1, in ?
File "/opt/wx/wxPython-src-2.6.3.3/wxPython/wx/_misc.py", line 5954, in
__init__
newobj =3D _misc_.new_Display(*args, **kwargs)
NotImplementedError
>>
I don't get this on Windows.
My application will be using two monitors: one is the main user interface,
and the second will display images. The user will have the ability to
select regions of interest and zoom in on the image in the second display.
Can I do this in Solaris (I hope)? I haven't found documentation to the
contrary.
I appreciate any help.
Chris Botos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200610=
03/5d8b0f12/attachment.htm
More information about the wxpython-users
mailing list