[Ifeffit] Typo in setup.py

Dr. Paul Fons paul-fons at aist.go.jp
Sat Mar 9 11:55:02 CST 2002


On 2002.03.09, at 01:39, Matt Newville wrote:

>> sudo python setup.py install


This didn't work for me so I redownloaded ifeffit and tried again.  It 
turns out there was a typo in the
setup.py file on line 76:

e.g.

if ((installPMW == 1) and (setuparg == 'install')):


needed to be changed to

if ((installPMW == 1) and (setup_arg == 'install')):


for the install to work.  It now compiles and I have gifeffit on my 
screen.  I am going to sleep though!

									Good night from the land of the rising sun,




More information about the Ifeffit mailing list