Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Download issue.

Reply
Thread Tools

Download issue.

 
 
subhabangalore@gmail.com
Guest
Posts: n/a
 
      10-02-2012
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.
 
Reply With Quote
 
 
 
 
Dave Angel
Guest
Posts: n/a
 
      10-02-2012
On 10/02/2012 04:43 AM, wrote:
> 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

--

DaveA

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Direct Download Movies - No Download Limits - Download DivX DVDMovies hussain dandan Python 0 12-06-2009 04:52 AM
Where download download java.awt.robot class Rafal Majda Java 5 04-18-2005 05:00 PM
problem with code download file - two window file download Sam -- ASP .Net 2 03-17-2005 04:20 PM
Re: How can I display a download link in my (C#) ASP.NET web form to download a file stored in my sql db? Steve C. Orr [MVP, MCSD] ASP .Net 0 03-07-2005 07:14 PM
File upload/download from database. Download appends aspx page to end of file Ryan Taylor ASP .Net 2 11-10-2004 08:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57