View Single Post
  #4  
Old 07-03-2008, 10:07 AM
djdesmangles djdesmangles is offline
Member
 
Join Date: Nov 2006
Posts: 88
Question I really need some help...

Hello Wizards,

I really need some help there, I don't understand why my application works in Vizard and not when it's in .exe !!! I still got this error:
TypeError: Error when calling the metaclass bases cannot create 'NoneType' instances when I running the .exe.

I think this line of code is the source of my headache:
class ContextEvents(win32com.client.getevents("SAPI.SpSh aredRecoContext")):

Any suggestions ?

viz.FOREVER !!
D.
Reply With Quote