Also note that probably all that's needed in corr is katcp_wrapper (is the original failing line something like "from corr import katcp_wrapper"?). So I have gotten around installing all of the dependencies that corr has (which are not needed for 99% of applications) by looking at the corr/__init__.py and commenting out the offending imports. Glenn
On Thu, Mar 1, 2012 at 3:21 PM, Tom Kuiper <[email protected]> wrote: > ** > I'm trying to run the bof file from Workshop 2010 Tutorial 3, > r_spec_2048_r105_2010_Jul_26_1205.bof. I installed katcp and corr and then > when I ran spectrometer.py I began to get one missing module after > another. iniparse was easy. It's standard Python. There were a few > others that were easy to get. Then I got to spead which installed but with > lots of compiler warnings. I got stopped at h5py. Lots of errors from > (not so) easy_install, mostly of a ' undeclared (first use in this > function)' variety, which suggests to me that something else should have > been installed first. > > It was probably assumed that someone would not jump into the middle of a > tutorial set but follow some expected steps in the right order. Can > someone suggest what that sequence should be? > > Many thanks > > Tom > > -- > I or me? http://www.oxforddictionaries.com/page/145 > >

