gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] why wxpython/* is not


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] why wxpython/* is not
Date: Sun, 18 Jul 2004 13:44:05 +0200
User-agent: Mutt/1.3.22.1i

And hm again:

#--------------------------------------------------
»Script« wurde gestartet: Sun Jul 18 13:41:27 2004
address@hidden:~> echo $DISPLAY
:0.0
address@hidden:~> python
Python 2.1.1 (#1, Sep 24 2001, 05:28:47) 
[GCC 2.95.3 20010315 (SuSE)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> from wxPython import wx
>>> tmp = wx.Panel()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
AttributeError: 'wxPython.wx' module has no attribute 'Panel'
>>> tmp = wx.wxPanel()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.1/site-packages/wxPython/windows.py", line 681, in 
__init__
    self.this = apply(windowsc.new_wxPanel,_args,_kwargs)
TypeError: new_wxPanel() takes at least 2 arguments (0 given)
>>> 
address@hidden:~> exit
exit

»Script« beendet: Sun Jul 18 13:42:11 2004
#--------------------------------------------------

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346




reply via email to

[Prev in Thread] Current Thread [Next in Thread]