I need to know which version of reportlab I'm running.
The following does not work.
import reportlab print reportlab.__version__
Can you try:
print reportlab.Version