discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] tvrx_nbfm_rcv_gui.py problem -- "module profile n


From: James Cooley
Subject: Re: [Discuss-gnuradio] tvrx_nbfm_rcv_gui.py problem -- "module profile not found"
Date: Sun, 12 Jun 2005 17:14:48 -0400
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

Yes, it's just looking for the profile python module which you probably don't have installed.. I don't either, so I commented it out.

This change should probably be made in cvs, but you can do it yourself if you are desperate.

In gr-wxgui/src/python/waterfallsink.py, just comment out the inclusion of profile on line 30 like this:

#import profile

And re-install gr-wxgui

Profile tracks execution time and so forth of python routines. It's really just used for testing out the code. If you look down in the code, the place where it was being used is already commented out, I presume they just forgot to do likewise to the import.

-jamie




John Ackermann N8UR wrote:gr-wxgui/src/python$ l



Subject line says it all -- it appears the waterfall sink is calling a
profile module that's not there.  Any suggestions how to resolve this?

Thanks,

John


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio






reply via email to

[Prev in Thread] Current Thread [Next in Thread]