Python Forum
Issues with running regedit command from python
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issues with running regedit command from python
#11
Just as an update, I was able to get everything running properly with the regobj module.  Although it hasn't been updated in quite some time, it does support Python 3 and at the time of this post I was able to use it with the 32-bit version of Python 3.6.1.  I would love to post the code, but I've already sold it to the customer and it is now their property.  One thing I will mention though is that some of the value strings from the registry are given in hexadecimal.  You must decode those strings with string.hex() otherwise you will get unicode errors when using string.decode("utf-8") on the byte string.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Shocked Issues Installing Pyenv/Python 3.9.1 Brandon_Contactum 1 2,462 Feb-22-2022, 06:32 PM
Last Post: snippsat
  Sound Approach for Running a Shell Command? matt_the_hall 8 3,255 Dec-14-2020, 02:52 PM
Last Post: matt_the_hall
  Running Python in Command Prompt Anwar 3 3,003 Nov-15-2020, 03:15 PM
Last Post: snippsat
  Error when running mktorrent subprocess command pythonnewbie138 4 3,771 Sep-16-2020, 01:55 AM
Last Post: pythonnewbie138
  Running linux command line apps... dbrdh 0 1,622 Jan-30-2020, 01:14 PM
Last Post: dbrdh
  TurtleWorld on MAC in Python 3.6 issues benniehanas 3 3,679 Jul-09-2018, 08:00 PM
Last Post: ichabod801
  Issues with Python script as service satishgunjal 8 7,367 Jun-21-2018, 11:40 AM
Last Post: satishgunjal
  python variable issues - using spyder and opencv Afrodizzyjack 5 5,713 Jun-19-2018, 09:46 AM
Last Post: gontajones
  Pip command issues in windows golmolbandar 1 2,900 Jun-12-2018, 07:58 PM
Last Post: snippsat
  issues while using Psexec from python code dev_devil_1983 0 3,503 May-28-2018, 07:55 AM
Last Post: dev_devil_1983

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020