AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
October 16, 2019 11:16PM
Hi-

Did you try installing PyQt4? The error message that you are getting points you to the uber_subject.py help section on installing PyQt4 on different systems, as it said above:
PyQt4 must be installed to run the uber_subject.py GUI
--> see the output of: uber_subject.py -help_install
In those help instructions, it has you set PYTHONPATH to a particular location, namely '/usr/local/lib/python2.7/site-packages', and from your afni_system_check.py it doesn't look like it is set correctly (it is set to a different location, on in your /sw/ tree, which I guess means one installed with fink).

It looks like your terminal is tcsh, so if you copy+paste the following:
echo "" >> ~/.cshrc
echo "setenv PYTHONPATH /usr/local/lib/python2.7/site-packages" >> ~/.cshrc 
echo "" >> ~/.cshrc
source ~/.cshrc
... can you open uber_subject.py then?

-pt
Subject Author Posted

helping running uber_subject.py

harciniega October 14, 2019 07:01PM

Re: helping running uber_subject.py

ptaylor October 16, 2019 11:16PM

Re: helping running uber_subject.py

harciniega October 17, 2019 01:46AM

Re: helping running uber_subject.py

rick reynolds October 17, 2019 08:56AM