Hello all,

I'm writing a script to determine the versions of various installed software packages.

How do I access the pywin32 build number from within a script?

For example:

   * for the numpy package, it is: numpy.__version__
   * for the PIL package, PIL.Image.VERSION seems to work

I notice that the build number appears in:

   * pywin32.version.txt

but I was hoping for something similar to numpy or PIL.

Thanks in advance for your feedback,

-- jv
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to