Hi, this is really great stuff!!!
While playing around with the gallery codes, just noticed some issues:
- cartopy, mandelbrot, voronoi and fireworks work great!
- earth.py: ImportError: cannot import name 'Arcball'
- topojson[-picking].py, spiral.py, lorenz.py:
File "/usr/lib64/python3.4/site-packages/glumpy/graphics/collections/base_collection.py", line 517, in _update
texture = texture.reshape(shape[0],shape[1],4)
TypeError: 'float' object cannot be interpreted as an integer
Overall goal is to draw earth with country boundaries (as in earth.py) with high quality antialiased lines (as in spiral.py) and picking support.
OpenSuse Leap 42.2, kernel 4.4.57 64bit, stock Python 3.4.5
- pyopengl 3.1.0, Cython 0.24, GLFW 3.1.2 via Opensuse repo
- Glumpy 1.0.6 installed via pip3 (which pulled in numpy 1.12.1 and triangle 20170106)
Any advice or pointers where I should look at? Can I debug to get better error messages? Or did I do anything wrong with the install?
Many thanks!
Hi, this is really great stuff!!!
While playing around with the gallery codes, just noticed some issues:
File "/usr/lib64/python3.4/site-packages/glumpy/graphics/collections/base_collection.py", line 517, in _update
texture = texture.reshape(shape[0],shape[1],4)
TypeError: 'float' object cannot be interpreted as an integer
Overall goal is to draw earth with country boundaries (as in earth.py) with high quality antialiased lines (as in spiral.py) and picking support.
OpenSuse Leap 42.2, kernel 4.4.57 64bit, stock Python 3.4.5
Any advice or pointers where I should look at? Can I debug to get better error messages? Or did I do anything wrong with the install?
Many thanks!