Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23160

How to install ChartDirector?

$
0
0

I am trying to install the ChartDirector module for python. I downloaded, expanded it and put it in /Users/MyName/anaconda/lib/python2.7/site-packages/ChartDirector along with all the other modules I use.

However when I try and call the module I get the following error:

File "Zones.py", line 1, in <module>from pychartdir import *ImportError: No module named pychartdir

I have changed my Python Path to include the exact name of the module:

import syssys.path.append("/Users/paulbaranowski/anaconda/lib/python2.7/site-packages/ChartDirector")print(sys.path)

But I am still getting the same error. Do you have any advice as to how to get this to work?


Viewing all articles
Browse latest Browse all 23160

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>