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

Python "getting started" example fails #252

Closed
david-cortes opened this issue Sep 19, 2021 · 1 comment
Closed

Python "getting started" example fails #252

david-cortes opened this issue Sep 19, 2021 · 1 comment

Comments

@david-cortes
Copy link

The docs have a section "Getting started" for the python version:
https://kompute.cc

The example there however fails to execute: it calls kp.Shader, which throws an error:

AttributeError: module 'kp' has no attribute 'Shader'

Additionally, it does not import kp within the script, which has to be added manually.

The example from the readme (which is a bit different) IMO is not a good example as it requires cloning the repository.

@axsaucedo
Copy link
Member

Thank you @david-cortes this is now fixed in #248

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants