Questions tagged [enthought]

Enthought provides scientific and analytic software, training, and consulting solutions utilizing Python. The Enthought Canopy (formerly EPD, or Enthought Python Distribution) software platform includes an integrated analysis and application development environment plus a Python distribution with over 200 pre-compiled core scientific and analytic libraries such as SciPy, NumPy, Pandas, Matplotlib, and IPython.

Enthought provides scientific and analytic software, training, and consulting solutions utilizing Python.

The Enthought Canopy (formerly EPD, or Enthought Python Distribution) software platform includes an integrated analysis and application development environment plus a Python distribution with over 200 pre-compiled core scientific and analytic libraries such as SciPy, NumPy, Pandas, Matplotlib, and IPython.

In 2014, Enthought introduced Enthought Training on Demand, an online learning library of Python training modules developed for scientists, engineers, and data analysts. The company also provides live Python training classes and consulting solutions for enterprises in industries such as finance, energy, aerospace, consumer products, and biotechnology.

The company was founded in 2001 and is headquartered in Austin, Texas, with additional offices in Cambridge, UK, and Mumbai, India.

835 questions
-1
votes
1 answer

MySQLdb import error Enthought Canopy

I'm about to lose my mind over this one, so any help is much appreciated. I'm working with win8.1, and Enthought Canopy Python 2.7.6 that I'm running from the command line. I initally had difficulties installing MySQLdb, but eventually the…
Laura
  • 1
  • 1
-1
votes
1 answer

Trying to update Enthought Canopy 64 bit v1.2.0.1610 to 1.3.0.1705 on a Mac

The Canopy Package manager tells me there is an update available from Canopy v1.2.0.1610 to 1.3.0.1715 (64 bit running on a Mac with Mavericks). When I chose "install and relaunch" canopy closes but does not install the update or relaunch. When I…
Geophys
  • 21
  • 4
-1
votes
2 answers

Python Error in Canopy but not in IDLE

I have this simple script that attaches a text file to an email in Python. When I run this script in IDLE it works fine. When I run it in Canopy Express however, I get this error: (The text.txt file is in the same directory as the python…
diggers3
  • 229
  • 3
  • 17
-1
votes
1 answer

How to plot selective data from a text file?

I want to plot the vehicle acceleration and velocity (simple line graphs) of only those vehicles (vehicle IDs) which are cars (vehicle class = 2) following trucks (vehicle class = 3). I have a DataFrame as follows: Vehicle ID Vehicle Class Lane…
beginagain
  • 87
  • 1
  • 2
  • 6
-1
votes
1 answer

How to access lxml on Mac OS X with Enthought Canopy installed?

I am new to python and programming in Terminal. I am trying to install and then access lxml but I already installed Canopy, and I don't know how to get to the normal installation directory or how to make sure that Canopy can see the installation.…
jessi
  • 1,438
  • 1
  • 23
  • 36
-1
votes
6 answers

Editor for EDP 7.3.2 Mac Osx 10.8.2

I am very new to python and have installed the EPD 7.3.2 academic package. I have not been able to locate an editor for mac osx 10.8.2 within the libraries included in the package. The only editor part of this package is scite but this is only for…
-2
votes
1 answer

enthought canopy does not start

I installed it about 3 weeks ago and it's been working fine, the 32 bit version onto my 64 bit PC. I tried opening it up today and nothing was working. It just wouldn't open, there was no loading error or message, nothing came up. I deleted it and…
-2
votes
1 answer

Can't install Enthought Canopy 1.4.1 64-bit on Windows 7 Professional with Service Pack 1

I'm trying to install Enthought Canopy 1.4.1 64-bit on Windows 7 Professional with Service Pack 1 and have confirmed the MD5 hash of my file download matches the reference value on the Enthought website. Double clicking the installer brings up an…
-3
votes
1 answer

Why wont chr(27) work properly?

I'm going to start by providing my code, first. import sys # -*- coding: utf-8 -*- def print_box(pick): top_line= ' '+u'\u2554'+u'\u2550'*80 + u'\u2557' bottom_line= ' '+u'\u255A'+u'\u2550'*80 + u'\u255D' middle_line= ' …
jweaver
  • 11
  • 7
-4
votes
2 answers

Has anyone installed Scrapy under Canopy distro

I am new to Canopy. I have some data mining projects that I would like to do using Python. I was wondering if anyone was able to install Scrapy under Canopy? Is it easy to install packages outside of the main repository?
bart
  • 1
1 2 3
55
56