deepinthewoods
deepinthewoods
So, pkgutil.walk_packages() does not work within a pyInstaller exe file, even if they are added to the --hidden-imports. I have made a workaround which only happens if the list of...
The write permission is because inkscape is executing boxes.exe from the base inkscape folder. So it's trying to write to inkscape/box.svg instead of extensions/box.svg. Just changing to default location to...
The user can specify a python interpreter by editing inkscape's preferences.xml if they're running from source, in which case the INX files need to be as you've written. So both...
The pkgutil thing is just from pyInstaller, you should be able to reproduce it in linux. I'm just running 'pyinstaller -F boxes' from the scripts folder. The resulting executable in...