7

I need to know what version of reportlab I'm running.

The following doesn't seem to work.

import reportlab
print reportlab.__version__
4

1 回答 1

9

Can you try:

print reportlab.Version
于 2012-05-08T09:02:46.487 回答