neo-nie / pynsource

Automatically exported from code.google.com/p/pynsource
0 stars 0 forks source link

TypeError: Slice Object is not Iterable #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download and install pynsource 1.61 (or standalone)
2. download matplotlib source code from github
3. import matplotlib/lib/matplotlib/color.py (or any other code in the folder) 
to pynsourceGUI

What is the expected output? What do you see instead?
Expected output is a nice UML diagram.
Instead, getting an error msg "TypeError: Slice Object is not iterable"

What version of the product are you using? On what operating system?
Tried both 1.61 and 1.60 on windows7

Please provide any additional information below.
There is no 'Slice' object in the code that I have tried.
So really don't know where it is coming from.
I just tried more code from the same folder, some files work and some gives 
error msg like that.
This does not happen in older version

Original issue reported on code.google.com by socialap...@gmail.com on 25 Jan 2013 at 9:20