Re: [CODE4LIB] BatchCat from Python?

2015-09-09 Thread Geoffrey Spear
On Tue, Sep 8, 2015 at 9:54 PM, Andy Kohler wrote: > Disclaimer: never done this from Python, but lots and lots of BatchCat > work. > > I believe you're missing the CatLocationID parameter - at least, your > example code has only 6 parameters but should have 7: > > Well, I

Re: [CODE4LIB] BatchCat from Python?

2015-09-08 Thread Andy Kohler
Disclaimer: never done this from Python, but lots and lots of BatchCat work. I believe you're missing the CatLocationID parameter - at least, your example code has only 6 parameters but should have 7: * RecordID * MARCRecord * DateTime (of update/creation) * CatLocationID * RelatedRecordID (the

[CODE4LIB] BatchCat from Python?

2015-09-08 Thread Geoffrey Spear
(Apologies for the crosspost; I'm not sure if this a BatchCat specific problem or I'm doing something dumb with pywin32...) Have any of you had any luck using BatchCat from a Python script? A few years ago, I managed to get AddItemStatus working fine using win32com.client (from the pywin32