gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] Continuing the trek


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] Continuing the trek
Date: Wed, 31 Jul 2002 11:28:40 +0200
User-agent: Mutt/1.3.22.1i

> Still documenting, by experience, every failure to get
> gnumed up and running.

> address@hidden:~/gnumed/gnumed/client/wxpython$ echo $GNUMED_DIR
> /home/dude/gnumed/gnumed/client
Looks alright.

> address@hidden:~/gnumed/gnumed/client/wxpython$ python gnumed.py 
> 2002-07-30 22:10:31 
> ------------------------------------------------------------
[...]
> 2002-07-30 22:10:31 [PANIC] (gnumed.py::Main:174): Exception: Cannot load 
> modules.
> 2002-07-30 22:10:31 [PANIC] (gnumed.py::Main:174): exception type : 
> exceptions.ImportError
> 2002-07-30 22:10:31 [PANIC] (gnumed.py::Main:174): exception value: cannot 
> import name wxBitmapFromXPMData
> 2002-07-30 22:10:31 [PANIC] (gnumed.py::Main:174): Traceback (most recent 
> call last):<#10-0x0A-lf>
> 2002-07-30 22:10:31 [PANIC] (gnumed.py::Main:174):  File "gnumed.py", line 
> 171, in ?<#10-0x0A-lf>   import gmGuiMain<#10-0x0A-lf>
> 2002-07-30 22:10:31 [PANIC] (gnumed.py::Main:174):  File "gmGuiMain.py", line 
> 42, in ?<#10-0x0A-lf>   import images<#10-0x0A-lf>
> 2002-07-30 22:10:31 [PANIC] (gnumed.py::Main:174):  File "images.py", line 4, 
> in ?<#10-0x0A-lf>    from wxPython.wx import wxBitmapFromXPMData, 
> wxImageFromBitmap<#10-0x0A-lf>
> 2002-07-30 22:10:31 [PANIC] (gnumed.py::Main:174): ImportError: cannot import 
> name wxBitmapFromXPMData<#10-0x0A-lf>
This seems to indicate that the version of wxWindows/Python you
have installed for some reason does not offer wxBitmapFromXPMData().

Can you do the following:
- start python interactively
- type
>>>> from wxPython.wx import wxBitmapFromXPMData

and see what it says. Does that load OK or does it complain ?

What versions of wxGTK and wxPython did you install ?

Anyone have an idea of how to check for sure ?

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]