Title: QObjectList registered twice when used together with QtScript · Issue #338 · MeVisLab/pythonqt · GitHub
Open Graph Title: QObjectList registered twice when used together with QtScript · Issue #338 · MeVisLab/pythonqt
X Title: QObjectList registered twice when used together with QtScript · Issue #338 · MeVisLab/pythonqt
Description: Getting this error on init: QMetaType::registerTypedef: -- Type name 'QObjectList' previously registered as typedef of 'QObjectList' [1032], now registering as typedef of 'QList ' [1074]. because I have a project that still has bits of Q...
Open Graph Description: Getting this error on init: QMetaType::registerTypedef: -- Type name 'QObjectList' previously registered as typedef of 'QObjectList' [1032], now registering as typedef of 'QList ' [1074]. because I...
X Description: Getting this error on init: QMetaType::registerTypedef: -- Type name 'QObjectList' previously registered as typedef of 'QObjectList' [1032], now registering as typedef of 'QList...
Opengraph URL: https://github.com/MeVisLab/pythonqt/issues/338
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"QObjectList registered twice when used together with QtScript","articleBody":"Getting this error on init: `QMetaType::registerTypedef: -- Type name 'QObjectList' previously registered as typedef of 'QObjectList' [1032], now registering as typedef of 'QList ' [1074].` because I have a project that still has bits of QtScript and pythonqt at the same time.\n\n\nFrom `qscriptengine.cpp`\n```cpp\nQScriptEnginePrivate::QScriptEnginePrivate()\n : originalGlobalObjectProxy(0), currentFrame(0),\n qobjectPrototype(0), qmetaobjectPrototype(0), variantPrototype(0),\n activeAgent(0), agentLineNumber(-1),\n registeredScriptValues(0), freeScriptValues(0), freeScriptValuesCount(0),\n registeredScriptStrings(0), processEventsInterval(-1), inEval(false),\n uncaughtExceptionLineNumber(-1)\n{\n qMetaTypeId\u003cQScriptValue\u003e();\n qMetaTypeId\u003cQList\u003cint\u003e \u003e();\n#ifndef QT_NO_QOBJECT\n qMetaTypeId\u003cQObjectList\u003e();\n#endif\n```\nand\nhttps://github.com/MeVisLab/pythonqt/blob/f63bee168614c7db787fcaca4f85cb5c99975d52/src/PythonQt.cpp#L124","author":{"url":"https://github.com/JulienMaille","@type":"Person","name":"JulienMaille"},"datePublished":"2026-01-19T08:55:13.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/338/pythonqt/issues/338"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:af151451-181f-9bf0-b1bd-c7cf0ce0427e |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | CA54:26D9B9:3D1E9F6:5526FCA:69713124 |
| html-safe-nonce | 64849ae49a6d6fefaa027876831eae93a2a119290a6bf9096155ea926796fb83 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQTU0OjI2RDlCOTozRDFFOUY2OjU1MjZGQ0E6Njk3MTMxMjQiLCJ2aXNpdG9yX2lkIjoiMjQ1NTcyMDg0MTMyMDMyODA1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 17e33b85d5d43b440f1d801299a0b91679a53d41e6430eb1c55f672a9f093d50 |
| hovercard-subject-tag | issue:3828671770 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/MeVisLab/pythonqt/338/issue_layout |
| twitter:image | https://opengraph.githubassets.com/6fb2dfc0d97e34614e030b8183cf1e3c9481db102105a279a4af8309da08f54c/MeVisLab/pythonqt/issues/338 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/6fb2dfc0d97e34614e030b8183cf1e3c9481db102105a279a4af8309da08f54c/MeVisLab/pythonqt/issues/338 |
| og:image:alt | Getting this error on init: QMetaType::registerTypedef: -- Type name 'QObjectList' previously registered as typedef of 'QObjectList' [1032], now registering as typedef of 'QList ' [1074]. because I... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | JulienMaille |
| hostname | github.com |
| expected-hostname | github.com |
| None | 235f189cb7458700436eaa6676a45f9abab16ecdfb4be6cc339f24abaa820b19 |
| turbo-cache-control | no-preview |
| go-import | github.com/MeVisLab/pythonqt git https://github.com/MeVisLab/pythonqt.git |
| octolytics-dimension-user_id | 15028021 |
| octolytics-dimension-user_login | MeVisLab |
| octolytics-dimension-repository_id | 193056137 |
| octolytics-dimension-repository_nwo | MeVisLab/pythonqt |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 193056137 |
| octolytics-dimension-repository_network_root_nwo | MeVisLab/pythonqt |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | e26123de62cafb036ecaec64b7f90a01b4a7f823 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width