emre84

Results 10 comments of emre84

Sure, I can do it. next time, I will add "--debugger" parameter to my nuitka command and add my callback trace(I guess it means my compilation logs) into my issue....

Sorry Kay but I cannot get your point. Maybe because of my poor English. So as a conclusion, will it be possible to "import AppKit" with --standalone option in the...

Cool. Now i get it. I will try it today and let you know. Thanks.

Hi Kay, unfortunately following command did not work. I got again segmentation fault 11 in "from AppKit import NSWorkspace" line. I forgot again to execute it with --debugger parameter. I...

python3.7 -m nuitka --standalone --macos-create-app-bundle --macos-disable-console --enable-plugin=anti-bloat --noinclude-pytest-mode=nofollow --noinclude-setuptools-mode=nofollow --enable-plugin=pyside2,numpy --python-flag=no_site --debugger webcam2.py Following warning is popped up after the command above. I hope my command above is not wrong:...

Hi Kay, I would be grateful if you could have time to fix this issue. Thanks a lot in advance.

Hi Kalebu, thanks for the response. This is unfortunately what i get as response(nothingelse as imentiined above) Output: 2022-11-03 22:51:34,464 - root - INFO - Sending message to 49xxx 2022-11-03...

> Hi @emre84 and @Mattia921 just know you cannot send other messages other than to _un whitelisted numbers_, To able to do this you need to add the number to...

Hi, Thanks for the response. Following code works fine for me either: >>> messenger.send_template("hello_world", "255757xxxxxx", components={}) But I can just send template messages with this command. isn't it possible to...

Hi, I am still getting this error. Anything new here?