[Paraview] pvpython message

Karl König kkoenig11 at web.de
Fri Feb 11 10:42:13 EST 2011


Adriano,

In your original posting you mentioned a pretty old version string:

     paraview version 3.7.0, Date: 2009-10-03

According to 'git blame
Utilities/VTKPythonWrapping/paraview/servermanager.py' the condition to
merely display the version string in interactive mode got added only
later than that, almost three months later: 2009-12-29. Before, it got
displayed unconditionally.

Karl


Adriano Gagliardi wrote, On 11.02.2011 15:09:
> 
> I receive the message when executing a Python script with pvpython or
> pvbatch after 'from paraview.simple import *'. Whether I run it as:
> 
> pvpython ./my-script.py 
> pvbatch ./my-script.py
> 
> or if I include the executable at the top of the Python script ie:
> #!/usr/bin/env pvpython or #!/usr/bin/env pvbatch
> 
> I still get the message. Is there another way I should be executing the
> scripts?
> 
> Adriano
> 
> ===================================
> 
> Adriano Gagliardi MEng PhD
> Business Sector Leader
> Computational Aerodynamics
> Aircraft Research Association Ltd.
> Manton Lane
> Bedford
> 
> Tel: 01234 32 4644
> E-mail: agagliardi at ara.co.uk
> Url: www.ara.co.uk 
> -----Original Message-----
> From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com] 
> Sent: 11 February 2011 13:58
> To: agagliardi at ara.co.uk
> Cc: Aurélien Marsan; paraview at paraview.org
> Subject: Re: [Paraview] pvpython message
> 
> Out of curiosity, why would you want to disable the message? It's only shown
> when pvpython is run as an interactive session, never when a script argument
> is specified or with pvbatch.
> 
> Utkarsh
> 
> 2011/2/11 Adriano Gagliardi <agagliardi at ara.co.uk>:
>>
>> Thanks, Aurelian. I don't like random hacks, but if that is the only 
>> option for the moment, so be it.
>>
>> Thanks again.
>>
>>
>> ===================================
>>
>> Adriano Gagliardi MEng PhD
>> Business Sector Leader
>> Computational Aerodynamics
>> Aircraft Research Association Ltd.
>> Manton Lane
>> Bedford
>>
>> Tel: 01234 32 4644
>> E-mail: agagliardi at ara.co.uk
>> Url: www.ara.co.uk
>>
>>
>> ________________________________
>> From: Aurélien Marsan [mailto:aur.marsan at gmail.com]
>> Sent: 11 February 2011 13:29
>> To: agagliardi at ara.co.uk
>> Cc: paraview at paraview.org
>> Subject: Re: [Paraview] pvpython message
>>
>> Hello,
>>
>> In 
>> PARAVIEW_DIR\lib\paraview-3.8\site-packages\paraview\servermanager.py
>> comment the lines 2947 and 2949.
>>>
>>> if hasattr(sys, "ps1"):
>>>     # session is interactive.
>>>     print vtkSMProxyManager.GetParaViewSourceVersion();
>>>
>>
>> Aurélien.
>>
>> 2011/2/11 Adriano Gagliardi <agagliardi at ara.co.uk>
>>>
>>> Hello,
>>>
>>> Is there a way to suppress the message you get each time you open 
>>> pvpython
>>> i.e.:
>>>
>>> paraview version 3.7.0, Date: 2009-10-03
>>>
>>> Regards,
>>>
>>> Adriano
>>>
>>> ===================================
>>>
>>> Adriano Gagliardi MEng PhD
>>> Business Sector Leader
>>> Computational Aerodynamics
>>> Aircraft Research Association Ltd.
>>> Manton Lane
>>> Bedford
>>>
>>> Tel: 01234 32 4644
>>> E-mail: agagliardi at ara.co.uk
>>> Url: www.ara.co.uk
>>>


More information about the ParaView mailing list