Hi, I see the following:
2012-10-06 20:03:52,015 - WpkgService - ERROR - Error when processing Named Pipe Client:
Traceback (most recent call last):
File "WpkgServer.pyc", line 195, in DoProcessClient
File "WpkgExecuter.pyc", line 95, in Execute
File "WpkgNetworkHandler.pyc", line 76, in connect_to_network_share
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 19: ordinal not in range(128)
So it seems you have triggered a bug in error handling. The error should be:
An issue occured when connecting to '%s', the error code is %i and the error string is '%s'
Do you have a non-english Windows? It might not be too happy with non-ascii characters in the error string.
Anyway, it seems you have hit the "network is not available, but windows tells that it is"-bug. Could you try what is mentioned here:
https://code.google.com/p/wpkg-gp/wiki/BasicTroubleshooting ?
-CL
2012/10/6 Nuno Silva
<nsilva....@gmail.com>