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

Reply via email to