Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 20 by
Bret.Cur...@gmail.com: heightmap examples no longer work
http://code.google.com/p/glumpy/issues/detail?id=20
What steps will reproduce the problem?
1. git clone
https://code.google.com/p/glumpy/
2. sudo ./setup.py install
3. python ./demo-heightmap-2.py (and demo-heightmap.py
What is the expected output? What do you see instead?
It is supposed to work, instead dies with 'unexpected keyword argument' and
other such things: lighted, grid, cmap and window.mainloop()
What version of the product are you using? On what operating system?
0.2.1 (from git)
Please provide any additional information below.
It would seem that these examples are not kept up to date with the latest
developments.