[Paraview] service_identity issue

Kit Chambers kit.chambers.kc at gmail.com
Thu Oct 16 05:27:12 EDT 2014


As a follow up on this it turns out my python plotting script had the 
following line:

from twisted.protocols.amp import AMP

It turns out twisted is only required for paraview web (which I am not 
using) so commented this out and it works fine. I am sure you can all 
rest easy now.


On 15/10/2014 18:43, Utkarsh Ayachit wrote:
> I am not sure why that module is being imported. Is something
> importing it manually?
>
> On Wed, Oct 15, 2014 at 11:51 AM, Kit Chambers
> <kit.chambers.kc at gmail.com> wrote:
>> Hi All,
>>
>> I am currently getting the following error message when running a matplot
>> lib script through a ParaView derived application.
>>
>> lib/paraview-4.2/site-packages/twisted/internet/_sslverify.py:184:
>> UserWarning: You do not have the service_identity module installed. Please
>> install it from <https://pypi.python.org/pypi/service_identity>. Without the
>> service_identity module and a recent enough pyOpenSSL tosupport it, Twisted
>> can perform only rudimentary TLS client hostnameverification.  Many valid
>> certificate/hostname mappings may be rejected.
>>    verifyHostname, VerificationError = _selectVerifyImplementation()
>>
>> I have tried various things:
>> -- installing  python3-openssl
>> -- installing python-pip and through that service_identity.
>> -- recompiles tce.
>>
>> However, the message keeps coming up. I am running Ubuntu 14.04 using the
>> git ParaView. Has anyone else seen this? Any ideas are welcome.
>>
>> Cheers
>>
>> Kit Chambers
>>
>>
>>
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the ParaView Wiki at:
>> http://paraview.org/Wiki/ParaView
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/paraview
>>



More information about the ParaView mailing list