read_gml not include?

Asked by dikshie

Python 2.5.2 (r252:60911, May 7 2008, 15:21:12)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import networkx.readwrite.gml as NRG
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named gml
>>>

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu python-networkx Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Albert Damen (albrt) said :
#1

According to the python-networkx website, GML is a new feature in version 0.36.
As we have version 0.35 in Hardy, you cannot use gml in Hardy.
0.36 is included in the current development version (Intrepid), so it will become available in October.
If GML is really a "must have" feature, you can try and get it backported to Hardy. See https://help.ubuntu.com/community/UbuntuBackports

Regards,
Albert

Can you help with this problem?

Provide an answer of your own, or ask dikshie for more information if necessary.

To post a message you must log in.