discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] error related to -ImportError: and swig_import_he


From: patiljagdish154
Subject: Re: [Discuss-gnuradio] error related to -ImportError: and swig_import_helper()
Date: Thu, 4 Aug 2011 20:46:32 -0700 (PDT)

thanks
i am getting about linking comedilib.
i think the above error is sort out.now i am getting 
File "/home/jagdish/top_block.py", line 36, in <module>
    tb = top_block()
  File "/home/jagdish/top_block.py", line 28, in __init__
    self.comedi_source_s_0 = comedi.source_s( )
AttributeError: 'module' object has no attribute 'source_s'

is this error  due python path ?
i had installed 3 -4 block , i didn't get such kind of error.
i using ubuntu 10.10 , python2.6
all modules(gr, howto ,etc...) that i had installed are stored in
/usr/local/lib/(*.so , *.la *3.3.0.so.o , *.3.3.0.so.0.0.0) and in
/usr/local/lib/python2.6/dist-packages/
to compile comedi code i C compiler i used 
gcc filename.c -lcomedi -lm  and in GNURadio it compile it like normally gcc
filename.c.
is taht a problem ?

thanks
jagdish

 

Josh Blum-2 wrote:
> 
> 
> 
> On 08/03/2011 11:07 PM, patiljagdish154 wrote:
>> 
>> hi all ,
>> i have write comedi block while running program i am getting error
>> Traceback (most recent call last):
>>   File "/home/jagdish/top_block.py", line 13, in <module>
>>     import comedi
>>   File "/usr/local/lib/python2.6/dist-packages/comedi/__init__.py", line
>> 40,
>> in <module>
>>     from comedi_swig import *
>>   File "/usr/local/lib/python2.6/dist-packages/comedi/comedi_swig.py",
>> line
>> 24, in <module>
>>     _comedi_swig = swig_import_helper()
>>   File "/usr/local/lib/python2.6/dist-packages/comedi/comedi_swig.py",
>> line
>> 20, in swig_import_helper
>>     _mod = imp.load_module('_comedi_swig', fp, pathname, description)
>> ImportError: /usr/local/lib/libgnuradio-comedi-3.3.0.so.0: undefined
>> symbol:
>> comedi_open
>> 
>> 
> 
> Did you link with libcomedi? http://www.comedi.org/doc/r4857.html
> 
> I just did some work on gr-comedi because it did not compile with the
> recent versions of comedi that come with ubuntu package manager. So I
> have no idea how you built the library in the first place.
> 
> Anyway work is here:
> http://gnuradio.org/redmine/projects/gnuradio/wiki/CMakeWork
> 
> -josh
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 

-- 
View this message in context: 
http://old.nabble.com/error-related-to--ImportError%3A-and-swig_import_helper%28%29-tp32191826p32199446.html
Sent from the GnuRadio mailing list archive at Nabble.com.




reply via email to

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