Re: [python-win32] can't import dde module after importing win32ui

2011-11-06 Thread Robert
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

Re: [python-win32] can't import dde module after importing win32ui

2011-11-06 Thread Robert
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

Re: [python-win32] can't import dde module after importing win32ui

2011-11-06 Thread Robert
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

Re: [python-win32] can't import dde module after importing win32ui

2011-06-10 Thread Mark Hammond
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. Uncomment,

Re: [python-win32] can't import dde module after importing win32ui

2011-06-07 Thread nekolyanich
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. Uncomment, problem is coming back. > >

Re: [python-win32] can't import dde module after importing win32ui

2011-03-23 Thread Michel Claveau
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. Uncomment, problem is coming back. Waiting a solution, I come back to 214. @-salutations -- M

[python-win32] can't import dde module after importing win32ui

2011-03-23 Thread Tony Seward
I'm having problems importing the dde module. I get the following results when I'm in the python interpreter Python 3.1.3 (r313:86834, Nov 27 2010, 17:20:37) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> im