question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

QtMacExtras macpasteboardmime

See original GitHub issue

Version 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:closed
  • Created 2 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
kayhayencommented, Apr 28, 2021

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.

1reaction
kayhayencommented, Apr 28, 2021

I will have to update the trace, to see what command it wanted to have executed. Hang on.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found