Moving project directories

Tony Arnold a.c.arnold at gmail.com
Sat Jul 19 17:41:41 BST 2025


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.arnold at gmail.com; +44 7521
071138
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/eric/attachments/20250719/f2f9f46a/attachment.htm>


More information about the Eric mailing list