gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] GNUmed 0.9 call for testing


From: Sebastian Hilbert
Subject: Re: [Gnumed-devel] GNUmed 0.9 call for testing
Date: Tue, 8 Feb 2011 08:55:56 +0100
User-agent: KMail/1.13.5 (Linux/2.6.34.7-0.3-default; KDE/4.6.0; i686; ; )

On Monday 07 February 2011 16:00:08 Karsten Hilbert wrote:
> On Thu, Feb 03, 2011 at 10:24:19PM +0100, Hilbert, Sebastian wrote:
> > .========================================================
> > 
> > | Unhandled exception caught !
> > | Type : <type 'exceptions.AttributeError'>
> > | Value: 'module' object has no attribute 'getStrAllTopics'
> > 
> > `========================================================
> > 
> > Traceback (most recent call last):
> >   File "gnumed.py", line 529, in <module>
> >   
> >     gmGuiMain.main()
> >   
> >   File "/tmp/gnumed-gnumed/gnumed/gnumed/Gnumed/wxpython/gmGuiMain.py",
> >   line
> > 
> > 3279, in main
> > 
> >     topic = wx.lib.pubsub.getStrAllTopics()
> > 
> > AttributeError: 'module' object has no attribute 'getStrAllTopics'
> 
> Please post the result of:
> 
>       &> python
> 
>       >>> import wx.lib.pubsub as p
>       >>> help(p)
> 
> Thanks,

Python 2.6.5 (r265:79063, Jun 25 2010, 22:13:45) 
[GCC 4.5.0 20100604 [gcc-4_5-branch revision 160292]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx.lib.pubsub as p
>>> help(p)

it shows the help screen



reply via email to

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