[python-win32] pywin32 build 211 released

Grzegorz Adam Hankiewicz ghankiewicz at rastertech.es
Wed Jun 18 09:59:51 CEST 2008


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
ghankiewicz at rastertech.es 	  *·*   	www.rastertech.es
<http://www.rastertech.es/>



More information about the python-win32 mailing list