[wxPython] OGL and wxPython2.2.2 on MSW

Hello,

is this just me or has the wxPython2.2.2 Windows installer an oglc.pyd
module that is linked against wx22_0.dll rather than wx22_2.dll, giving the
following error when you try to import the OGL package:

Python 1.5.2 (#0, Jul 11 1999, 17:40:56) [MSC 32 bit (Intel)] on win32
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam

from wxPython.ogl import *

Traceback (innermost last):
  File "<stdin>", line 1, in ?
  File "C:\CRI\Python\wxPython\ogl.py", line 2, in ?
    import oglc
ImportError: DLL load failed: A device attached to the system is not
functioning.

Thanks,

Oliver

F. Oliver Gathmann, Ph.D. (ogathmann@cri-inc.com)
CRI Inc., 35-B Cabot Road, Woburn, 01801 MA, USA
phone: (781) 935-9099#245 ; fax: (781) 935-3388

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

is this just me or has the wxPython2.2.2 Windows installer an oglc.pyd
module that is linked against wx22_0.dll rather than wx22_2.dll, giving

the

following error when you try to import the OGL package:

It's just you. <wink> In 2.2.2 all the pyd's have been combined into just
wxc.pyd. You can remove all others.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users