Re: [python-win32] Overlay Icon Question and network drives

2008-04-17 Thread Andrea Gavana
Hi Tim, On Thu, Apr 17, 2008 at 11:57 AM, Tim Golden wrote: > Andrea Gavana wrote: > > Just an update: I have managed to make it running both as a Python > > script and as a standalone executable/dll. It's working fine and it's > > not slowing down our network connections: everything seems as fast

Re: [python-win32] Overlay Icon Question and network drives

2008-04-17 Thread Tim Golden
Andrea Gavana wrote: > Just an update: I have managed to make it running both as a Python > script and as a standalone executable/dll. It's working fine and it's > not slowing down our network connections: everything seems as fast as > before. A big thank you to Roger and Tim for their kind help!

Re: [python-win32] Overlay Icon Question and network drives

2008-04-17 Thread Andrea Gavana
Hi All, On Wed, Apr 16, 2008 at 10:21 PM, Jürgen Kareta wrote: > Tim Golden schrieb: > > > [EMAIL PROTECTED] wrote: > > > >> Hi Andrea, > >> > >> the code in my first link was from the mercurial extension TortoiseHG. They > >> found some issues that the icon overlay slows down network devices. See

Re: [python-win32] Overlay Icon Question and network drives

2008-04-16 Thread Jürgen Kareta
Tim Golden schrieb: > [EMAIL PROTECTED] wrote: > >> Hi Andrea, >> >> the code in my first link was from the mercurial extension TortoiseHG. They >> found some issues that the icon overlay slows down network devices. See here: >> >> https://sourceforge.net/tracker/index.php?func=detail&aid=189279

Re: [python-win32] Overlay Icon Question and network drives

2008-04-16 Thread Tim Golden
Andrea Gavana wrote: > ...If I run it from a Python > script, the icon overlay works fine but every time I open a file > dialog from one of my applications I get this nice error in the > app.exe.log file created by py2exe: > > pythoncom error: PythonCOM Server - The 'win32com.server.policy' > modu

Re: [python-win32] Overlay Icon Question and network drives

2008-04-16 Thread Tim Golden
[EMAIL PROTECTED] wrote: > Hi Andrea, > > the code in my first link was from the mercurial extension TortoiseHG. They > found some issues that the icon overlay slows down network devices. See here: > > https://sourceforge.net/tracker/index.php?func=detail&aid=1892791&group_id=199155&atid=968354 >

Re: [python-win32] Overlay Icon Question and network drives

2008-04-16 Thread Andrea Gavana
Hi Jurgen & All, On Wed, Apr 16, 2008 at 12:07 PM, <[EMAIL PROTECTED]> wrote: > the code in my first link was from the mercurial extension TortoiseHG. They > found some issues that the icon overlay slows down network devices. See here: > > https://sourceforge.net/tracker/index.php?func=detail&aid

Re: [python-win32] Overlay Icon Question and network drives

2008-04-16 Thread python
Hi Andrea, the code in my first link was from the mercurial extension TortoiseHG. They found some issues that the icon overlay slows down network devices. See here: https://sourceforge.net/tracker/index.php?func=detail&aid=1892791&group_id=199155&atid=968354 Could you please tell if you have th