Download issue.

S

subhabangalore

Dear Group,

I am using Python on Windows 7 SP-1 (64 bit).

I have two versions of Python installed 2.7 and 3.2.

I want to install networkx in both.

How may I do that?

If any one may kindly let me know.

Regards,
Subhabrata.
 
D

Dave Angel

Dear Group,

I am using Python on Windows 7 SP-1 (64 bit).

I have two versions of Python installed 2.7 and 3.2.

I want to install networkx in both.

How may I do that?

If any one may kindly let me know.

Doing a search for networkx, there are several. But the most likely
candidate for what you might mean is:

http://pypi.python.org/pypi/networkx/
from that I see that both 2.7 and 3.2 are supported, and follow a
link to:

http://networkx.lanl.gov/
then I look for the documentation, which is here:

http://networkx.lanl.gov/contents.html

After that, I don't know what to tell you, as I don't use the package.
They do have a discussion group, however. I don't know its real name,
as all they list on the pages I saw was a google-groups link.

If you don't understand python egg files, and how to install them, you
might start with:
http://peak.telecommunity.com/DevCenter/EasyInstall
or
http://www.pip-installer.org/en/latest/index.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Few Issues on Parsing and Visualization 0
Textmining 6
Maximum Likelihood Estimation 10
HMM and CRF Package 4
HTML Parser 3
Graph Drawing 0
A Discussion on Python and Data Visualization 0
Simple Plot in Python 2

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top