[OpenSIPS-Users] debuild error on MediaProxy 2.3.4
Dan Pascu
dan at ag-projects.com
Tue Jun 2 09:33:45 CEST 2009
On 2 Jun 2009, at 00:41, Dan Pascu wrote:
>
> On 1 Jun 2009, at 16:11, Jeff Pyle wrote:
>
>> Dan,
>>
>> It did not exit cleanly:
>>
>> # python -c "from mediaproxy.interfaces.system import _conntrack"
>> Traceback (most recent call last):
>> File "<string>", line 1, in <module>
>> ImportError: cannot import name _conntrack
>>
>>
>
> I do not know what the matter is. The file is there and python has
> its directory in the path, so it should be able to find it. Maybe it
> has troubles loading it. Was it built using the same version of
> python?
There's another thing that comes to mind. Maybe there is more than one
_conntrack.so module on your disk and it tries to load the wrong one.
Try using locate _conntrack.so or find / -name _conntrack.so to see if
it comes up with more than one result.
--
Dan
More information about the Users
mailing list