<div dir="ltr">Hey,<div><br></div><div>The -name argument of pyrcc does not do anything.</div><div><br></div><div>When looking at the sources,</div><div><div>the `mInitName` member of `RCCFileInfo` in <a href="https://github.com/baoboa/pyqt5/blob/d9f32341e81ff3c29269c738cdfc1ba8b73db1f3/pyrcc/rcc.cpp">https://github.com/baoboa/pyqt5/blob/d9f32341e81ff3c29269c738cdfc1ba8b73db1f3/pyrcc/rcc.cpp</a> and <a href="https://github.com/baoboa/pyqt5/blob/d9f32341e81ff3c29269c738cdfc1ba8b73db1f3/pyrcc/rcc.h#L80-L81">https://github.com/baoboa/pyqt5/blob/d9f32341e81ff3c29269c738cdfc1ba8b73db1f3/pyrcc/rcc.h#L80-L81</a> is not used anywhere.</div><div><br></div><div>That makes it impossible in Python to import a rc module without registering it immediately.</div></div><div><br></div><div>Thanks!</div><div><br></div><div>Maarten</div></div>