9 Mar
2002
9 Mar
'02
5:55 p.m.
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,