[Paraview] python in Paraview III

Olivier Ricou olivier at ricou.eu.org
Wed Feb 7 10:06:33 EST 2007


Hi,

 I compile the last version of Paraview III with Python shell.
I run the Python shell here is what I did and get :

Python 2.4.4c1 (#1, Oct 11 2006, 21:48:21) 
[GCC 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)] on linux2
>>> import os
>>> dir(os)
>>> import paraview
>>> c=paraview.connect()
Traceback (most recent call last):
File "<string>", line 1, in ?
AttributeError: 'module' object has no attribute 'connect'
>>> dir(paraview)
>>> 

It seems I can load paraview but it does nothing.

Can someone explain me my mistake ?

Olivier.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://public.kitware.com/pipermail/paraview/attachments/20070207/e07f392e/attachment.pgp


More information about the ParaView mailing list