enthought Questions
2
Solved
I'm running code under Enthought Canopy to open and read a file. It keeps telling me IOError.
But I am pretty sure the text file name is right and it is in the same directory with the Python file,...
Tuchman asked 31/5, 2013 at 0:57
3
Solved
Fast Fourier Transforms (FFTs) in Numpy/SciPy are not threaded. Enthought Python is shipped with the Intel MKL numerical library, which is capable of threaded FFTs. How does one get access to these...
Centner asked 1/8, 2012 at 5:14
1
I am using Enthought's Canopy/EPD version of python which ships with numpy linked against MKL. I am currently running a set of simulations in parallel (using PP) on both my work computer (Windows 7...
2
I would like to combine multiple Mayavi objects into a single "grouped" object so that I control all of their properties together. For example I created the following bi-convex lens shape by combin...
1
Solved
I would like to visualise a VTK data file (OpenFOAM output) using python. The plot I would like to make is a 1-d line plot of a quantity between two endpoints. To do so, the unstructured data shoul...
Astrict asked 7/2, 2014 at 15:1
7
Solved
I downloaded Pydev plugin for Eclipse (3.5.2) today on Mac OSX 10.5.8. To be able to use Pydev, I need to configure the interpreter in Eclipse. I am not clear what exactly I need to do here, or wha...
1
Solved
The font size setting in Enthough Canopy Mayavi mlab appears to be broken.
Neither the command:
mlab.axes.label_text_property.font_size = 12 (e.g.)
nor the direct menu font size command (advance...
Pickup asked 7/11, 2013 at 0:9
2
Solved
I am working through the traits presentation from PyCon 2010. At about 2:30:45 the presenter starts covering trait event notifications, which allow (among other things) the ability to automatically...
1
Solved
I am trying to make an executable with python, py2exe using Enthought. The program.py starts with:
import pandas as pd
import pyper as pr
r=pr.R(use_pandas=True)
The setup.py is as below:
from ...
Tippler asked 18/9, 2013 at 10:9
2
Solved
I am trying to plot a colorbar in Python using the matplotlib libraries. The plot works well, but the color bar wont show the end ticks on the color bar.
Using the following command plots the color...
Heiskell asked 26/7, 2013 at 13:13
2
Solved
I'm trying to install Theano on Enthought Python Distribution (EPD), but I am getting a weird error. Here is what my installation looks like:
I have installed EPD to C:\Python27.
After that, I ha...
1
Solved
I'm trying to substitute two symbols in my equation for the matrix form of each of them.
I created a commutator function which formed my expression:
t, vS, = sy.symbols('t, vS', commutative = Fa...
6
I've installed the Enthought Python Distribution, which is basically a glorified Python distribution with added libraries for numerical and scientific computing. Now, since I use Debian, there is P...
Stratocumulus asked 25/1, 2012 at 19:16
8
Solved
I used Enthought's python distribution as a graduate student for data analysis and really enjoyed it. But I've recently taken a job which takes away my ability to use it.
I prefer Python fo...
6
Solved
I have a basic terminal question. I just installed enthought's Canopy for Python on Snow Leopard, and (Canopy 64bit) continually shows up when I'm working on the command line.
EX:
(Canopy 64bit) M...
Abbie asked 11/4, 2013 at 6:52
0
Canopy's integrated Ipython terminal allows to use Emacs keybindings, but the integrated code editor won't. This is a problem when switching from one window to the other...
Is there a way to activa...
Scrambler asked 8/5, 2013 at 2:1
1
Solved
Previously I have been using a python environment maintained by Mac ports. I had some basic scripts using PyQT, VTK, matplotlib etc. I have been able to use Paraview but seem a little heavy for my ...
Scaremonger asked 3/5, 2013 at 2:57
1
Solved
I have a set of plots in python and want to add legends to each of them separately. I am generating the plots in a for loop and want to add the legends dynamically.
Im getting only the last legend...
Guild asked 28/4, 2013 at 16:1
2
Solved
Maybe a stupid question, but I was wondering where Python's distutils get the compiler options from? It gets some linked directories wrong and I want to correct that once and for all.
I know ther...
Janusfaced asked 18/4, 2013 at 7:58
2
According to the Enthought website, the EPD Python distribution uses MKL for numpy and scipy. Does EPD Free also use MKL? If not does it use another library for BLAS/LAPACK? I am using EPD Free 7.3...
Birk asked 18/2, 2013 at 22:31
2
Solved
I'm looking for opinions and experiences about using Traits / TraitsUI / enaml for Python desktop development.
The documentation and the Enthought support looks promising, so I wanted to know real...
Zinck asked 27/12, 2012 at 17:19
2
I am monitoring an experiment in real time using matplotlib to generate plots in a while loop. Ideally, the loop should exit on something like a KeyboardInterrupt. This works well enough in an Ubun...
Calcariferous asked 7/1, 2013 at 16:31
1
When I run import matplotlib.pyplot as plt, I get the following error message:
---------------------------------------------------------------------------
ImportError Traceback (most recent call l...
Triarchy asked 8/11, 2012 at 15:44
1
Solved
I have EPD 7.3.1 installed (nowadays called Enthought Canopy), which comes with scikit-learn v 0.11. I am running Ubuntu 12.04. I need to install v 0.12 of scikit-learn.
The scikit-learn doc says...
Stcyr asked 31/8, 2012 at 17:1
1
Solved
The Chaco plotting toolkit for Python includes examples that show how to dynamically update existing plots. However, my application requires that I dynamically create and destroy plots depending on...
© 2022 - 2024 — McMap. All rights reserved.