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


Members online

No members online now.

Forum statistics

Threads
474,470
Messages
2,571,809
Members
48,797
Latest member
PeterSimpson
Top