I'm hoping someone can give me some advice, or point me in a helpful direction.

I've embedded python 2.4 within an application that needs to connect with MS Excel.
I've written the python code to communicate with Excel and tested it from the python
command line interpreter. It works great! However, when I attempt to import win32com
from within the embedded interpreter I get the following:


"Fatal Python error: Can not setup interpreter state, as current state is invalid"


The python startup file that executes the 'import win32com' code is successfully executing
lots of other code including imports of other site-packages.


Can anyone give me an idea as to what I might do to solve this dilemma ?


Thanks for your help.




_______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Reply via email to