computer-use-ootb-internal 0.0.182__py3-none-any.whl → 0.0.183__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -822,8 +822,12 @@ class GuardService(win32serviceutil.ServiceFramework):
822
822
  self.log_error(f"Cannot create task for {username}: sys.executable is not found.")
823
823
  return False
824
824
 
825
- # Use the python executable that the service itself is running under
826
- python_exe = sys.executable
825
+ # Find the correct python.exe/pythonw.exe from the environment
826
+ python_exe = self._get_python_executable_from_target_exe()
827
+ if not python_exe:
828
+ self.log_error(f"Cannot create task for {username}: Failed to find associated python executable via _get_python_executable_from_target_exe.")
829
+ return False
830
+
827
831
  if ' ' in python_exe and not python_exe.startswith('"'):
828
832
  python_exe = f'"{python_exe}"'
829
833
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: computer-use-ootb-internal
3
- Version: 0.0.182
3
+ Version: 0.0.183
4
4
  Summary: Computer Use OOTB
5
5
  Author-email: Siyuan Hu <siyuan.hu.sg@gmail.com>
6
6
  Requires-Python: >=3.11
@@ -2,7 +2,7 @@ computer_use_ootb_internal/README.md,sha256=FxpW95lyub2iX73ZDfK6ML7SdEKg060H5I6G
2
2
  computer_use_ootb_internal/__init__.py,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
3
3
  computer_use_ootb_internal/app_teachmode.py,sha256=zGccyiqOnid8Yntm2F5Yvj6HA5Z2CoE9IqsxRZdieUg,27548
4
4
  computer_use_ootb_internal/dependency_check.py,sha256=y8RMEP6RXQzTgU1MS_1piBLtz4J-Hfn9RjUZg59dyvo,1333
5
- computer_use_ootb_internal/guard_service.py,sha256=_-y6jUlIK83FbNiUXUw_S3ZnE4y-nQYKFohmVg-jM6g,51091
5
+ computer_use_ootb_internal/guard_service.py,sha256=5N8pACyt8-kwfxwCUW5Pj9NeV79Fi03VyADnvhnZ2Fw,51323
6
6
  computer_use_ootb_internal/requirements-lite.txt,sha256=5DAHomz4A_P2BmTIXNkNqkHbnIF0AyZ4_1XAlb1LaYs,290
7
7
  computer_use_ootb_internal/run_teachmode_ootb_args.py,sha256=1fLVUDHcZIeHbmbk36GX8ccjSn74riqTEWLfrx0FgKU,8463
8
8
  computer_use_ootb_internal/service_manager.py,sha256=SD8jzfn0VVXBOr_nP6zmBWSC2TzrU_sp2e5JJkSlQFU,9734
@@ -39,7 +39,7 @@ computer_use_ootb_internal/preparation/powerpoint_prepare.py,sha256=fAijB09ILDGp
39
39
  computer_use_ootb_internal/preparation/pr_prepare.py,sha256=4Xxe7I2iMUpGTZFvoRrPg-uwPkq_TALquphyYt5t59E,5085
40
40
  computer_use_ootb_internal/preparation/star_rail_prepare.py,sha256=r0b19M_c1sXkN3_MRFjql8w_ThC9nZUe8zbSLYUvKS8,4635
41
41
  computer_use_ootb_internal/preparation/word_prepare.py,sha256=llNM-sInwnfLRDbfCwS71aeMg9npj9JQ1I7jM3ZoJp0,4665
42
- computer_use_ootb_internal-0.0.182.dist-info/METADATA,sha256=_bpThVrYS2wnbUoRoW8IniLpd1maS-6luAVTaN56F14,1048
43
- computer_use_ootb_internal-0.0.182.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
44
- computer_use_ootb_internal-0.0.182.dist-info/entry_points.txt,sha256=bXfyAU_qq-G1EiEgAQEioXvgEdRCFxaTooqdDD9Y4OA,258
45
- computer_use_ootb_internal-0.0.182.dist-info/RECORD,,
42
+ computer_use_ootb_internal-0.0.183.dist-info/METADATA,sha256=Z9wMMUC31-hkpdl98WqMc_GL_rgsjRtzENUYETeQEa4,1048
43
+ computer_use_ootb_internal-0.0.183.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
44
+ computer_use_ootb_internal-0.0.183.dist-info/entry_points.txt,sha256=bXfyAU_qq-G1EiEgAQEioXvgEdRCFxaTooqdDD9Y4OA,258
45
+ computer_use_ootb_internal-0.0.183.dist-info/RECORD,,