#9567: Networkx-1.1 spkg
----------------------------+-----------------------------------------------
   Reporter:  bedwards      |       Owner:  jason, ncohen, rlm                  
     
       Type:  enhancement   |      Status:  new                                 
     
   Priority:  minor         |   Milestone:                                      
     
  Component:  graph theory  |    Keywords:  networkx spkg graph theory          
     
     Author:  Ben Edwards   |    Upstream:  Reported upstream. Little or no 
feedback.
   Reviewer:                |      Merged:                                      
     
Work_issues:                |  
----------------------------+-----------------------------------------------

Comment(by rlm):

 The `graph_generators.py` failure looks like a new NX bug:
 {{{
 sage: networkx.random_powerlaw_tree(10, 2)
 ---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call
 last)

 /scratch/rlmill/sage-4.5-linux-64bit-
 ubuntu_8.04.4_lts-x86_64-Linux/<ipython console> in <module>()

 /scratch/rlmill/sage-4.5-linux-64bit-
 
ubuntu_8.04.4_lts-x86_64-Linux/local/lib/python/networkx/generators/random_graphs.pyc
 in random_powerlaw_tree(n, gamma, create_using, seed, tries)
     930
     931     """
 --> 932     from nx.generators.degree_seq import degree_sequence_tree
     933     try:
     934         s=random_powerlaw_tree_sequence(n,

 ImportError: No module named nx.generators.degree_seq
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9567#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to