> Has anybody run into similiar problems before? Working with a COM > object that only works properly within PythonWin? Any way to run the > script from the command line or any other method without relying on the > PythonWin GUI while having the same effect as running it within > PythonWin?
This will happen for true "ActiveX Controls", which is what you are using. wxPython can also host these objects, but a command-line Python can't without lots of plumbing to implement all the interfaces such a control needs... For more examples, see the Pythonwin pywin\Demos\ocx directory. Cheers, Mark _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32