Tunney.py _init_ arguments?

Hi,

I updated from the CVS today and now I’m getting this when I try
running tunnel.py. I have a non-current system and that works fine…

Ideas? Thanks. ~Dave

hartzell@SDR3:~/gr-build/gnuradio-examples/python/gmsk2$ sudo
./tunnel.py -f 900M -r 512k
fusb_block_size = 1024
fusb_nblocks = 16
Traceback (most recent call last):
File “./tunnel.py”, line 298, in ?
main()
File “./tunnel.py”, line 249, in main
options)
File “./tunnel.py”, line 98, in init
bt, options)
TypeError: init() takes exactly 10 arguments (9 given)

On Thu, Aug 24, 2006 at 03:36:01PM -0700, Dave hartzell wrote:

Hi,

I updated from the CVS today and now I’m getting this when I try
running tunnel.py. I have a non-current system and that works fine…

Ideas? Thanks. ~Dave

Hi Dave,

The current code is now in a subversion repository.

Please see here for directions: http://gnuradio.org/trac

Eric

Though I think this was a problem, anyway. I’ve just fixed it, I think.
Let
me know if it still doesn’t work.

Tom