QtMacExtras macpasteboardmime
See original GitHub issueVersion Status
0.6.14.4 Python: 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)] Executable: C:\Users\Rahul\AppData\Local\Programs\Python\Python38\python.exe OS: Windows Arch: x86_64
Script (test.py)
print("Hello World!")
print("This is just a print statement")
while True:
pass
Observation
-
When I execute the script with
python -m nuitka test.py
it didn’t raise any issues but,python -m nuitka --standalone test.py
pops up a dialog box along the log message below -
It did work at the very first time but after some repetitive tests, it raised this issue.
-
QtMacExtras macpasteboardmime
was the title for the popup -
I have also tested this with Development source 0.16.5 and faced the same issue
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
macOS: Pasteboard MIME Converter | Qt Mac Extras 5.15.11
Demonstrates using QMacPasteboardMime class. This example shows how to use QMacPasteboardMime to do conversion between a MIME type and a Uniform Type Identifier ......
Read more >macOS: Pasteboard MIME Converter | Qt Mac Extras 5.7 - MIT
This example shows how to use QMacPasteboardMime to do conversion between a MIME type and a Uniform Type Identifier (UTI) format used on...
Read more >macpasteboardmime.pro Example File | Qt Mac Extras - Felgo
Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business · Felgo · Download Felgo...
Read more >macpasteboardmime.pro Example File | Qt Mac Extras 5.11
QT += macextras widgets SOURCES += main.cpp target.path = $$[QT_INSTALL_EXAMPLES]/macextras/macpasteboardmime INSTALLS += target.
Read more >File Finder - GitHub
Mirror of https://git.gitorious.org/qt/qtmacextras - File Finder ... examples/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.qdoc ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am thinking some package you installed corrupted something in the eyes of Nuitka, would like to get at that naturally as it’s highly unusual.
I will have to update the trace, to see what command it wanted to have executed. Hang on.