Hi, 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 src. 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. So, I have some packages: * utils * display * about
which I would like to move them all into src giving * src/utils * src/display * src/about 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. 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? Any advice for how to achieve this? Regards, Tony. -- Tony Arnold; Retired computer scientist; a.c.arn...@gmail.com; +44 7521 071138