Need for help with Pythonic realization of win32 network concept

Cameron Laird claird at starbase.neosoft.com
Tue Jul 31 11:49:52 EDT 2001


  import win32api
  import win32con

  reg_key = win32api.RegOpenKeyEx(win32con.HKEY_USERS, ...
gives me a result I want--on "My Computer".  How do I navigate
to the same point on "\\\\other_node"?  My guess is I have to
open a hive with a \\other_node indirection--but none of my
attempts with Python's win32api have given me what I want.

What documentation do folks use for win32api?
-- 

Cameron Laird <claird at NeoSoft.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list