Hi all,
I'm trying to take advantage of TransmitFile function in pyftpdlib:
http://code.google.com/p/pyftpdlib/issues/detail?id=152
I've noticed pywin32 provides a wrapper:
http://sourceforge.net/tracker/index.php?func=detail&aid=1962146&group_id=78018&atid=551956
The example shown in there, thoug
Giampaolo Rodolà wrote:
> Hi all,
> I'm trying to take advantage of TransmitFile function in pyftpdlib:
> http://code.google.com/p/pyftpdlib/issues/detail?id=152
>
> I've noticed pywin32 provides a wrapper:
> http://sourceforge.net/tracker/index.php?func=detail&aid=1962146&group_id=78018&atid=55195
Point of asynchronous programming is that all function calls should
return immediately.
"wait for an async operation to complete" sounds kinda wrong to me.
--- Giampaolo
http://code.google.com/p/pyftpdlib/
http://code.google.com/p/psutil/
2011/1/28 Roger Upole :
> Giampaolo Rodolà wrote:
>> Hi
If you want the final result it returns, you kinda have to
wait for it to finish.
Roger
"Giampaolo Rodolà" wrote in message
news:[email protected]...
Point of asynchronous programming is that all function calls should
return immediately.
"wait
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