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
1 answer

cannot import sympy , scipy in IPython

I can't import scipy, sympy from the Mac terminal using Ipython. My python distribution is Canopy and this is also my default python environment (IPython is aliased to /Library/Enthought/Canopy_64bit/User/bin/ipython.) The operationg system is OS X…
bergercookie
  • 2,542
  • 1
  • 30
  • 38
0
votes
2 answers

unable to edit .py files in vim after Mavericks OS upgrade

I' ve recently installed Mavericks OS X. Since then I am unable to manipulate a .py file using vim. I can use vi some_filename as usual, but when I run vi some_filename.py I get the following error in the terminal: "some_filename" [New…
bergercookie
  • 2,542
  • 1
  • 30
  • 38
0
votes
1 answer

Canopy - get Access Denied error

I'm learning python (from a very low baseline) and recently re-installed Canopy (on a MacBook) It was working fine before. Now whenever I try an launch the editor I get a Access Denied error. Can anyone help? Please bear in mind my…
0
votes
1 answer

How to get Enthought Canopy virtual environment to look like an independent Python installation to binary installers on Windows?

I've created a new test virtual environment in Enthought Canopy 1.1.1 (64-bit) using canopy_cli venv NEW_PATH as per the documentation, however when I run a binary installer such as the latest numpy, it doesn't find the venv as a place where the…
Tim Rae
  • 3,167
  • 2
  • 28
  • 35
0
votes
2 answers

Python Enthought Canopy Refuses to work

I installed Canopy and after a continuous loop it crashed. Brought up this bug report. I have uninstalled, restarted and reinstalled but to no avail. Here is my log: I need this to work for a programme course: Please help. Here is…
kyzen
  • 293
  • 1
  • 3
  • 15
0
votes
0 answers

Canopy error running SciPy documentation example

When I try to execute the following code from SciPy documentation in Canopy(Enthought Inc): from scipy import integrate import numpy as np N = 5 def f(t, x): return np.exp(-x*t) / t**N print integrate.nquad(f, [[1, np.inf],[0, np.inf]]) I get…
Cupitor
  • 11,007
  • 19
  • 65
  • 91
0
votes
1 answer

Enthought Canopy Lock Error

I have been using Enthought Canopy for quite a while now with the academic license. Till yesterday it was working fine. But now when I try to open it, it is showing LockError: Lock could not be acquired Here is a complete summary of the bug report…
DotPi
  • 3,977
  • 6
  • 33
  • 53
0
votes
1 answer

CANNOT Install external modules in Canopy

I have set Canopy as my default python compiler. I want to install scikits modules, currently not available in Canopy Package manager. I have installed setup tools and easy_install, pip which points to Canopy installation ( which easy_install ->…
bergercookie
  • 2,542
  • 1
  • 30
  • 38
0
votes
1 answer

Installing scikits.bvp_solver

I need to use scikits.bvp_solver in python. I currently use Canopy as my standard Python interface, where this package isn't available. Is there another available package for solving boundary value problems? I have also tried downloading using…
bergercookie
  • 2,542
  • 1
  • 30
  • 38
0
votes
1 answer

Python GTK module not found with Enthought's Canopy

In the simple code import gtk class GettingStarted: def __init__(self): window = gtk.Window() window.show() GettingStarted() gtk.main() I receive an import error at the lines from glib._glib import * _PyGLib_API = _glib._PyGLib_API DLL…
glowsticc
  • 1
  • 2
0
votes
1 answer

Canopy with Visual Studio...

Does anybody have documentation on how to set up the Canopy Python environment as an interpreter within Visual Studio? I am new to VS and Canopy so I apologize if this seems trivial. I have read the following sites but still struggling to get…
0
votes
1 answer

Canopy UnicodeEncodeError: 'ascii' codec can't encode characters in position 31-32: ordinal not in range(128)

I saw other questions with the same title, but they don't answer what I'm looking for. I have the native python 2.7.2 in my macbook OS X (mountain lion), and use the package RDFlib with no problem. Few days ago, I installed Canopy, which is a nice…
Marcelo
  • 438
  • 5
  • 16
0
votes
1 answer

Install 32 bit Canopy on Win 7, 32-bit machine fails

I'm trying to install Canopy (canopy-1.1.0-win-32.msi) on a 32 bit windows machine. The install appears to work fine, but when I launch any of the tools, nothing happens. I can open a command line and run canopy_cli.exe which I found and it…
user1104605
  • 97
  • 1
  • 8
0
votes
3 answers

Cannot launch Enthought Canopy (64-bit) in Ubuntu 12.10

I downloaded the Enthought Canopy installer and ran it. The install finished with no problem, created ~/Canopy, etc.. However when I try to launch the application for the first time, I get the following error (line-breaks added before '1' and '9'…
0
votes
1 answer

Standalone IPython notebook crashes on EDP's Canopy without network connection

When I try to start the ipython notebook from EPD's Canopy while not connected to the Internet, the notebook crashes before starting up. This does not happen when connected to the net. Any help would be most welcome. The short crash dump follows…
Mark
  • 439
  • 1
  • 5
  • 18