Comment 9 for bug 517870

Revision history for this message
Marvin86 (marvin-offiah) wrote :

mapmaker.py and mapmaker.inx are both located in the extensions folder.

There is also a folder called "mapmaker_" within the extensions folder that contains the "__init__.py" and "mapmake.py".

I would have loved to make things less complicated by putting EVERY file related to my extension into the "mapmaker_" folder and calling it "mapmaker" instead of "mapmaker_", but unfortunately Inkscape doesn't understand it when I try to enter a relative path of "extensions\mapmaker" into the INX file.

I'd hate putting all the files into the extensions folder, because they're gonna be many later, and I want to substructure them into folders when the time comes.