[Paraview] Python scripts with PyQt4

2010-04-09 Thread Stefan Kroboth
Hello! I've build a Gui in the QtDesigner and converted it into a *.py file using pyuic4. Then I wrote a small program which loads and shows this Window. This program works fine in Python 2.6 but fails in the ParaView python shell. Since I'm new to Qt I don't know where to look for help. Is it

Re: [Paraview] pvpython: "Library not loaded: libavcodec.dylib"

2010-03-06 Thread Stefan Kroboth
> Mike Jackson mike.jack...@bluequartz.net > > On Sat, Mar 6, 2010 at 4:18 AM, Stefan Kroboth > wrote: >> After installing ffmpeg the last error message is gone, but now this one >> shows up: >> >> $ ./test.py >> dyld: Library not loaded: libvtkP

Re: [Paraview] pvpython: "Library not loaded: libavcodec.dylib"

2010-03-06 Thread Stefan Kroboth
Stefan Kroboth: > Hi! > > I'm having a lot of newbie-problems here :/ > When I try to start pvpython in the Terminal I get the following error > message: > > $ ./pvpython > dyld: Library not loaded: libavcodec.dylib > Referenced from: /Users/stefan/paravie

[Paraview] pvpython: "Library not loaded: libavcodec.dylib"

2010-03-06 Thread Stefan Kroboth
Hi! I'm having a lot of newbie-problems here :/ When I try to start pvpython in the Terminal I get the following error message: $ ./pvpython dyld: Library not loaded: libavcodec.dylib Referenced from: /Users/stefan/paraview/lib/paraview-3.6/pvpython-real Reason: image not found Trace/BPT tra

Re: [Paraview] ParaView and Python: Position of a slice and pressing the "Rescale to Data Range"-Button

2010-03-04 Thread Stefan Kroboth
At first: thanks for your fast answer! >> Is there an option to automatically render a slice when it is moved? I >> basically don't want to press the Apply-button whenever the slice is moved. >> If this isn't possible, how do i "press" the Apply-button with python? > > Yes, go to Edit | Setting

[Paraview] ParaView and Python: Position of a slice and pressing the "Rescale to Data Range"-Button

2010-03-03 Thread Stefan Kroboth
Hi! I'm new to ParaView and Python but I need to automate a workflow as part of my bachelor thesis. I already found out a lot of the things I need by myself. But, there are some things I couldn't find out. Is there an option to automatically render a slice when it is moved? I basically don't w