Skip to content

animations now need PyQt4 old code seems broken #579

@doutriaux1

Description

@doutriaux1

newer animation seem to be inheriting from animate_obj_old why not animate_obj?
test file I used to have broken:
doutriaux1@maryam:[vcs]:[master*]:[1313]> python Test/test_basic_animation.py
Adding VCS element: 3d_vector default
Adding VCS element: 3d_scalar default
FOR NOW STILL READING IN OLD WAY
FOR NOW STILL READING IN OLD WAY
/lgm/uvcdat/2014-08-27-devel-default/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vcs/Canvas.py:5317: UserWarning: need to implement code to redraw vcs after colormap change
warnings.warn("need to implement code to redraw vcs after colormap change")
/lgm/uvcdat/2014-08-27-devel-default/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vcs/Canvas.py:3667: UserWarning: VCS Behaviour changed, in order to interact with window, start the interaction mode with:
x.interact()
warnings.warn("VCS Behaviour changed, in order to interact with window, start the interaction mode with:\n x.interact()")
Traceback (most recent call last):
File "Test/test_basic_animation.py", line 37, in
x.animate.create(thread_it=True)
TypeError: create() got an unexpected keyword argument 'thread_it'

begining of a branch to implemetn conditional PyQt in place

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions