[python-win32] 'No such interface supported' error after makepy

Simon Judge simon at meru.org.uk
Fri Oct 3 10:08:40 EDT 2003


> -----Original Message-----
> From: Bob Gailer [mailto:bgailer at alum.rpi.edu]
> One reason for differences after makepy is that names become case 
> sensitive. But it seems to me that led to attribute error.

How should I resolve this then?  Which names become case sensitive and
how do I find out the case?  

I really want to roll back makepy anyway so I don't have to run it on
all the machines that I put my program on... Why when I delete the
gen_py directory does the same error still occur?

> -----Original Message-----
> From: Thorsten Henninger [mailto:henni at brainbot.com]
> have you tried the "COM Makeoy utility" in Pythonwin (Menu Tools) to 
> create the gen_py files? 

Does that not just run makepy.pyc ??? Rerunning makepy.pyc does not seem
to solve my problem.

I've just noticed that the program does get as far as launching Word (it
appears in the Task Manager Process List).

This is really frustrating since I saw it working at one point!!!

Cheers for the help.

Simon



> -----Original Message-----
> From: Bob Gailer [mailto:bgailer at alum.rpi.edu]
> Sent: 03 October 2003 14:40
> To: Simon Judge; python-win32 at python.org
> Subject: Re: [python-win32] 'No such interface supported' error after
> makepy
> 
> 
> At 07:33 AM 10/3/2003, Simon Judge wrote:
> 
> >Hi, I am trying to use win32all to export some information to word.
> >
> >I tried a simple program e.g: 
> http://p-nand-q.com/python/ms_office.html
> >which worked... and TestMSOffice.py which also worked.
> >
> >I then used makepy.py and testmakepy.py ... after this the examples
> >stopped working! Why?!  (error below).
> 
> One reason for differences after makepy is that names become case 
> sensitive. But it seems to me that led to attribute error.
> 
> Bob Gailer
> bgailer at alum.rpi.edu
> 303 442 2625
> 



More information about the Python-win32 mailing list