Scott 06/01/2025 7:05am
| I downloaded the latest code, but I'm not able to build it with the setup from over a year ago which was able to build it. What versions should I be using?
I'm getting the following error:
platform.system(): Windows
Build paths:
trunk: C:\stuff\scott\projects\scribe.2025\build\code\scribe\trunk_os
scribe: C:\stuff\scott\projects\scribe.2025\build\code\scribe
scribeLibs: C:\stuff\scott\projects\scribe.2025\build\code\scribe\libs
code: C:\stuff\scott\projects\scribe.2025\build\code
codeLib: C:\stuff\scott\projects\scribe.2025\build\codelib
lgi: C:\stuff\scott\projects\scribe.2025\build\code\lgi\trunk
Traceback (most recent call last):
File "C:\stuff\scott\projects\scribe.2025\build\code\scribe\trunk_os\build.py", line 67, in
if not PackageInstalled(package):
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\stuff\scott\projects\scribe.2025\build\code\scribe\trunk_os\build.py", line 46, in PackageInstalled
p = subprocess.run(["dpkg","-l",name], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Scott\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Scott\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Scott\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified |