Hi, I've no problem importing leoQt submodules but no way to import subsubmodules : For example : from leo.core.leoQt import QtCore -> OK object = QtCore.QObject -> OK from leo.core.leoQt.QtCore import QObject -> ImportError: No module named QtCore
Since I'm importing existing code into Leo, I would prefer not having to replace every subModule by QtCore.subModule and so... Is this a knowned and wanted situation or it can be considered as a bug ? -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
