Re: [Paraview] PV 3.12.0 unable to save screenshot as a PNG file

2011-11-10 Thread Gena Bug
Hi everybody!

I've just redownloaded Linux x86_68 binaries and tested it.
Good news: now I'm able to save PNG screenshots.
Bad news: now I can't use python shell and scripts: it fails when import from 
paraview.simple. Here is a message that occurs just after opening Python Shell:
  Python 2.7.2 (default, Nov  9 2011, 15:37:53) 
  [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
   from paraview.simple import *
  Traceback (most recent call last):
File string, line 4, in module
File /home/gennadiy/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/site-
packages/paraview/servermanager.py, line 43, in module
import paraview, re, os, os.path, new, sys, vtk
File /home/gennadiy/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/site-
packages/paraview/vtk/__init__.py, line 1, in module
from vtkCommonPython import *
  ImportError: No module named vtkCommonPython

-|-
Gena.

On Thu November 10 2011 04:11:22 David Partyka wrote:
 Hi All, we detected and corrected an issue in the binary build process and
 regenerated and tested the Linux 32bit/64bit binaries for this issue.
 Please redownload them and try again. Thank you for your patience.
 
 On Wed, Nov 9, 2011 at 8:29 AM, mirko heuegger mheueg...@gmail.com wrote:
  Hello!
  
  On Wed, Nov 9, 2011 at 2:15 PM, Richard GRENON richard.gre...@onera.fr
  
  wrote:
   Thank you, Dave.
   I will check the Windows version this evening.
  
  Under Windows XP (64bit and normal version), it works.
  
  Sincerely
  
  mirko
  
  --
  Real programmers don't document; if it was
  hard to write, it should be hard to understand.
___
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://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.12.0 unable to save screenshot as a PNG file

2011-11-10 Thread Richard GRENON

Hello.

Yesterday, I tested the Windows 32 bits binaries on Vista and I was able 
to save PNG screenshots.
Today, I have redownloaded the Linux 64 bits binaries and saving PNG 
screenshots works now.

Thank you for this update.

Richard.


David Partyka a écrit :
Hi All, we detected and corrected an issue in the binary build process 
and regenerated and tested the Linux 32bit/64bit binaries for this 
issue. Please redownload them and try again. Thank you for your patience.


On Wed, Nov 9, 2011 at 8:29 AM, mirko heuegger mheueg...@gmail.com 
mailto:mheueg...@gmail.com wrote:


Hello!

On Wed, Nov 9, 2011 at 2:15 PM, Richard GRENON
richard.gre...@onera.fr mailto:richard.gre...@onera.fr wrote:
 Thank you, Dave.
 I will check the Windows version this evening.

Under Windows XP (64bit and normal version), it works.

Sincerely

mirko

--
Real programmers don't document; if it was
hard to write, it should be hard to understand.





--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
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://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.12.0 unable to save screenshot as a PNG file

2011-11-10 Thread Richard GRENON

Hi again.

I confirm the bad news of Gena Bug: I get an error when opening the 
Python shell with the new Linux 64 bits binaries. Following is the error 
message:



Python 2.7.2 (default, Nov 9 2011, 15:37:53)

[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2

 from paraview.simple import *

Traceback (most recent call last):

File string, line 4, in module

File 
/tmp_user/eos022z/grenon/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/site-packages/paraview/servermanager.py, 
line 43, in module


import paraview, re, os, os.path, new, sys, vtk

File 
/tmp_user/eos022z/grenon/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/site-packages/paraview/vtk/__init__.py, 
line 1, in module


from vtkCommonPython import *

ImportError: No module named vtkCommonPython


Richard


Gena Bug a écrit :

Hi everybody!

I've just redownloaded Linux x86_68 binaries and tested it.
Good news: now I'm able to save PNG screenshots.
Bad news: now I can't use python shell and scripts: it fails when import from 
paraview.simple. Here is a message that occurs just after opening Python Shell:
  Python 2.7.2 (default, Nov  9 2011, 15:37:53) 
  [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2

   from paraview.simple import *
  Traceback (most recent call last):
File string, line 4, in module
File /home/gennadiy/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/site-
packages/paraview/servermanager.py, line 43, in module
import paraview, re, os, os.path, new, sys, vtk
File /home/gennadiy/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/site-
packages/paraview/vtk/__init__.py, line 1, in module
from vtkCommonPython import *
  ImportError: No module named vtkCommonPython

-|-
Gena.

On Thu November 10 2011 04:11:22 David Partyka wrote:
  

Hi All, we detected and corrected an issue in the binary build process and
regenerated and tested the Linux 32bit/64bit binaries for this issue.
Please redownload them and try again. Thank you for your patience.

On Wed, Nov 9, 2011 at 8:29 AM, mirko heuegger mheueg...@gmail.com wrote:


Hello!

On Wed, Nov 9, 2011 at 2:15 PM, Richard GRENON richard.gre...@onera.fr

wrote:
  

Thank you, Dave.
I will check the Windows version this evening.


Under Windows XP (64bit and normal version), it works.

Sincerely

mirko

--
Real programmers don't document; if it was
hard to write, it should be hard to understand.
  


  



--
Richard GRENON
ONERA
Departement d'Aerodynamique Appliquee - DAAP/ACI
8 rue des Vertugadins
92190 MEUDON - FRANCE
phone : +33 1 46 73 42 17
fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr

___
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://www.paraview.org/mailman/listinfo/paraview


[Paraview] import paraview.vtk.geovis imports the common kit?

2011-11-10 Thread Takuya OSHIMA
Hi,

Playing with pvpython 3.12.0 I just noticed that import
paraview.vtk.geovis imports the vtkCommon kit. Is this intended?

Generator pvpython
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type help, copyright, credits or license for more information.
 import paraview.vtk.geovis
 dir(paraview.vtk.geovis)
['VTK_ARIAL', 'VTK_ARRAY_DATA', 'VTK_BACKGROUND_LOCATION', 'VTK_BIT', 
'VTK_BIT_MAX', 'VTK_BIT_MIN', 'VTK_BUILD_SHARED_LIBS', 'VTK_BUILD_VERSION', 
'VTK_CHAR', 'V
.
.
iLi2EE', 'vtkVector_IiLi3EE', 'vtkVector_IiLi4EE', 'vtkVersion', 
'vtkVoidArray', 'vtkWarpTransform', 'vtkWindow', 'vtkWindowLevelLookupTable', 
'vtkXMLDataElement', 'vtkXMLFileOutputWindow']

Takuya OSHIMA, Ph.D.
Faculty of Engineering, Niigata University
8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN
___
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://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.12.0 unable to save screenshot as a PNG file

2011-11-10 Thread David Partyka
Looking into this now.

On Thu, Nov 10, 2011 at 4:14 AM, Richard GRENON richard.gre...@onera.frwrote:

 Hi again.

 I confirm the bad news of Gena Bug: I get an error when opening the Python
 shell with the new Linux 64 bits binaries. Following is the error message:

  Python 2.7.2 (default, Nov 9 2011, 15:37:53)

 [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2

  from paraview.simple import *

 Traceback (most recent call last):

 File string, line 4, in module

 File /tmp_user/eos022z/grenon/**ParaView-3.12.0-Linux-x86_64/**
 lib/paraview-3.12/site-**packages/paraview/**servermanager.py, line 43,
 in module


 import paraview, re, os, os.path, new, sys, vtk

 File /tmp_user/eos022z/grenon/**ParaView-3.12.0-Linux-x86_64/**
 lib/paraview-3.12/site-**packages/paraview/vtk/__init__**.py, line 1,
 in module


 from vtkCommonPython import *

 ImportError: No module named vtkCommonPython

  Richard


 Gena Bug a écrit :

  Hi everybody!

 I've just redownloaded Linux x86_68 binaries and tested it.
 Good news: now I'm able to save PNG screenshots.
 Bad news: now I can't use python shell and scripts: it fails when import
 from paraview.simple. Here is a message that occurs just after opening
 Python Shell:
  Python 2.7.2 (default, Nov  9 2011, 15:37:53)   [GCC 4.1.2 20061115
 (prerelease) (Debian 4.1.1-21)] on linux2
   from paraview.simple import *
  Traceback (most recent call last):
File string, line 4, in module
File /home/gennadiy/ParaView-3.12.**0-Linux-x86_64/lib/paraview-3.**
 12/site-
 packages/paraview/**servermanager.py, line 43, in module
import paraview, re, os, os.path, new, sys, vtk
File /home/gennadiy/ParaView-3.12.**0-Linux-x86_64/lib/paraview-3.**
 12/site-
 packages/paraview/vtk/__init__**.py, line 1, in module
from vtkCommonPython import *
  ImportError: No module named vtkCommonPython

 -|-
 Gena.

 On Thu November 10 2011 04:11:22 David Partyka wrote:


 Hi All, we detected and corrected an issue in the binary build process
 and
 regenerated and tested the Linux 32bit/64bit binaries for this issue.
 Please redownload them and try again. Thank you for your patience.

 On Wed, Nov 9, 2011 at 8:29 AM, mirko heuegger mheueg...@gmail.com
 wrote:


 Hello!

 On Wed, Nov 9, 2011 at 2:15 PM, Richard GRENON richard.gre...@onera.fr
 

 wrote:


 Thank you, Dave.
 I will check the Windows version this evening.


 Under Windows XP (64bit and normal version), it works.

 Sincerely

 mirko

 --
 Real programmers don't document; if it was
 hard to write, it should be hard to understand.







 --
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr


___
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://www.paraview.org/mailman/listinfo/paraview


[Paraview] Update Button Work-a-round

2011-11-10 Thread Christian Richter

Hello All,

Because there is no Update Button available in Paraview I made a little 
Py-script to reload the filenames in FileSeriesReader for my own reader 
class (should work with other reader classes too).


Now, everytime I hit the button, the new FileNameList is updatet, and 
the last available File is shown. (I love the PointSprite Plugin, if you 
need other representations change some lines).


Now there is on wish left: how to run this script periodicaly every n 
seconds OR everytime thereis a new file in the solution directory.
I tried python Threading/Timer but they seems not to work in 
Paraview-Python Console.

Is there any possibility to trigger a python script from inside Paraview ?

I'm not a Python Coder, so maybe I did not try every method to make a 
loop which does not deadlock :-)


Here is the script to update a files-series-reader:
|
from paraview.simple import *
import glob|

folder=post/*.liggghts

def try_int(s):
Convert to integer if possible.
try: return int(s)
except: return s

def natsort_key(s):
Used internally to get a tuple by which s is sorted.
import re
return map(try_int, re.findall(r'(\d+|\D+)', s))

def natcmp(a, b):
Natural string comparison, case sensitive.
return cmp(natsort_key(a), natsort_key(b))

def natcasecmp(a, b):
Natural string comparison, ignores case.
return natcmp(a.lower(), b.lower())

# Find the source object
if (FindSource(liggghts_dump)==None): ##create
files = glob.glob(folder)
files.sort(natcasecmp)
xreader=liggghts_Reader(guiName=liggghts_dump)
xreader.FileNames=files
SetDisplayProperties(xreader, Representation=Point Sprite)
DataRepresentation1 = Show()
DataRepresentation1.PointSpriteDefaultsInitialized = 1
DataRepresentation1.Texture = []
DataRepresentation1.RadiusTransferFunctionEnabled = 1
DataRepresentation1.RadiusMode = 'Scalar'
DataRepresentation1.Representation = 'Point Sprite'
DataRepresentation1.RadiusArray = [None, 'radius']
DataRepresentation1.RadiusIsProportional = 1

else:
files = glob.glob(folder)
files.sort(natcasecmp)
xreader.FileNames=files ##update
RenderView1 = GetRenderView()
AnimationScene1 = GetAnimationScene()
end=len(files)-1
RenderView1.ViewTime = end
AnimationScene1.AnimationTime = end
Render()

Best wishes,
Christian
___
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://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Update Button Work-a-round

2011-11-10 Thread pat marion
Hi Christian,

You won't be able to do this from python.  In the ParaView GUI, the Qt
event loop has control over the application flow, not python, so python
threads do not work.  You'll need a Qt based solution.  Does your reader
plugin include any Qt components?  It only takes a few lines of code to add
a QTimer that will execute your python code.  Also, you can use
QFileSystemWatcher to watch for new files, assuming the files are available
on a locally mounted filesystem.

The QTimer can connect to a slot with this c++ code that will trigger a
python function:

pqPVApplicationCore::instance()-pythonManager()-pythonShellDialog()-runString(myCallback());


Pat

On Thu, Nov 10, 2011 at 9:46 AM, Christian Richter 
christian.rich...@ovgu.de wrote:

  Hello All,

 Because there is no Update Button available in Paraview I made a little
 Py-script to reload the filenames in FileSeriesReader for my own reader
 class (should work with other reader classes too).

 Now, everytime I hit the button, the new FileNameList is updatet, and the
 last available File is shown. (I love the PointSprite Plugin, if you need
 other representations change some lines).

 Now there is on wish left: how to run this script periodicaly every n
 seconds OR everytime thereis a new file in the solution directory.
 I tried python Threading/Timer but they seems not to work in
 Paraview-Python Console.
 Is there any possibility to trigger a python script from inside Paraview ?

 I'm not a Python Coder, so maybe I did not try every method to make a loop
 which does not deadlock :-)

 Here is the script to update a files-series-reader:

 from paraview.simple import *
 import glob

 folder=post/*.liggghts

 def try_int(s):
 Convert to integer if possible.
 try: return int(s)
 except: return s

 def natsort_key(s):
 Used internally to get a tuple by which s is sorted.
 import re
 return map(try_int, re.findall(r'(\d+|\D+)', s))

 def natcmp(a, b):
 Natural string comparison, case sensitive.
 return cmp(natsort_key(a), natsort_key(b))

 def natcasecmp(a, b):
 Natural string comparison, ignores case.
 return natcmp(a.lower(), b.lower())

 # Find the source object
 if (FindSource(liggghts_dump)==None): ##create
 files = glob.glob(folder)
 files.sort(natcasecmp)
 xreader=liggghts_Reader(guiName=liggghts_dump)
 xreader.FileNames=files
 SetDisplayProperties(xreader, Representation=Point Sprite)
 DataRepresentation1 = Show()
 DataRepresentation1.PointSpriteDefaultsInitialized = 1
 DataRepresentation1.Texture = []
 DataRepresentation1.RadiusTransferFunctionEnabled = 1
 DataRepresentation1.RadiusMode = 'Scalar'
 DataRepresentation1.Representation = 'Point Sprite'
 DataRepresentation1.RadiusArray = [None, 'radius']
 DataRepresentation1.RadiusIsProportional = 1

 else:
 files = glob.glob(folder)
 files.sort(natcasecmp)
 xreader.FileNames=files ##update
 RenderView1 = GetRenderView()
 AnimationScene1 = GetAnimationScene()
 end=len(files)-1
 RenderView1.ViewTime = end
 AnimationScene1.AnimationTime = end
 Render()
 Best wishes,
 Christian

 ___
 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://www.paraview.org/mailman/listinfo/paraview


___
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://www.paraview.org/mailman/listinfo/paraview


[Paraview] Building documentation

2011-11-10 Thread Fred Fred

Hello,I can't solve this issue:
ParaView-3.10.1_cgns2.5_BUILD $ export 
DYLD_LIBRARY_PATH=/usr/local/cgnslib_2.5_BUILD/libParaView-3.10.1_cgns2.5_BUILD 
$ ll $DYLD_LIBRARY_PATHtotal 1040drwxr-xr-x  3 root  wheel 102 10 nov 18:50 
DARWIN-rwxr-xr-x  1 root  wheel  529608 26 sep 20:37 
libcgns_2.5.dylibParaView-3.10.1_cgns2.5_BUILD $ ll 
$DYLD_LIBRARY_PATH/DARWINtotal 8lrwxr-xr-x  1 root  wheel  20 10 nov 18:50 
libcgns_2.5.dylib - ../libcgns_2.5.dylib
[100%] Built target vtkSMExtractDocumentation-real[100%] Built target 
vtkSMExtractDocumentation[100%] Creating Documentation for ParaViewSourcesdyld: 
Library not loaded: DARWIN/libcgns_2.5.dylib  Referenced from: 
/usr/local/ParaView-3.10.1_cgns2.5_BUILD/bin/./vtkSMExtractDocumentation  
Reason: image not found
The software has compiled, the requested lib exists and the path is correctly 
set up so what?It seems that cmake is looking somewhere else but how does it 
works within cmake??
  ___
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://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Building documentation

2011-11-10 Thread Michael Jackson
You need to set up the DYLD_LIBRARY_PATH to include where ever you have 
paraview installed. Looks like the installer/builder is stripping the 
install_name from the libraries. again.
___
Mike JacksonPrincipal Software Engineer
BlueQuartz SoftwareDayton, Ohio
mike.jack...@bluequartz.net  www.bluequartz.net

On Nov 10, 2011, at 1:02 PM, Fred Fred wrote:

 Hello,
 I can't solve this issue:
 
 ParaView-3.10.1_cgns2.5_BUILD $ export 
 DYLD_LIBRARY_PATH=/usr/local/cgnslib_2.5_BUILD/lib
 ParaView-3.10.1_cgns2.5_BUILD $ ll $DYLD_LIBRARY_PATH
 total 1040
 drwxr-xr-x  3 root  wheel 102 10 nov 18:50 DARWIN
 -rwxr-xr-x  1 root  wheel  529608 26 sep 20:37 libcgns_2.5.dylib
 ParaView-3.10.1_cgns2.5_BUILD $ ll $DYLD_LIBRARY_PATH/DARWIN
 total 8
 lrwxr-xr-x  1 root  wheel  20 10 nov 18:50 libcgns_2.5.dylib - 
 ../libcgns_2.5.dylib
 
 [100%] Built target vtkSMExtractDocumentation-real
 [100%] Built target vtkSMExtractDocumentation
 [100%] Creating Documentation for ParaViewSources
 dyld: Library not loaded: DARWIN/libcgns_2.5.dylib
   Referenced from: 
 /usr/local/ParaView-3.10.1_cgns2.5_BUILD/bin/./vtkSMExtractDocumentation
   Reason: image not found
 
 The software has compiled, the requested lib exists and the path is correctly 
 set up so what?
 It seems that cmake is looking somewhere else but how does it works within 
 cmake??
 
 ___
 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://www.paraview.org/mailman/listinfo/paraview

___
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://www.paraview.org/mailman/listinfo/paraview


[Paraview] ParaView-3.12.0-Win64-x86.exe for Win32?

2011-11-10 Thread kenichiro yoshimi
Hi,

I tried to install the 3.12 for Win64 using
ParaView-3.12.0-Win64-x86.exe, but it says Version 3.12.0 32-bit.

Is there a Win64-bit executable for the Windows 64 bit machine?

Thanks,
yoshimi
___
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://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Frustum selection display bug in RC3

2011-11-10 Thread pat marion
I can reproduce it, yep.

Pat

On Thu, Nov 10, 2011 at 4:09 PM, David Thompson dcth...@sandia.gov wrote:

 Was anyone able to reproduce this? If so, I'll file a bug.

David


 On Nov 4, 2011, at 9:39 , Thompson, David C wrote:

  Hi all,

 I've been fiddling with ParaView 3.12 RC3 and found a small bug... when
 the frustum selection is being rendered as an outline and you delete the
 target of the selection, the frustum sticks around and cannot be unshown.
 Attached is a test file illustrating the problem (created on Mac OS X 10.7).

   David



 ___
 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://www.paraview.org/mailman/listinfo/paraview


___
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://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] ParaView-3.12.0-Win64-x86.exe for Win32?

2011-11-10 Thread David Partyka
Hi All, I have replaced the Windows 64bit binary with one that really is
64bit. Please redownload and try again and thank you for your patience.

On Thu, Nov 10, 2011 at 10:28 PM, Utkarsh Ayachit 
utkarsh.ayac...@kitware.com wrote:

 I've verified that that's indeed the case. We'll update new binaries soon.

 Thanks for reporting.

 Utkarsh

 On Thu, Nov 10, 2011 at 7:19 PM, kenichiro yoshimi
 rccm.kyosh...@gmail.com wrote:
  Hi,
 
  I tried to install the 3.12 for Win64 using
  ParaView-3.12.0-Win64-x86.exe, but it says Version 3.12.0 32-bit.
 
  Is there a Win64-bit executable for the Windows 64 bit machine?
 
  Thanks,
  yoshimi
  ___
  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://www.paraview.org/mailman/listinfo/paraview
 

___
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://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.12.0 unable to save screenshot as a PNG file

2011-11-10 Thread David Partyka
Hi Richard and Gena, I have made a few more adjustments and regenerated the
binaries, please try them again at your convenience. Thanks!

On Thu, Nov 10, 2011 at 8:36 AM, David Partyka david.part...@kitware.comwrote:

 Looking into this now.


 On Thu, Nov 10, 2011 at 4:14 AM, Richard GRENON 
 richard.gre...@onera.frwrote:

 Hi again.

 I confirm the bad news of Gena Bug: I get an error when opening the
 Python shell with the new Linux 64 bits binaries. Following is the error
 message:

  Python 2.7.2 (default, Nov 9 2011, 15:37:53)

 [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2

  from paraview.simple import *

 Traceback (most recent call last):

 File string, line 4, in module

 File /tmp_user/eos022z/grenon/**ParaView-3.12.0-Linux-x86_64/**
 lib/paraview-3.12/site-**packages/paraview/**servermanager.py, line
 43, in module


 import paraview, re, os, os.path, new, sys, vtk

 File /tmp_user/eos022z/grenon/**ParaView-3.12.0-Linux-x86_64/**
 lib/paraview-3.12/site-**packages/paraview/vtk/__init__**.py, line 1,
 in module


 from vtkCommonPython import *

 ImportError: No module named vtkCommonPython

  Richard


 Gena Bug a écrit :

  Hi everybody!

 I've just redownloaded Linux x86_68 binaries and tested it.
 Good news: now I'm able to save PNG screenshots.
 Bad news: now I can't use python shell and scripts: it fails when import
 from paraview.simple. Here is a message that occurs just after opening
 Python Shell:
  Python 2.7.2 (default, Nov  9 2011, 15:37:53)   [GCC 4.1.2 20061115
 (prerelease) (Debian 4.1.1-21)] on linux2
   from paraview.simple import *
  Traceback (most recent call last):
File string, line 4, in module
File /home/gennadiy/ParaView-3.12.**0-Linux-x86_64/lib/paraview-3.**
 12/site-
 packages/paraview/**servermanager.py, line 43, in module
import paraview, re, os, os.path, new, sys, vtk
File /home/gennadiy/ParaView-3.12.**0-Linux-x86_64/lib/paraview-3.**
 12/site-
 packages/paraview/vtk/__init__**.py, line 1, in module
from vtkCommonPython import *
  ImportError: No module named vtkCommonPython

 -|-
 Gena.

 On Thu November 10 2011 04:11:22 David Partyka wrote:


 Hi All, we detected and corrected an issue in the binary build process
 and
 regenerated and tested the Linux 32bit/64bit binaries for this issue.
 Please redownload them and try again. Thank you for your patience.

 On Wed, Nov 9, 2011 at 8:29 AM, mirko heuegger mheueg...@gmail.com
 wrote:


 Hello!

 On Wed, Nov 9, 2011 at 2:15 PM, Richard GRENON 
 richard.gre...@onera.fr

 wrote:


 Thank you, Dave.
 I will check the Windows version this evening.


 Under Windows XP (64bit and normal version), it works.

 Sincerely

 mirko

 --
 Real programmers don't document; if it was
 hard to write, it should be hard to understand.







 --
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr



___
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://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] PV 3.12.0 unable to save screenshot as a PNG file

2011-11-10 Thread Gena Bug
On Friday 11 November 2011 08:47:22 David Partyka wrote:
 Hi Richard and Gena, I have made a few more adjustments and regenerated the
 binaries, please try them again at your convenience. Thanks!
Hi David.

With new binaries all (saving png-screenshot and python shell) works! Thank you!
 
 On Thu, Nov 10, 2011 at 8:36 AM, David Partyka 
david.part...@kitware.comwrote:
  Looking into this now.
  
  On Thu, Nov 10, 2011 at 4:14 AM, Richard GRENON 
richard.gre...@onera.frwrote:
  Hi again.
  
  I confirm the bad news of Gena Bug: I get an error when opening the
  Python shell with the new Linux 64 bits binaries. Following is the error
  
  message:
   Python 2.7.2 (default, Nov 9 2011, 15:37:53)
   
  [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
  
   from paraview.simple import *
  
  Traceback (most recent call last):
  
  File string, line 4, in module
  
  File /tmp_user/eos022z/grenon/**ParaView-3.12.0-Linux-x86_64/**
  lib/paraview-3.12/site-**packages/paraview/**servermanager.py, line
  43, in module
  
  
  import paraview, re, os, os.path, new, sys, vtk
  
  File /tmp_user/eos022z/grenon/**ParaView-3.12.0-Linux-x86_64/**
  lib/paraview-3.12/site-**packages/paraview/vtk/__init__**.py, line 1,
  in module
  
  
  from vtkCommonPython import *
  
  ImportError: No module named vtkCommonPython
  
   Richard
  
  Gena Bug a écrit :
   Hi everybody!
   
  I've just redownloaded Linux x86_68 binaries and tested it.
  Good news: now I'm able to save PNG screenshots.
  Bad news: now I can't use python shell and scripts: it fails when
  import from paraview.simple. Here is a message that occurs just after
  opening
  
  Python Shell:
   Python 2.7.2 (default, Nov  9 2011, 15:37:53)   [GCC 4.1.2 20061115
  
  (prerelease) (Debian 4.1.1-21)] on linux2
  
from paraview.simple import *
   
   Traceback (most recent call last):
 File string, line 4, in module
 File
 /home/gennadiy/ParaView-3.12.**0-Linux-x86_64/lib/paraview-3.**
  
  12/site-
  packages/paraview/**servermanager.py, line 43, in module
  
 import paraview, re, os, os.path, new, sys, vtk
 File
 /home/gennadiy/ParaView-3.12.**0-Linux-x86_64/lib/paraview-3.**
  
  12/site-
  packages/paraview/vtk/__init__**.py, line 1, in module
  
 from vtkCommonPython import *
   
   ImportError: No module named vtkCommonPython
  
  -|-
  Gena.
  
  On Thu November 10 2011 04:11:22 David Partyka wrote:
  Hi All, we detected and corrected an issue in the binary build process
  and
  regenerated and tested the Linux 32bit/64bit binaries for this issue.
  Please redownload them and try again. Thank you for your patience.
  
  On Wed, Nov 9, 2011 at 8:29 AM, mirko heuegger mheueg...@gmail.com
  
  wrote:
  Hello!
  
  On Wed, Nov 9, 2011 at 2:15 PM, Richard GRENON 
  richard.gre...@onera.fr
  
  wrote:
  Thank you, Dave.
  I will check the Windows version this evening.
  
  Under Windows XP (64bit and normal version), it works.
  
  Sincerely
  
  mirko
  
  --
  Real programmers don't document; if it was
  hard to write, it should be hard to understand.
  
  --
  Richard GRENON
  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
  mailto:richard.gre...@onera.fr
  http://www.onera.fr

___
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://www.paraview.org/mailman/listinfo/paraview