<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Thanks to a lot of help from Jeff, plus some tinkering, I managed to
    solve a bunch of issues I was having with networkx, however, I have
    a minor error left over:<br>
    <br>
    <small>IronPython 2.7 Beta 1 (2.7.0.10) on .NET 4.0.30319.1<br>
      Type "help", "copyright", "credits" or "license" for more
      information.<br>
      &gt;&gt;&gt; import networkx<br>
      Traceback (most recent call last):<br>
      &nbsp; File "&lt;stdin&gt;", line 1, in &lt;module&gt;<br>
      &nbsp; File "C:\Python27\Lib\site-packages\networkx\__init__.py", line
      75, in &lt;module<br>
      &gt;<br>
      AttributeError: 'module' object has no attribute 'date'<br>
      &gt;&gt;&gt; import networkx.sys<br>
      Traceback (most recent call last):<br>
      &nbsp; File "&lt;stdin&gt;", line 1, in &lt;module&gt;<br>
      &nbsp; File "C:\Python27\Lib\site-packages\networkx\__init__.py", line
      75, in &lt;module<br>
      &gt;<br>
      AttributeError: 'module' object has no attribute 'date'</small><br>
    <br>
    I was playing around with the interpreter, and couldn't really
    pinpoint any obvious bug, but when I opened __init__.py in visual
    studio, then tried to debug, I got this mistake:<br>
    <br>
    <small>Running C:\Python27\Lib\site-packages\networkx\__init__.py<br>
      Remote process has been reset...<br>
      Exception: IronPython.Runtime.Exceptions.ImportException: No
      module named __future__<br>
      <br>
      <big>Could this be related?&nbsp; Or __future__ not being found on
        developer studio is another separate problem that I need to fix
        by manually adding the ironpython standard library?&nbsp; I added a
        variable </big></small><b>IRONPYTHONPATH</b> to my path in the
    advanced properties of windows 7, but that doesn't seem to work for
    visual studio.<br>
    <br>
    Federico<br>
    <small><br>
      <br>
    </small>
  </body>
</html>