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  

|
January 13, 2020 06:36PM
Howdy-

As noted here:
[afni.nimh.nih.gov]
PyQt4 at the moment is basically only needed to run uber_subject.py, which we don't really recommend using anyways (for setting up an FMRI pipeline, writing an afni_proc.py command is the way to go-- probably looking at one of the maaaany helpful help examples, if necessary, as a starting point). So, I think you are probably fine, as is.

One thing that you might want to do is copy+paste this into your terminal:
echo "" >> ~/.bash_profile
echo "source ~/.bashrc" >> ~/.bash_profile
echo "" >> ~/.bash_profile
That will address this comment:
* shell bash: consider sourcing (non-login) .bashrc from (login) .bash_profile
in any future terminals.

The first comment in the "please fix" is not really anything to fix, just a comment that we write most of our scripts in tcsh.

--pt
Subject Author Posted

Installing pyqt

brainboi January 12, 2020 05:31PM

Re: Installing pyqt

ptaylor January 12, 2020 05:45PM

Re: Installing pyqt

brainboi January 12, 2020 08:16PM

Re: Installing pyqt

ptaylor January 12, 2020 08:49PM

Re: Installing pyqt

brainboi January 12, 2020 10:46PM

Re: Installing pyqt

ptaylor January 12, 2020 10:51PM

Re: Installing pyqt

brainboi January 12, 2020 11:14PM

Re: Installing pyqt

ptaylor January 13, 2020 06:36PM

Re: Installing pyqt

brainboi January 13, 2020 07:12PM