<html><head><style>pre,code,address {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
ol,ul {
  margin-top: 0em;
  margin-bottom: 0em;
}
blockquote {
  margin-top: 0em;
  margin-bottom: 0em;
}
</style></head><body><p>Hi,</p><p>I'm looking to re-organise the directory structure in my pyqt6 project. I have a number of packages and modules in the top level directory of the project which I would like to move into a directory called <code><font face="monospace">src</font></code>.</p><p>I'd like to do this as there are non package files in the top directory and I would like to separate out the package stuff.</p><p>So, I have some packages:</p><ul><li><font face="monospace">utils</font></li><li><font face="monospace">display</font></li><li><font face="monospace">about</font></li></ul><div><br></div><div>which I would like to move them all into <font face="monospace">src</font> giving</div><div><br></div><ul><li><font face="monospace">src/utils</font></li><li><font face="monospace">src/display</font></li><li><font face="monospace">src/about</font></li></ul><div><br></div><div>I don't see an obvious of doing this with the eric-ide, although there is a move module option in the refactoring menu, but no move package option.</div><p>I can obviously move directories around with file manager but I'm concerned about how eric will handle this or if it gets into a mess. Would I just have to add the new directories to the project and maybe remove the old ones?</p><p>Any advice for how to achieve this?</p><p>Regards,</p><p>Tony.</p><div><code>-- </code></div><div>Tony Arnold; Retired computer scientist; <a href="mailto:a.c.arnold@gmail.com">a.c.arnold@gmail.com</a>; +44 7521 071138</div></body></html>