robertschulze

Results 11 comments of robertschulze

I can confirm the behaviour for Win 7 + PyDev (Eclipse Luna) + Anaconda 3.6 x64

Thanks for the pointer into the correct direction, I had to change the code a bit until it worked for me: ``` barcodeView = (DecoratedBarcodeView) findViewById(R.id.barcode_scanner); barcodeView.decodeContinuous(callback); ViewfinderView viewFinder =...

Your hunch on the config.guess file is correct. On my cygwin installation I did `automake --version` which gave 1.16.1 and then copied the config.guess file from the respective automake dir...

Hi, I tried it using Anaconda Python 3.7. Unfortunately, it fails with the following console output: ``` root@ff424f19ae44:/# wine python -c "import pywinauto" 0009:fixme:msvcrt:_configure_wide_argv (1) stub 0009:fixme:msvcrt:_initialize_wide_environment stub 0009:fixme:vcruntime:__telemetry_main_invoke_trigger (1E7A0000)...

Mmh, but the DLL is present: ``` root@ff424f19ae44:/# find | grep uiautomationcore.dll ./opt/wine-stable/lib64/wine/uiautomationcore.dll ./opt/wine-stable/lib/wine/uiautomationcore.dll ./.wine/drive_c/windows/syswow64/uiautomationcore.dll ./.wine/drive_c/windows/system32/uiautomationcore.dll ```

I observe the same issue, also for pywinauto 0.6.8 (Python 3.8.8)

> there's alpaca on huggingface, i think you can do something like this: `llm = HuggingFaceHub(repo_id="chavinlo/alpaca-native", model_kwargs={"temperature":0, "max_length":64})` But this would not run the model locally.

for me it is fine to close it. I have continued my work with Llama-2-7B-Chat instead of Alpaca.

Apparently it depends not only on the version you are using but also the executable file. While, for me, WinSW-x64.exe is not working with the extension, WinSW.NET461.exe works well.

> @Conmanx360 > > Your comment helped me to understand. > > In sober reflection, WINE must run like Windows, and programs that are expected to be used in Windows...