[python-win32] How to search Windows file structure (with existing indexes)

Dolezal, Vojtech dolezvo1 at fit.cvut.cz
Thu Aug 10 17:06:54 EDT 2023


Hello,

thank you so much for your reply.

I completely missed the fact installing pywin32 also installed adodbapi, that was a crucial information with which I managed to do what I needed.

Best regards,

Vojtěch Doležal
________________________________
Od: Vernon D. Cole <vernondcole at gmail.com>
Odesláno: středa 9. srpna 2023 20:40
Komu: Dolezal, Vojtech <dolezvo1 at fit.cvut.cz>
Kopie: python-win32 at python.org <python-win32 at python.org>
Předmět: Re: [python-win32] How to search Windows file structure (with existing indexes)

Because pywin32 is required for adodbapi to operate, it was merged into pywin32 several years ago. Installing a current version of pywin32 will install adodbapi as part of it. It will appear as a separate module in the Python site-packages library tree.

I have never tried accessing the Windows file directory, which I think might be what you refer to, but I have accessed some Active Directory information as tables using adodbapi.

In short, anything for which you can find a connection string and a driver ought to give you tabular data.

On Tue, Aug 8, 2023 at 9:55 AM Dolezal, Vojtech <dolezvo1 at fit.cvut.cz<mailto:dolezvo1 at fit.cvut.cz>> wrote:
Good afternoon,

is it possible to search Windows file structure with use of indexes where available?

There seems to be package named adodbapi which supposedly allowed for this, but according to its SourceForge page (https://sourceforge.net/projects/adodbapi/) it is now part of pywin32. However I didn't find any information about this in the pywin32 documentation, and I am unable to install the adodbapi package itself.

Best regards,

Vojtěch Doležal
_______________________________________________
python-win32 mailing list
python-win32 at python.org<mailto:python-win32 at python.org>
https://mail.python.org/mailman/listinfo/python-win32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/python-win32/attachments/20230810/8d370399/attachment.html>


More information about the python-win32 mailing list