Re: [python-win32] possible data corruption when deleting iTunes playlist items

2023-03-03 Thread Jeremy Nicoll
errors in the 1,000 attempts in the loop. That suggests to me that either all items on an original list before the one you deleted might still be "in the same place" but maybe everything after it have moved. Or something. -- Jeremy Nicoll - my opinions are my own. ___

Re: [python-win32] possible data corruption when deleting iTunes playlist items

2023-03-03 Thread Jeremy Nicoll
nd if your playlist only contains a max of 25 items, what is the significance of doing something 1000 times? -- Jeremy Nicoll - my opinions are my own. ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] possible data corruption when deleting iTunes playlist items

2023-03-08 Thread Jeremy Nicoll
iTunes. [I don't know the right terminology for this, other than on the IBM mainframes I used to work with, sorry.] It's also possible that - say - it renumbers or completely rebuilds a playlist structure whenever it changes. I wondered if, if that's so, your code would get the rebu

Re: [python-win32] possible data corruption when deleting iTunes playlist items

2023-03-09 Thread Jeremy Nicoll
On Wed, 8 Mar 2023, at 22:28, Clayton Macleod wrote: > On Wed, Mar 8, 2023 at 5:34 AM Jeremy Nicoll > wrote: Please stop sending me private copies of your replies. I can easily read them on the mail list itself. >> I also wondered just how often your add/deletes failed? Are

Re: [python-win32] possible data corruption when deleting iTunes playlist items

2023-03-09 Thread Jeremy Nicoll
at least one of each sort when the description implies that groups of them are similar) & reading through them might help. I've also seen a suggestion that to get the uptodate iTunes SDK you probably need to register as an Apple developer. -- Jeremy Nicoll - my opinion

[python-win32] How to generate syslog records from a Python program eg using Kiwi's KLOG_COM.dll?

2008-03-01 Thread Jeremy Nicoll - pyw32
Warning: I know nearly nothing about Windows, DLLs, COM etc. My programming has mainly been done on mainframes and RISC OS (ARM) machines. Kiwi Enterprises, at: http://www.kiwisyslog.com/ provide some free syslog utilities. Amongst them are a set of DLLs eg one called KLOG_COM.dll which I thin

Re: [python-win32] How to generate syslog records from a Python program eg using Kiwi's KLOG_COM.dll?

2008-03-03 Thread Jeremy Nicoll - pyw32
Tim Golden <[EMAIL PROTECTED]> wrote: > Jeremy Nicoll - pyw32 wrote: > > Warning: I know nearly nothing about Windows, DLLs, COM etc. My > > programming has mainly been done on mainframes and RISC OS (ARM) > > machines. > > > > Kiwi Enterprises, at: http:

Re: [python-win32] Finding DLL's which are in use (loaded)

2010-05-03 Thread Jeremy Nicoll - ml pyw32
Tony Cappellini wrote: > I need to write a program which copies some dlls from one location to > another. However, if any applications which use these dll's are > running, > Windows won't let the dll copy complete, until the apps which have the > dlls loaded have terminated. > I'm looking for a w

Re: [python-win32] Unexpected delay in printing with win32print

2010-09-16 Thread Jeremy Nicoll - ml pyw32
Jerzy Wolowik wrote: > Dear list members, > > > I'm using Python 2.5.2 running on Win2k. > > > I've just try one of Tim Golden's "Win32 How Do I" > hints. Those on printing with win32print - Spooler API > wraper. > > > The problem? The problem is a huge delay in printing - > about two