问题标签 [epd-python]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
493 浏览

python - Scikit-Learn windows安装错误:在注册表中找不到python 2.7

我已经安装了 Python 2.7 32 位附带的 Enthought Canopy 32 位。我下载了 Windows 安装程序 scikit-learn-0.13.1.win32-py2.7 .. 我的机器是 64 位的。我找不到英特尔处理器的 64 位 scikit learn 安装程序,只有 AMD 可用。

在注册表中找不到所需的 Python 2.7 是我尝试运行安装程序时收到的错误消息。我该如何解决这个问题?

0 投票
1 回答
1682 浏览

enthought - Canopy Does not Start on Windows 7 despite successful installation

I have a 64bit Windows 7 machine. Never had issues with EPD. I repeatedly tried to install both 64bit and /or 32bit Enthought Canopy. Despite installation being successful neither of them starts. I looked on Task Manager and the process does not even start. I have removed every other version of Python I have had and still no ability to launch caonpy

any advice on how to solve this?

0 投票
1 回答
171 浏览

enthought - wx.lib.activex 无法使用 Enthought Canopy 和 EPD 导入

import wx.lib.activex在 Windows 上的 Enthought Canopy 或 EPD 中提供的 wx 版本失败。如何让 activex 容器与 Enthought Python Distributions 一起使用?

0 投票
1 回答
190 浏览

python - 如何在 EPD 中升级 scipy 或 numpy?

他们的版本在 EPD 中是旧的。
我试过 pip,但似乎它们包含在 EPD 中。
有没有办法升级它们?

0 投票
2 回答
1201 浏览

canopy - 使用 Canopy 在代码编辑器和 ipython 控制台之间切换的键盘快捷键

如何使用 Canopy IDE 创建键盘快捷键以在代码编辑器和 ipython 控制台之间切换?

我尝试根据代码编辑文档(http://docs.enthought.com/canopy/configure/editor-scripting-api.html#code-editor-scripting-commands)和 ipython 窗格脚本命令编写宏(http://docs.enthought.com/canopy/configure/ipython-scripting-api.html#ipython-pane-scripting-commands,但看不到解决方案。

例如,我有一个将执行当前代码行的宏(无需选择它),但如果能够在执行后将光标切换回代码编辑器而无需触摸鼠标/触控板,那就太好了。

使用 Canopy 版本:Mac OS X 10.7.5 上的 1.1.1(64 位)

0 投票
1 回答
582 浏览

enthought - 在 Canopy 的编辑器中更改标签长度

抱歉,如果这不是一个合适的问题,但是当我通过电子邮件发送 Enthought 时,他们将我推荐到这里来问这个问题。

有没有办法在 Enthought 的 Canopy python 编辑器中更改选项卡创建的默认空格数(用于缩进)?我希望它缩进 2 个空格,而不是它当前插入的 4 个空格。