Re: [Discuss-gnuradio] gnuradio windows installation

2016-03-22 Thread Marcus Müller
Rohit, On 22.03.2016 22:05, Rohit Jatana wrote: > hey! > > Now you got my problem please tell me specifically what to do . I > guess this way we can solve the problem in a better manner. Sorry, I'm giving you free help on something that happens on your PC so that you can have success. I'm afraid

Re: [Discuss-gnuradio] gnuradio windows installation

2016-03-22 Thread Marcus Müller
Well, the point is that that tool installs Cheetah somewhere Python can find it; you shouldn't be adding c:\cheetah-2.4.4 to your python search path, but the path Cheetah was installed to. In your case maybe something like "C:\\Python26\\lib\\site-packages\\cheetah" ? Hope that helps! Best

Re: [Discuss-gnuradio] gnuradio windows installation

2016-03-22 Thread Marcus Müller
Could you specify "using the command prompt"? Does that imply you ran the setup.py script? On 22.03.2016 20:11, Rohit Jatana wrote: > Using the command prompt i installed it and its there in > python26/Lib/sitepackages/cheetah. > > On Tue, Mar 22, 2016 at 6:38 PM, Marcus Müller >

Re: [Discuss-gnuradio] gnuradio windows installation

2016-03-22 Thread Marcus Müller
After unpacking, how did you install Cheetah? On 03/22/2016 01:18 PM, Rohit Jatana wrote: > https://pypi.python.org/pypi/Cheetah/2.4.4 > > I got the .tar.gz file from here and i unpacked it to my c:\ disk > > On Tue, Mar 22, 2016 at 5:41 PM, Marcus Müller >

Re: [Discuss-gnuradio] gnuradio windows installation

2016-03-22 Thread Marcus Müller
Hm, strange, the Cheetah package on my PC is definitely written with capital C and can't be imported with small c. How did you install your Cheetah? Best regards, Marcus On 03/22/2016 01:05 PM, Rohit Jatana wrote: > import Cheetah;print Cheetah.version > > Traceback (most recent call last): >

Re: [Discuss-gnuradio] gnuradio windows installation

2016-03-22 Thread Rohit Jatana
import Cheetah;print Cheetah.version Traceback (most recent call last): File "", line 1, in import Cheetah;print Cheetah.version ImportError: No module named Cheetah when i am importing with small c ,it's working. On Tue, Mar 22, 2016 at 5:07 PM, Marcus Müller

Re: [Discuss-gnuradio] gnuradio windows installation

2016-03-22 Thread Marcus Müller
Hey Rohit, "import Cheetah" ^ the capital C is important, which is why I expliticly asked you to copy and paste the command. Marcus On 03/22/2016 12:31 PM, Rohit Jatana wrote: > hey! > i have appended the python path > > >>> import sys > >>> print sys.path > ['C:\\Python26\\Lib\\idlelib',

Re: [Discuss-gnuradio] gnuradio windows installation

2016-03-22 Thread Marcus Müller
Hi Rohit, can you make sure to use the "reply" button in your mail client to directly reply to my mails? That way, the context is preserved, and mail clients can show your discussion on the mailing list as one thread, making it far more probable you'll get a good answer! On 22.03.2016 10:21,

[Discuss-gnuradio] gnuradio windows installation

2016-03-22 Thread Rohit Jatana
yes cheetah is already installed. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio