我正在尝试在八度音程中安装符号包,我将包放在正确的目录中,这是我在Octave中的当前目录,但是当它尝试安装包时,它给出了一个错误,说它可以&#39;找到python。我使用<?xml version="1.0"?>
<!-- Generated by SVGo -->
<svg width="500" height="500"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
<![CDATA[
@font-face {font-family: "waffle_regularregular";src:url('/font/waffleregular-webfont.eot');src: url('/font/waffleregular-webfont.eot?#iefix') format('embedded-opentype'),url('/font/waffleregular-webfont.woff2') format('woff2'),url('/font/waffleregular-webfont.woff') format('woff'),url('/font/waffleregular-webfont.ttf') format('truetype'),url('/font/waffleregular-webfont.svg#waffle_regularregular') format('svg');font-weight: normal;font-style: normal;}
]]>
</style>
<style type="text/css">
<![CDATA[
text {font-family: "waffle_regularregular"}
]]>
</style>
</defs>
<text x="250" y="250" style="text-anchor:middle;font-size:30px;fill:white">ทดสอบ test ព័ត៌មានតាមថ្ងៃ 日本語 中文</text>
</svg>
并刚刚安装了octave version 4.0.0
。这是我的代码尝试安装:
Python 2.7.10
如果它是相关的,Python安装在octave目录之外。如果有更简单的方法来获得八度的符号功能,请告诉我。
答案 0 :(得分:0)
首先打开提示并运行'python'。如果没有打开python控制台并且提示符表明此命令无法识别,则您遇到同样的问题,我可以修复将python添加到环境路径。
修复它:
;C:\python27
附加到Path
变量。