Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module 'fury.window' has no attribute 'Scene' #41

Closed
vinkirk opened this issue Dec 15, 2018 · 3 comments
Closed

module 'fury.window' has no attribute 'Scene' #41

vinkirk opened this issue Dec 15, 2018 · 3 comments

Comments

@vinkirk
Copy link

vinkirk commented Dec 15, 2018

Description

Hi,

I am going through the tutorial examples for Fury (version 0.1.4) and while running the code for the example 'Using a timer', I got the following error message:

import fury
import numpy as np
from fury import window, actor, ui
import itertools

xyz = 10 * np.random.rand(100, 3)
colors = np.random.rand(100, 4)
radii = np.random.rand(100) + 0.5

scene = window.Scene()
Traceback (most recent call last):

File "", line 10, in
scene = window.Scene()

AttributeError: module 'fury.window' has no attribute 'Scene'

Thanks for your help,

Vinny

@skoudoro
Copy link
Contributor

Hi @vinkirk,

Sorry for that, This is the dev version of the documentation and not the release version of the documentation.
you can go to http://fury.gl/v0.1.x/auto_tutorials/viz_timers.html for the release v0.1.4 version.
I will update this link asap.

Thank you for this info!

@skoudoro
Copy link
Contributor

TODO

  • add dropmenu for selecting documentation version (latest vs releases vs dev)

@vinkirk
Copy link
Author

vinkirk commented Dec 15, 2018

Thanks @skoudoro!

@vinkirk vinkirk closed this as completed Dec 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants