Work with Windows workgroups under Python?

Heiko Wundram modelnine at bit-bukket.org
Tue Jan 3 05:03:50 EST 2006


Karlo Lozovina wrote:
> Is there some Pythonic way of doing this?

If you need to query for workgroups from pure Python (because you're running
under Linux, for example), search the web for the source package of PySMB.
That's a pure Python implementation of (parts of) the SMB protocol. It has
been abandoned by it's author, as it seems, but IIRC the last version I
used worked like a charm for exactly what you're trying to do with it.

--- Heiko.



More information about the Python-list mailing list