On Mon, 15 Apr 2019 at 21:24, Arun Gupta via nmr-relax-users
<[email protected]> wrote:
>
> Hi Edward,
>
> I recently upgraded my Windows O.S  &  installed the relax 4.1.1 on my 
> upgraded Windows10. However I am getting below mentioned error message during 
> GUI initialisation. I have installed Anaconda3.7 for the dependencies.
>
> C:\>relax --gui
> Traceback (most recent call last):
>   File "C:\Program Files (x86)\relax-4.1.1\\relax.py", line 28, in <module>
>     import dep_check
>   File "C:\Program Files (x86)\relax-4.1.1\dep_check. py", line 95, in 
> <module>
>     if not minfx.__version__ == 'trunk' and version_comparison(minfx.__ 
> version__, min_version) == -1:
> AttributeError: module 'minfx' has no attribute '__version__'
>
> Can you suggest solution for the " GUI " initialisation issue.

Hi Arun,

Welcome to the relax mailing lists!  For the record, during the 2 year
period the lists were down Arun and I have had a few discussions in
private.  I've been experimenting a little but this error makes no
sense to me.  The dep_check module will throw a RelaxError if minfx is
not installed.  But if minfx is installed, the minfx.__version__
variable must exist.  This is very confusing.  So I am wondering if
this also happens in the default prompt mode?  This error happens
before any GUI code is touched.

One thing it could be is that the minfx installation is corrupted.
For testing this, could you try typing:

C:\>python -c "import minfx"
C:\>python -c "import minfx; print(dir(minfx))"
C:\>python -c "import minfx; print(minfx.__version__)"

This should give no errors.  I might have to modify the
./devel_scripts/python_seek.py script to work on Windows.

Regards,

Edward


_______________________________________________
nmr-relax-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nmr-relax-users

Reply via email to