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

Import in example code fail #12

Open
pjakobsen opened this issue Nov 1, 2013 · 0 comments
Open

Import in example code fail #12

pjakobsen opened this issue Nov 1, 2013 · 0 comments

Comments

@pjakobsen
Copy link

From bubbles / doc / operations.rst

The following example code fails:

from bubbles import default_context as c
from bubbles import get_object

source = get_object("csv", "data.csv")
duplicates = c.op.duplicates(source)

$python operations.py
Traceback (most recent call last):
File "operations.py", line 2, in
from bubbles import get_object
ImportError: cannot import name get_object

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

1 participant