Hi!
In win32con, I do not found this constant: FILE_ATTRIBUTE_REPARSE_POINT = 1024
# 0x400
Exemple of use:
import ctypes
rep=u"C:\\web\\fichiers"
FILE_ATTRIBUTE_REPARSE_POINT = 1024 # 0x400
vret = ctypes.windll.kernel32.GetFileAttributesW(rep)
if vret & FILE_ATTRIBUTE_REPA
On 6/11/2011 11:33 PM, Michel Claveau wrote:
Hi!
In win32con, I do not found this constant: FILE_ATTRIBUTE_REPARSE_POINT
= 1024 # 0x400
Exemple of use:
import ctypes
rep=u"C:\\web\\fichiers"
FILE_ATTRIBUTE_REPARSE_POINT = 1024 # 0x400
vret = ctypes.windll.kernel32.GetFileAttributesW(rep)
if vret
Mark Hammond wrote:
On 7/06/2011 9:11 PM, nekolyanich wrote:
Michel Claveau mclaveau.com> writes:
Hi!
I have also/another problem with win32ui in 216 version: on
several COM's
servers, if the line
import win32ui
is present, servers can not be contacted.
If I comment the line, no more problem
Robert wrote:
Mark Hammond wrote:
It will be something to do with the manifest and the mfc
libraries. I think that even though the mfc dlls are installed
with pywin32, it might not work as hoped :) Can you find a
redistributable version of the MFC dlls you can try? I can't
explain why the 32 vs
Robert wrote:
Robert wrote:
Mark Hammond wrote:
It will be something to do with the manifest and the mfc
libraries. I think that even though the mfc dlls are installed
with pywin32, it might not work as hoped :) Can you find a
redistributable version of the MFC dlls you can try? I can't
explai