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
  Endpoint Configuration Issues in Python Script on AWS EC2 zaharul 0 695 Aug-31-2024, 10:22 AM
Last Post: zaharul
  Running powershell command in flask wtf form robertkwild 10 2,509 Jun-27-2024, 09:49 AM
Last Post: robertkwild
Shocked Issues Installing Pyenv/Python 3.9.1 Brandon_Contactum 1 4,673 Feb-22-2022, 06:32 PM
Last Post: snippsat
  Sound Approach for Running a Shell Command? matt_the_hall 8 4,992 Dec-14-2020, 02:52 PM
Last Post: matt_the_hall
  Running Python in Command Prompt Anwar 3 4,305 Nov-15-2020, 03:15 PM
Last Post: snippsat
  Error when running mktorrent subprocess command pythonnewbie138 4 5,432 Sep-16-2020, 01:55 AM
Last Post: pythonnewbie138
  Running linux command line apps... dbrdh 0 2,183 Jan-30-2020, 01:14 PM
Last Post: dbrdh
  TurtleWorld on MAC in Python 3.6 issues benniehanas 3 4,516 Jul-09-2018, 08:00 PM
Last Post: ichabod801
  Issues with Python script as service satishgunjal 8 9,413 Jun-21-2018, 11:40 AM
Last Post: satishgunjal
  python variable issues - using spyder and opencv Afrodizzyjack 5 7,404 Jun-19-2018, 09:46 AM
Last Post: gontajones

Forum Jump:

User Panel Messages

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