Questions tagged [canopy]

A Python-based tool for desktop application analysis and distribution of Python.

A Python-based tool for desktop application analysis and distribution of Python. Canopy provides an open and clear understandable environment for scientific research and calculations. Since the language is Python, their algorithms, scripts and programs will never be frozen in their own language. And with the analysis of desktop applications, data analysis, scripted scenarios, and building a more target-oriented applications.

Canopy was formerly known as the Enthought Python Distribution. It is a commercial product, but a free version is available (with fewer packages). Degree-granting institutions also qualify for a free academic license.

The product home page: https://www.enthought.com/products/canopy/

529 questions
0
votes
0 answers

Healpy and Canopy

Canopy Currently Does not have Healpy as an available package. I have tried to install Healpy by hand using the following commands: Download healpy.1.6.2.tar.gz and unzip to /home/user/healpy.1.6.2/ Check that canopy python is default Python...…
Tim
  • 1
  • 2
0
votes
1 answer

Canopy version of MySQLdb

I am running Enthought Canopy, python version 2.7.3, and am having difficulties using the module MySQLdb. I installed MySQL_Python 1.2.3 from the Canopy Package Manager, but when I run my code I get File "pyfits_test.py", line 2, in
0
votes
1 answer

Enthought Canopy Encoding Error

I've been using python from time to time for some small projects and just started using it again after quite a while. I'm using Enthoughts Canopy IDE and get the following error: UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in…
0
votes
1 answer

enthought canopy package manager "no arguments"

I have been using Enthought Canopy Distribution (Academic License) for the last few weeks. I have also used the Package Manager to install packages. But now today when I tried to install Scikit learn it showed the following error message "Takes no…
DotPi
  • 3,977
  • 6
  • 33
  • 53
0
votes
1 answer

Enthought Canopy fails to start

I have just installed Enthought Canopy on my Windows 7 32-bit (I have russian version of Windows). But when I tried to start it, I got a bug reporter dialog window saying "... we ran into a problem setting up your environment ...". I also tried…
Anton Guryanov
  • 12,109
  • 1
  • 15
  • 16
0
votes
1 answer

Enthought Canopy 64bit on OSX: import pyglet.gl failure

Retaining question for posterity; see workaround in edit The Pyglet package comes installed at base and isn't removable. Using the current fully updated version 1.1.4 of Pyglet, I get repeatable errors related to importing the item…
0
votes
1 answer

Enthought Canopy 1.0 missing Python.h and other includes

I installed the Canopy distribution from Enthought for Mac OSX 64 bit and the include/python-2.7 folder is missing. I couldn't find a package that includes this, has anyone had this problem and a solution?
0
votes
2 answers

Launching the $ command line in Canopy iPython

How can I launch the command that begins with $ in Canopy iPython ? I am using Windows 7. It seems such a trivial question but I tried to find an answer by googling every possible version of my question without coming close to an answer. Yet…
0
votes
1 answer

Canopy Clustering Without Hadoop

I am new to Mahout. I want to run Canopy Clustering on stand alone system without using Hadoop. Is this possible? If so can you kindly let me know the commands and steps for the same. Thanks in advance, Rashmi
Rashmi
  • 13
  • 3
-1
votes
1 answer

How to compare strings in multiple lists in Python?

I have a Twitter app that combs for tweets about trending topics. It makes a .txt file (called 'words') that parses every single word in all of the tweets as a string in a list. Currently, to compare each word in the twitter list to a list of…
atlas
  • 410
  • 4
  • 14
-1
votes
1 answer

How to extract positive and negative subnetworks from a singed network

With this code I found the list of all subgraphs, and then trying the extracting all positive and negative subnetworks but did not find any logic for this, can anyone help me import networkx as nx from networkx.algorithms.components.connected…
Suman Pandey
  • 21
  • 2
  • 8
-1
votes
1 answer

Canopy fails to start if environment variable HTTP_PROXY is set to invalid value

canopy fails to start if environment variable HTTP_PROXY is set to invalid value. how to set HTTP_PROXY for canopy from canopy command prompt? Best Regards
lida
  • 137
  • 1
  • 9
-1
votes
1 answer

getting started with Enthought Canopy - pandas not importing?

I'm just trying to get started with python following Python for Data Analysis but I've been having a really tough time getting everything to line up (this is sad but I am four hours in at least to an attempted install...?!?!). I have an academic…
sunny
  • 3,853
  • 5
  • 32
  • 62
-1
votes
1 answer

Is anyway to see inline errors in Python CANOPY?

As you know in MATLAB editor we have a feature to show inline errors : Is anyway to show inline messages in Python CANOPY? It is hard to run the code and check Canopy's interactive data-analysis environment to find basic errors in code. CANOPY…
Eghbal
  • 3,892
  • 13
  • 51
  • 112
-1
votes
1 answer

Entought Canopy Python and Pyinstaller

I am new here and to Python as well. I was doing some programming for graph interpolation, where the data is taken out of some .txt files. Here are some imported modules (and a small beggining part): import matplotlib.pyplot as plt import numpy as…