Mark Hammond escribió:
Hi all,
  I've finally released pywin32 build 211!

Is there any attribute in some module I could check to make sure that the imported module corresponds to this build? I can't find some sort of "global" pywin32 module with this information.

I'm writting safety checks for our build process that verify that the installed/imported module of all external software matches an expected version string. Example:

  import sys
  if sys.version_info != EXPECTED_PYTHON_VERSION:
    raise Some_error_class

--
    Rastertech España S.A.
        Grzegorz Adam Hankiewicz
/Jefe de Producto TeraVial/

C/ Perfumería 21. Nave I. Polígono industrial La Mina
28770 Colmenar Viejo. Madrid (España)
Tel. +34 918 467 390 (Ext.17)     *·*           Fax +34 918 457 889
[EMAIL PROTECTED]         *·*           www.rastertech.es
<http://www.rastertech.es/>

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

Reply via email to