Greg Landrum wrote:
Hi Markus,

On Wed, Jun 11, 2008 at 2:49 PM, markus <[email protected]> wrote:
Hi,
when I try to start the Gui.py Script I get the following  Errors,which
i don't understand,
as the required Paths should be found:

mar...@akb-19:/opt/RDKit/Python/qtGui$ python ./Gui.py
Traceback (most recent call last):
 File "/opt/RDKit/Python/qtGui/qtUtils.py", line 89, in GetSplashPixmap
   open(fileN,'r')
IOError: [Errno 2] No such file or directory:
'd:/RD/Python/qtGui/Images/RD-Splash.jpg'
Traceback (most recent call last):
 File "/opt/RDKit/Python/mixins/Loader.py", line 80, in _FindRequiredMixIns
   mod = __import__(mixIn)
ImportError: No module named CompositeBuilder

It looks to me like there's something wrong with your RDBASE
environment variable. The error about not finding the image is
referring to a file in d:/RD/..., which doesn't look right. That
filename is constructed using the RDBASE variable.

Can you please check your RDBASE and make sure it's correct?

-greg
Oh, sorry.
You where right: Somehow I lost my entries in the .profile.
Now I am able to launch the Gui, but somehow I can not import a sdf.
When I choose Molecules->Browser there Is just  the option  'from Database'
enabled. However the 'File' option is highlighted in gray.
So how do I import Molecules from sd-format?
I allready scrolled the Doku (and the 'getting started...').

Cheers, Markus

Reply via email to