Kevin Turcios
Kevin Turcios
i indeed was on an old stable, however nowadays we get this ``` Traceback (most recent call last): File "C:\Users\NUITKA~1\AppData\Local\Temp\ONEFIL~1\main.py", line 13, in win32com.server.register.UseCommandLine(HelloWorld) File "C:\Users\NUITKA~1\AppData\Local\Temp\ONEFIL~1\win32com\server\register.py", line 665, in UseCommandLine...
```py def __del__(self) -> None: if hasattr(self, "handle") and self.handle is not None: _check_call(_LIB.XGBoosterFree(self.handle)) self.handle = None ``` this is where the issue is raised from
@blink1073 if you'd like to add in nuitka support from within pymongo, then it'd look like something like this ```py if spec is None: cond = "__compiled__" in globals() if...
@kayhayen the signature says ```py class ModuleNotFoundError( *args: object, name: str | None = ..., path: str | None = ... ) ``` so it needs to accept those.
> Thanks all, here is what I have for now as a workaround: > > ```python > def lazy_import(name: str) -> ModuleType: > """Lazily import a module by name >...
This works fine on normal non-conda nuitka, might be a conda error.
@microsoft-github-policy-service agree
> @KRRT7 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information. > > ``` > @microsoft-github-policy-service agree [company="{your company}"] >...
> happy to accept the changes in `playwright/_impl/_transport.py`. What is the rationale of adding the `get_registry_directory` method? Its not used. > happy to accept the changes in `playwright/_impl/_transport.py`. What is...
we don't like affecting the user experience, so we generally just look wherever the program looks and go from there, this is in case the user runs from either an...