-
```
I have run into a problem I can't figure out how to work around:
I can import pyodbc without error if I do it within a command line python
interpreter. However, I need to import and use it from…
-
1) The tl.load(address) (to read data to SM unit) command in the "interpreter" mode returns all wrong value of the original tensor. The normal running mode (on real gpu) seem fine, but of course, we c…
-
Dear all,
I am new to xeus and I am not sure it is done for my purpose.
I am developing **a C++ application** with an **embedded python interpreter** (currently taken from boost::python).
**The i…
-
On Windows Server 2012 R2 with PowerShell 4.0 we had to downgrade the module from v2.8.14 to v2.8.11 because we started receiving the following error when fetching CRM data:
System.Management.Autom…
ghost updated
3 years ago
-
`nuitka` CLI not found on Windows if installed with `uv`
Tl;Dr: On Windows `nuitka` is [reported as an available CLI](https://github.com/kdeldycke/workflows/actions/runs/11533605793/job/321067382…
-
When using Mitogen, I sometimes see `EAGAIN` errors, due to stdout being non-blocking. This breaks the Python interpreter, as well as any other spawned commands, since they don't handle non-blocking f…
-
The interpreter does not cleanly exit upon receiving an EOF, instead treating it as a command:
```
% pkpass
Welcome to PKPass (Public Key Based Password Manager) v2.7.8!
Type ? to list commands
p…
-
When linking an executable with `-nostdlib`, no PIE, and no linked dynamic libraries, the executable wil crash with a segmentation fault within `audit_list_add_dynamic_tag` in the ld-linux interpreter…
yaram updated
3 months ago
-
This is an issue I knew about but didn't think it was important enough to delay a 0.17 release. But I shouldn't make that decision unilaterally so I want feedback from other devs, especially @erendra…
-
README indicates:
> Inside an expression, the Windows Update [IUpdate interface](https://msdn.microsoft.com/en-us/library/windows/desktop/aa386099(v=vs.85).aspx) can be referenced by the $_ variable.…