Closed tcarneyjohnson closed 3 months ago
Scripts have often problems with spaces in path names because it is/was used as separator.
Problem your windows username contains a space:
Johnson Laptop
As you can see it in the error log this leads to an incomplete path:
'C:\Users\Johnson' is not recognized as an internal or external command,
Learning: avoid spaces in folder names or windows names ;)
Hi Rotzbua,
Thanks for confirming what I had already suspected (see my comments in the initial bug report), and lesson learned.
I'm looking for a way to resolve the issue, however.
Does anyone have any suggestions for how to deal with this that don't involve messing with my registry? Simply renaming the user doesn't change the name for the user folder, and Windows 11 doesn't allow you to easily change the name for that folder.
Any constructive suggestions would be appreciated.
I think the problem is the code line in setup.py
:
os.system("{} {} {}".format(sys.executable, os.path.join("scripts", "boxes2inkscape"), "inkex"))
Which is a simple build and execute.
There should be the problem with the path splitting.
Adding quotes should solve the problem.
os.system("{} '{}' {}".format(sys.executable, os.path.join("scripts", "boxes2inkscape"), "inkex"))
@tcarneyjohnson can you try the updated setup from my pr?
@Rotzbua Thank you for your assistance! As you've probably guessed I am no programmer, and am only a humble tinkerer. I am grateful for any help from the community.
With your updated setup.py script, it looks like the path issue is resolved but I still get an error:
C:\Users\Johnson Laptop\Desktop\boxes-master>py setup.py build running build running build_py updatePOT() Could not process translation because of error: Command '['xgettext -L Python -j --from-code=utf-8 -o po/boxes.py.pot', 'boxes/*.py scripts/boxesserver scripts/boxes']' returned non-zero exit status 1. Output: generate_mo_files() 'msgfmt' is not recognized as an internal or external command, operable program or batch file. 'msgfmt' is not recognized as an internal or external command, operable program or batch file. 'msgfmt' is not recognized as an internal or external command, operable program or batch file. 'msgfmt' is not recognized as an internal or external command, operable program or batch file. buildInkscapeExt() Could not build inkscape extension because of error: Command '['C:\Users\Johnson Laptop\AppData\Local\Programs\Python\Python311\python.exe', 'scripts\boxes2inkscape', 'inkex']' returned non-zero exit status 1. Output: Could not find Inkscape. Skipping plugin files. [WinError 2] The system cannot find the file specified creating build creating build\lib creating build\lib\boxes copying boxes\Color.py -> build\lib\boxes copying boxes\drawing.py -> build\lib\boxes copying boxes\edges.py -> build\lib\boxes copying boxes\extents.py -> build\lib\boxes copying boxes\formats.py -> build\lib\boxes copying boxes\gears.py -> build\lib\boxes copying boxes\lids.py -> build\lib\boxes copying boxes\parts.py -> build\lib\boxes copying boxes\pulley.py -> build\lib\boxes copying boxes\qrcode_factory.py -> build\lib\boxes copying boxes\robot.py -> build\lib\boxes copying boxes\servos.py -> build\lib\boxes copying boxes\vectors.py -> build\lib\boxes copying boxes\walledges.py -> build\lib\boxes copying boxes__init__.py -> build\lib\boxes creating build\lib\boxes\generators copying boxes\generators\abox.py -> build\lib\boxes\generators copying boxes\generators\agricolainsert.py -> build\lib\boxes\generators copying boxes\generators\airpurifier.py -> build\lib\boxes\generators copying boxes\generators\alledges.py -> build\lib\boxes\generators copying boxes\generators\angledbox.py -> build\lib\boxes\generators copying boxes\generators\angledcutjig.py -> build\lib\boxes\generators copying boxes\generators\arcade.py -> build\lib\boxes\generators copying boxes\generators\atreus21.py -> build\lib\boxes\generators copying boxes\generators\basedbox.py -> build\lib\boxes\generators copying boxes\generators\bayonetbox.py -> build\lib\boxes\generators copying boxes\generators\bintray.py -> build\lib\boxes\generators copying boxes\generators\birdhouse.py -> build\lib\boxes\generators copying boxes\generators\bottlestack.py -> build\lib\boxes\generators copying boxes\generators\bottletag.py -> build\lib\boxes\generators copying boxes\generators\breadbox.py -> build\lib\boxes\generators copying boxes\generators\brick_sorter.py -> build\lib\boxes\generators copying boxes\generators\burntest.py -> build\lib\boxes\generators copying boxes\generators\can_storage.py -> build\lib\boxes\generators copying boxes\generators\carbonfilter.py -> build\lib\boxes\generators copying boxes\generators\cardbox.py -> build\lib\boxes\generators copying boxes\generators\cardholder.py -> build\lib\boxes\generators copying boxes\generators\castle.py -> build\lib\boxes\generators copying boxes\generators\closedbox.py -> build\lib\boxes\generators copying boxes\generators\coffeecapsulesholder.py -> build\lib\boxes\generators copying boxes\generators\coinbanksafe.py -> build\lib\boxes\generators copying boxes\generators\coindisplay.py -> build\lib\boxes\generators copying boxes\generators\concaveknob.py -> build\lib\boxes\generators copying boxes\generators\console.py -> build\lib\boxes\generators copying boxes\generators\console2.py -> build\lib\boxes\generators copying boxes\generators\desksign.py -> build\lib\boxes\generators copying boxes\generators\dicebox.py -> build\lib\boxes\generators copying boxes\generators\dinrailbox.py -> build\lib\boxes\generators copying boxes\generators\discrack.py -> build\lib\boxes\generators copying boxes\generators\dispenser.py -> build\lib\boxes\generators copying boxes\generators\display.py -> build\lib\boxes\generators copying boxes\generators\displaycase.py -> build\lib\boxes\generators copying boxes\generators\displayshelf.py -> build\lib\boxes\generators copying boxes\generators\dividertray.py -> build\lib\boxes\generators copying boxes\generators\doubleflexdoorbox.py -> build\lib\boxes\generators copying boxes\generators\drillbox.py -> build\lib\boxes\generators copying boxes\generators\drillstand.py -> build\lib\boxes\generators copying boxes\generators\edges.py -> build\lib\boxes\generators copying boxes\generators\electronicsbox.py -> build\lib\boxes\generators copying boxes\generators\eurorackskiff.py -> build\lib\boxes\generators copying boxes\generators\fanhole.py -> build\lib\boxes\generators copying boxes\generators\filamentspool.py -> build\lib\boxes\generators copying boxes\generators\filltest.py -> build\lib\boxes\generators copying boxes\generators\flexbook.py -> build\lib\boxes\generators copying boxes\generators\flexbox.py -> build\lib\boxes\generators copying boxes\generators\flexbox2.py -> build\lib\boxes\generators copying boxes\generators\flexbox3.py -> build\lib\boxes\generators copying boxes\generators\flexbox4.py -> build\lib\boxes\generators copying boxes\generators\flexbox5.py -> build\lib\boxes\generators copying boxes\generators\flextest.py -> build\lib\boxes\generators copying boxes\generators\flextest2.py -> build\lib\boxes\generators copying boxes\generators\folder.py -> build\lib\boxes\generators copying boxes\generators\frontpanel.py -> build\lib\boxes\generators copying boxes\generators\gear.py -> build\lib\boxes\generators copying boxes\generators\gearbox.py -> build\lib\boxes\generators copying boxes\generators\gridfinitybase.py -> build\lib\boxes\generators copying boxes\generators\gridfinitytraylayout.py -> build\lib\boxes\generators copying boxes\generators\halfbox.py -> build\lib\boxes\generators copying boxes\generators\heart.py -> build\lib\boxes\generators copying boxes\generators\hingebox.py -> build\lib\boxes\generators copying boxes\generators\holepattern.py -> build\lib\boxes\generators copying boxes\generators\hooks.py -> build\lib\boxes\generators copying boxes\generators\integratedhingebox.py -> build\lib\boxes\generators copying boxes\generators\jigsaw.py -> build\lib\boxes\generators copying boxes\generators\jointpanel.py -> build\lib\boxes\generators copying boxes\generators\keyboard.py -> build\lib\boxes\generators copying boxes\generators\keyholder.py -> build\lib\boxes\generators copying boxes\generators\keypad.py -> build\lib\boxes\generators copying boxes\generators\lamp.py -> build\lib\boxes\generators copying boxes\generators\laptopstand.py -> build\lib\boxes\generators copying boxes\generators\laserclamp.py -> build\lib\boxes\generators copying boxes\generators\laserholdfast.py -> build\lib\boxes\generators copying boxes\generators\lbeam.py -> build\lib\boxes\generators copying boxes\generators\magazinefile.py -> build\lib\boxes\generators copying boxes\generators\makitapowersupply.py -> build\lib\boxes\generators copying boxes\generators\matrix.py -> build\lib\boxes\generators copying boxes\generators\microrack.py -> build\lib\boxes\generators copying boxes\generators\nemamount.py -> build\lib\boxes\generators copying boxes\generators\nemapattern.py -> build\lib\boxes\generators copying boxes\generators\notesholder.py -> build\lib\boxes\generators copying boxes\generators\openbox.py -> build\lib\boxes\generators copying boxes\generators\organpipe.py -> build\lib\boxes\generators copying boxes\generators\ottobody.py -> build\lib\boxes\generators copying boxes\generators\ottolegs.py -> build\lib\boxes\generators copying boxes\generators\ottosoles.py -> build\lib\boxes\generators copying boxes\generators\paintbox.py -> build\lib\boxes\generators copying boxes\generators\paperbox.py -> build\lib\boxes\generators copying boxes\generators\phoneholder.py -> build\lib\boxes\generators copying boxes\generators\photoframe.py -> build\lib\boxes\generators copying boxes\generators\piratechest.py -> build\lib\boxes\generators copying boxes\generators\pizzashovel.py -> build\lib\boxes\generators copying boxes\generators\planetary.py -> build\lib\boxes\generators copying boxes\generators\planetary2.py -> build\lib\boxes\generators copying boxes\generators\platonic.py -> build\lib\boxes\generators copying boxes\generators\polehook.py -> build\lib\boxes\generators copying boxes\generators\pulley.py -> build\lib\boxes\generators copying boxes\generators\rack10box.py -> build\lib\boxes\generators copying boxes\generators\rack19box.py -> build\lib\boxes\generators copying boxes\generators\rack19halfwidth.py -> build\lib\boxes\generators copying boxes\generators\rackbox.py -> build\lib\boxes\generators copying boxes\generators\rectangularWall.py -> build\lib\boxes\generators copying boxes\generators\regularbox.py -> build\lib\boxes\generators copying boxes\generators\regularstarbox.py -> build\lib\boxes\generators copying boxes\generators\robotarm.py -> build\lib\boxes\generators copying boxes\generators\rollholder.py -> build\lib\boxes\generators copying boxes\generators\rotary.py -> build\lib\boxes\generators copying boxes\generators\roundedbox.py -> build\lib\boxes\generators copying boxes\generators\royalgame.py -> build\lib\boxes\generators copying boxes\generators\sevensegment.py -> build\lib\boxes\generators copying boxes\generators\sevensegmentclock.py -> build\lib\boxes\generators copying boxes\generators\shadowbox.py -> build\lib\boxes\generators copying boxes\generators\shoe.py -> build\lib\boxes\generators copying boxes\generators\shutterbox.py -> build\lib\boxes\generators copying boxes\generators\sidedoorhousing.py -> build\lib\boxes\generators copying boxes\generators\sidehingebox.py -> build\lib\boxes\generators copying boxes\generators\silverwarebox.py -> build\lib\boxes\generators copying boxes\generators\skadis.py -> build\lib\boxes\generators copying boxes\generators\slantedtray.py -> build\lib\boxes\generators copying boxes\generators\slidingdrawer.py -> build\lib\boxes\generators copying boxes\generators\smallpartstray.py -> build\lib\boxes\generators copying boxes\generators\smallpartstray2.py -> build\lib\boxes\generators copying boxes\generators\spicesrack.py -> build\lib\boxes\generators copying boxes\generators\spool.py -> build\lib\boxes\generators copying boxes\generators\stachel.py -> build\lib\boxes\generators copying boxes\generators\storagerack.py -> build\lib\boxes\generators copying boxes\generators\storageshelf.py -> build\lib\boxes\generators copying boxes\generators\tetris.py -> build\lib\boxes\generators copying boxes\generators\trafficlight.py -> build\lib\boxes\generators copying boxes\generators\trayinsert.py -> build\lib\boxes\generators copying boxes\generators\traylayout.py -> build\lib\boxes\generators copying boxes\generators\trianglelamp.py -> build\lib\boxes\generators copying boxes\generators\two_piece.py -> build\lib\boxes\generators copying boxes\generators\typetray.py -> build\lib\boxes\generators copying boxes\generators\ubox.py -> build\lib\boxes\generators copying boxes\generators\unevenheightbox.py -> build\lib\boxes\generators copying boxes\generators\universalbox.py -> build\lib\boxes\generators copying boxes\generators\wallcaliperholder.py -> build\lib\boxes\generators copying boxes\generators\wallchiselholder.py -> build\lib\boxes\generators copying boxes\generators\wallconsole.py -> build\lib\boxes\generators copying boxes\generators\walldrillbox.py -> build\lib\boxes\generators copying boxes\generators\walledges.py -> build\lib\boxes\generators copying boxes\generators\wallpinrow.py -> build\lib\boxes\generators copying boxes\generators\wallplaneholder.py -> build\lib\boxes\generators copying boxes\generators\wallpliersholder.py -> build\lib\boxes\generators copying boxes\generators\wallrack.py -> build\lib\boxes\generators copying boxes\generators\wallrollholder.py -> build\lib\boxes\generators copying boxes\generators\wallslottedholder.py -> build\lib\boxes\generators copying boxes\generators\wallstairs.py -> build\lib\boxes\generators copying boxes\generators\walltypetray.py -> build\lib\boxes\generators copying boxes\generators\wallwrenchholder.py -> build\lib\boxes\generators copying boxes\generators\wavyknob.py -> build\lib\boxes\generators copying boxes\generators\winerack.py -> build\lib\boxes\generators copying boxes\generators_swtemplate.py -> build\lib\boxes\generators copying boxes\generators_template.py -> build\lib\boxes\generators copying boxes\generators__init__.py -> build\lib\boxes\generators running build_scripts creating build\scripts-3.11 copying and adjusting scripts\boxes -> build\scripts-3.11 copying and adjusting scripts\boxesserver -> build\scripts-3.11
Thanks again!
@Rotzbua As a quick addendum to my earlier comment, there are .inx files generated in the correct folder in spite of the error. I am unable to verify that they work correctly, however, as they are greyed out in the Inkscape Extensions menu. (I will check through the resolved issues to see if I can get these working.)
Hello and thank you for your work on this project.
As the title of this report states, I'm unable to build the Inkscape extensions in Windows 11 (although I am able to get boxes.py working through the browser app).
After running the command prompt from the boxes-master folder, I try running "setup.py build", but the inkex files are not built in the corresponding folder. I suspect that this is because there is a space in my user folder's name - "Johnson Laptop".
Here is the relevant text from the command prompt:
C:\Users\Johnson Laptop\Desktop\boxes-master>py setup.py build running build running build_py updatePOT() 'C:\Users\Johnson' is not recognized as an internal or external command, operable program or batch file. 'xgettext' is not recognized as an internal or external command, operable program or batch file. generate_mo_files() 'msgfmt' is not recognized as an internal or external command, operable program or batch file. 'msgfmt' is not recognized as an internal or external command, operable program or batch file. 'msgfmt' is not recognized as an internal or external command, operable program or batch file. 'msgfmt' is not recognized as an internal or external command, operable program or batch file. buildInkscapeExt() 'C:\Users\Johnson' is not recognized as an internal or external command, operable program or batch file. Could not find Inkscape. Skipping plugin files. [WinError 2] The system cannot find the file specified creating build creating build\lib creating build\lib\boxes copying boxes\Color.py -> build\lib\boxes copying boxes\drawing.py -> build\lib\boxes copying boxes\edges.py -> build\lib\boxes copying boxes\extents.py -> build\lib\boxes copying boxes\formats.py -> build\lib\boxes copying boxes\gears.py -> build\lib\boxes copying boxes\lids.py -> build\lib\boxes copying boxes\parts.py -> build\lib\boxes copying boxes\pulley.py -> build\lib\boxes copying boxes\qrcode_factory.py -> build\lib\boxes copying boxes\robot.py -> build\lib\boxes copying boxes\servos.py -> build\lib\boxes copying boxes\vectors.py -> build\lib\boxes copying boxes\walledges.py -> build\lib\boxes copying boxes__init__.py -> build\lib\boxes creating build\lib\boxes\generators copying boxes\generators\abox.py -> build\lib\boxes\generators copying boxes\generators\agricolainsert.py -> build\lib\boxes\generators copying boxes\generators\airpurifier.py -> build\lib\boxes\generators copying boxes\generators\alledges.py -> build\lib\boxes\generators copying boxes\generators\angledbox.py -> build\lib\boxes\generators copying boxes\generators\angledcutjig.py -> build\lib\boxes\generators copying boxes\generators\arcade.py -> build\lib\boxes\generators copying boxes\generators\atreus21.py -> build\lib\boxes\generators copying boxes\generators\basedbox.py -> build\lib\boxes\generators copying boxes\generators\bayonetbox.py -> build\lib\boxes\generators copying boxes\generators\bintray.py -> build\lib\boxes\generators copying boxes\generators\birdhouse.py -> build\lib\boxes\generators copying boxes\generators\bottlestack.py -> build\lib\boxes\generators copying boxes\generators\bottletag.py -> build\lib\boxes\generators copying boxes\generators\breadbox.py -> build\lib\boxes\generators copying boxes\generators\brick_sorter.py -> build\lib\boxes\generators copying boxes\generators\burntest.py -> build\lib\boxes\generators copying boxes\generators\can_storage.py -> build\lib\boxes\generators copying boxes\generators\carbonfilter.py -> build\lib\boxes\generators copying boxes\generators\cardbox.py -> build\lib\boxes\generators copying boxes\generators\cardholder.py -> build\lib\boxes\generators copying boxes\generators\castle.py -> build\lib\boxes\generators copying boxes\generators\closedbox.py -> build\lib\boxes\generators copying boxes\generators\coffeecapsulesholder.py -> build\lib\boxes\generators copying boxes\generators\coinbanksafe.py -> build\lib\boxes\generators copying boxes\generators\coindisplay.py -> build\lib\boxes\generators copying boxes\generators\concaveknob.py -> build\lib\boxes\generators copying boxes\generators\console.py -> build\lib\boxes\generators copying boxes\generators\console2.py -> build\lib\boxes\generators copying boxes\generators\desksign.py -> build\lib\boxes\generators copying boxes\generators\dicebox.py -> build\lib\boxes\generators copying boxes\generators\dinrailbox.py -> build\lib\boxes\generators copying boxes\generators\discrack.py -> build\lib\boxes\generators copying boxes\generators\dispenser.py -> build\lib\boxes\generators copying boxes\generators\display.py -> build\lib\boxes\generators copying boxes\generators\displaycase.py -> build\lib\boxes\generators copying boxes\generators\displayshelf.py -> build\lib\boxes\generators copying boxes\generators\dividertray.py -> build\lib\boxes\generators copying boxes\generators\doubleflexdoorbox.py -> build\lib\boxes\generators copying boxes\generators\drillbox.py -> build\lib\boxes\generators copying boxes\generators\drillstand.py -> build\lib\boxes\generators copying boxes\generators\edges.py -> build\lib\boxes\generators copying boxes\generators\electronicsbox.py -> build\lib\boxes\generators copying boxes\generators\eurorackskiff.py -> build\lib\boxes\generators copying boxes\generators\fanhole.py -> build\lib\boxes\generators copying boxes\generators\filamentspool.py -> build\lib\boxes\generators copying boxes\generators\filltest.py -> build\lib\boxes\generators copying boxes\generators\flexbook.py -> build\lib\boxes\generators copying boxes\generators\flexbox.py -> build\lib\boxes\generators copying boxes\generators\flexbox2.py -> build\lib\boxes\generators copying boxes\generators\flexbox3.py -> build\lib\boxes\generators copying boxes\generators\flexbox4.py -> build\lib\boxes\generators copying boxes\generators\flexbox5.py -> build\lib\boxes\generators copying boxes\generators\flextest.py -> build\lib\boxes\generators copying boxes\generators\flextest2.py -> build\lib\boxes\generators copying boxes\generators\folder.py -> build\lib\boxes\generators copying boxes\generators\frontpanel.py -> build\lib\boxes\generators copying boxes\generators\gear.py -> build\lib\boxes\generators copying boxes\generators\gearbox.py -> build\lib\boxes\generators copying boxes\generators\gridfinitybase.py -> build\lib\boxes\generators copying boxes\generators\gridfinitytraylayout.py -> build\lib\boxes\generators copying boxes\generators\halfbox.py -> build\lib\boxes\generators copying boxes\generators\heart.py -> build\lib\boxes\generators copying boxes\generators\hingebox.py -> build\lib\boxes\generators copying boxes\generators\holepattern.py -> build\lib\boxes\generators copying boxes\generators\hooks.py -> build\lib\boxes\generators copying boxes\generators\integratedhingebox.py -> build\lib\boxes\generators copying boxes\generators\jigsaw.py -> build\lib\boxes\generators copying boxes\generators\jointpanel.py -> build\lib\boxes\generators copying boxes\generators\keyboard.py -> build\lib\boxes\generators copying boxes\generators\keyholder.py -> build\lib\boxes\generators copying boxes\generators\keypad.py -> build\lib\boxes\generators copying boxes\generators\lamp.py -> build\lib\boxes\generators copying boxes\generators\laptopstand.py -> build\lib\boxes\generators copying boxes\generators\laserclamp.py -> build\lib\boxes\generators copying boxes\generators\laserholdfast.py -> build\lib\boxes\generators copying boxes\generators\lbeam.py -> build\lib\boxes\generators copying boxes\generators\magazinefile.py -> build\lib\boxes\generators copying boxes\generators\makitapowersupply.py -> build\lib\boxes\generators copying boxes\generators\matrix.py -> build\lib\boxes\generators copying boxes\generators\microrack.py -> build\lib\boxes\generators copying boxes\generators\nemamount.py -> build\lib\boxes\generators copying boxes\generators\nemapattern.py -> build\lib\boxes\generators copying boxes\generators\notesholder.py -> build\lib\boxes\generators copying boxes\generators\openbox.py -> build\lib\boxes\generators copying boxes\generators\organpipe.py -> build\lib\boxes\generators copying boxes\generators\ottobody.py -> build\lib\boxes\generators copying boxes\generators\ottolegs.py -> build\lib\boxes\generators copying boxes\generators\ottosoles.py -> build\lib\boxes\generators copying boxes\generators\paintbox.py -> build\lib\boxes\generators copying boxes\generators\paperbox.py -> build\lib\boxes\generators copying boxes\generators\phoneholder.py -> build\lib\boxes\generators copying boxes\generators\piratechest.py -> build\lib\boxes\generators copying boxes\generators\pizzashovel.py -> build\lib\boxes\generators copying boxes\generators\planetary.py -> build\lib\boxes\generators copying boxes\generators\planetary2.py -> build\lib\boxes\generators copying boxes\generators\platonic.py -> build\lib\boxes\generators copying boxes\generators\polehook.py -> build\lib\boxes\generators copying boxes\generators\pulley.py -> build\lib\boxes\generators copying boxes\generators\rack10box.py -> build\lib\boxes\generators copying boxes\generators\rack19box.py -> build\lib\boxes\generators copying boxes\generators\rack19halfwidth.py -> build\lib\boxes\generators copying boxes\generators\rackbox.py -> build\lib\boxes\generators copying boxes\generators\rectangularWall.py -> build\lib\boxes\generators copying boxes\generators\regularbox.py -> build\lib\boxes\generators copying boxes\generators\regularstarbox.py -> build\lib\boxes\generators copying boxes\generators\robotarm.py -> build\lib\boxes\generators copying boxes\generators\rollholder.py -> build\lib\boxes\generators copying boxes\generators\rotary.py -> build\lib\boxes\generators copying boxes\generators\roundedbox.py -> build\lib\boxes\generators copying boxes\generators\royalgame.py -> build\lib\boxes\generators copying boxes\generators\sevensegment.py -> build\lib\boxes\generators copying boxes\generators\sevensegmentclock.py -> build\lib\boxes\generators copying boxes\generators\shadowbox.py -> build\lib\boxes\generators copying boxes\generators\shoe.py -> build\lib\boxes\generators copying boxes\generators\shutterbox.py -> build\lib\boxes\generators copying boxes\generators\sidedoorhousing.py -> build\lib\boxes\generators copying boxes\generators\sidehingebox.py -> build\lib\boxes\generators copying boxes\generators\silverwarebox.py -> build\lib\boxes\generators copying boxes\generators\skadis.py -> build\lib\boxes\generators copying boxes\generators\slantedtray.py -> build\lib\boxes\generators copying boxes\generators\slidingdrawer.py -> build\lib\boxes\generators copying boxes\generators\smallpartstray.py -> build\lib\boxes\generators copying boxes\generators\smallpartstray2.py -> build\lib\boxes\generators copying boxes\generators\spicesrack.py -> build\lib\boxes\generators copying boxes\generators\spool.py -> build\lib\boxes\generators copying boxes\generators\stachel.py -> build\lib\boxes\generators copying boxes\generators\storagerack.py -> build\lib\boxes\generators copying boxes\generators\storageshelf.py -> build\lib\boxes\generators copying boxes\generators\tetris.py -> build\lib\boxes\generators copying boxes\generators\trafficlight.py -> build\lib\boxes\generators copying boxes\generators\trayinsert.py -> build\lib\boxes\generators copying boxes\generators\traylayout.py -> build\lib\boxes\generators copying boxes\generators\trianglelamp.py -> build\lib\boxes\generators copying boxes\generators\two_piece.py -> build\lib\boxes\generators copying boxes\generators\typetray.py -> build\lib\boxes\generators copying boxes\generators\ubox.py -> build\lib\boxes\generators copying boxes\generators\unevenheightbox.py -> build\lib\boxes\generators copying boxes\generators\universalbox.py -> build\lib\boxes\generators copying boxes\generators\wallcaliperholder.py -> build\lib\boxes\generators copying boxes\generators\wallchiselholder.py -> build\lib\boxes\generators copying boxes\generators\wallconsole.py -> build\lib\boxes\generators copying boxes\generators\walldrillbox.py -> build\lib\boxes\generators copying boxes\generators\walledges.py -> build\lib\boxes\generators copying boxes\generators\wallpinrow.py -> build\lib\boxes\generators copying boxes\generators\wallplaneholder.py -> build\lib\boxes\generators copying boxes\generators\wallpliersholder.py -> build\lib\boxes\generators copying boxes\generators\wallrack.py -> build\lib\boxes\generators copying boxes\generators\wallrollholder.py -> build\lib\boxes\generators copying boxes\generators\wallslottedholder.py -> build\lib\boxes\generators copying boxes\generators\wallstairs.py -> build\lib\boxes\generators copying boxes\generators\walltypetray.py -> build\lib\boxes\generators copying boxes\generators\wallwrenchholder.py -> build\lib\boxes\generators copying boxes\generators\wavyknob.py -> build\lib\boxes\generators copying boxes\generators\winerack.py -> build\lib\boxes\generators copying boxes\generators_swtemplate.py -> build\lib\boxes\generators copying boxes\generators_template.py -> build\lib\boxes\generators copying boxes\generators__init__.py -> build\lib\boxes\generators running build_scripts creating build\scripts-3.11 copying and adjusting scripts\boxes -> build\scripts-3.11 copying and adjusting scripts\boxesserver -> build\scripts-3.11
Please let me know if there is anything I can do to resolve the issue, or if there is something I am misunderstanding.
Thank you for your help!