Re: [python-win32] Problem with win32com and scikits timeseries

2011-01-31 Thread Mark Hammond
As a work-around, try doing the problematic import in the top-level of the module rather than in a method. HTH, Mark On 29/01/2011 3:15 AM, Mauro wrote: I tried to dig a little further in this, but with no success. I can import the module with no problem and I can't replicate the error outsid

Re: [python-win32] Problem with win32com and scikits timeseries

2011-01-28 Thread Mauro
I tried to dig a little further in this, but with no success. I can import the module with no problem and I can't replicate the error outside of the COM object. If I run in pythonWin the following lines >>> from win32com.server.policy import _import_module >>> a= _import_module('scikits.timeserie

Re: [python-win32] Problem with win32com and scikits timeseries

2011-01-26 Thread Mark Hammond
On 24/01/2011 11:30 PM, Mauro wrote: Hello, I get the following error when importing Date from scikits.timeseries. The error is there only when I interface python with Excel using COM. It is enough to import anything from scikits.timeseries to get the error. Any help? I am using Python2.7 and s

[python-win32] Problem with win32com and scikits timeseries

2011-01-25 Thread Mauro
Hello, I get the following error when importing Date from scikits.timeseries. The error is there only when I interface python with Excel using COM. It is enough to import anything from scikits.timeseries to get the error. Any help? I am using Python2.7 and scikits.timeseries-0.91.3 in _Invoke_