【发布时间】:2017-09-03 17:55:40
【问题描述】:
我今天为我的激光雕刻机安装了 inkscape 和一些插件。
我将扩展文件复制到两个目录(如果我只复制一个目录,扩展在程序菜单中看不到正确):
C:\Users\Alen Geere\AppData\Roaming\inkscape\extensions
C:\Program Files\Inkscape\share\extensions
在程序中,当我尝试打开扩展时,我没有收到任何错误。什么都没有。
但是当我检查扩展错误文本文件时,我发现了一些东西:
Extension "DXF Input" failed to load because a dependency was not met.
Dependency:
type: ex
ecutable
location: extensions
string: inkex.py
Extension "About" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "Area" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "Check for updates" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "DXF Points" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "Engraving" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "Graffiti" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "Lathe" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "Orientation points" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "Path to Gcode" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "Prepare path for plasma" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "Tools library" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "J Tech Photonics Laser Tool" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
Extension "Raster 2 Laser GCode generator" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: inkex.py
发生了什么事?我在 web 上的 windows 中阅读了有关 python 和环境变量的信息。我安装了 python 的最新版本并将路径信息添加到变量中。请问你能帮帮我吗?谢谢。
我使用的是 Windows 7 64 墨景 0.92 Gcodetools 扩展 j tech photonics 激光工具扩展
【问题讨论】:
标签: python plugins software-design vector-graphics inkscape