I am a newbie to python. I have to create an ordered list in my pdf document using Reportlab. I found these two classes ListFlowable(), ListItem() in the user-guide of Reportlab to do the same. But the very first import statement for these classes is not working.
from reportlab.platypus import ListFlowable, ListItem
This statement gives me the following error:
ImportError: cannot import name ListFlowable
How can I use these classes? I am using python 2.6, reportlab 2.5.