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  

|
March 26, 2013 02:43PM
Fink isn't necessary, you can do it with your own installation of Python and PyQT. The easiest way that I have found is to use homebrew. Assuming you have Xcode installed, you can do the following:

brew install pyqt
export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
uber_subject.py

An alternative approach to using homebrew: I also got uber_subject.py working via installing Python and easy_install/pip, though the setup can be a bit longer as you may need to install SIP and then pyqt4.

I'm really a fan of the homebrew install as it's easy to destroy and replace, update and tweak.

Note: change export to setenv if you use tcsh.



Edited 2 time(s). Last edit at 03/26/2013 02:44PM by Peter Molfese.
Subject Author Posted

fink necessary?

Sammy March 26, 2013 02:06PM

Re: fink necessary?

Peter Molfese March 26, 2013 02:43PM

Re: fink necessary?

Sammy March 27, 2013 09:59AM

Re: fink necessary?

rick reynolds March 27, 2013 10:33AM

Re: fink necessary?

Sammy March 27, 2013 01:31PM

Re: fink necessary?

Cecil C. Yen June 24, 2013 11:15AM

Re: fink necessary?

Brian Pittman March 27, 2013 02:20PM

Re: fink necessary?

Sammy March 27, 2013 07:28PM

Re: fink necessary?

Brian Pittman March 28, 2013 11:59AM