python for .net issue with windows8 (probably) -
I'm successfully using Python to connect to vyb code (i.e. compiled.dll) though recently my The client has reported using Windows8, the weird issue we are located on the import clr
this is what I say:
importing OS, system, site Site. Adidisitor (CLR_path) Import CLR
and clr:
def __bootstrap __ (): Global __bootstrap__, __loader__, __file__ import sys, pkg_resources, imp __file__ = Pkg_resources.resource_filename (__name __, 'clr.pyd') __loader__ = none; Del __bootstrap__, __loader__ imp.load_dynamic (__name__, __ file__) __bootstrap __ ()
And it's working fine on many Windows 7 machines, but in win8 I get this :
It seems that all library imports And it fails in dictionaries (which I save anyway and want to be on basic datatype :))
Do you have any clue? thank you in advanced!
Comments
Post a Comment