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

What is the structure of the PyPI splinter package? #122

Open
frederikfaye opened this issue Oct 6, 2019 · 1 comment
Open

What is the structure of the PyPI splinter package? #122

frederikfaye opened this issue Oct 6, 2019 · 1 comment

Comments

@frederikfaye
Copy link

I'm on Ubuntu 16.04 LTS on a 64-bit architecture. It was my understanding that I should be able to install SPLINTER through pip install splinterpy (which installs splinterpy 4.0.4 in my conda env, as expected).

I can then import splinterpy in a python environment (but not import splinter), but the splinterpy module does not have the expected content. For instance,

import splinterpy
splinterpy.BSplineBuilder()

throws an expection: AttributeError: module 'splinterpy' has no attribute 'BSplineBuilder'.

By printing for d in splinterpy.__dict__: print(d) I found that it has an attribute bsplinebuilders, but this does not have BSplineBuilder in it either.

Were can I find BSplineBuilder, and what is the structure of this PyPI package? Why is it structured seemingly completely different from what is shown in the Python examples in this repo?

@bgrimstad
Copy link
Owner

See related comment in #44.

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