Closed GoogleCodeExporter closed 8 years ago
had to change GraphViewEdgeDict from a dict (which won't retain the original
order of
keys) subclass to DictMixin subclass.
Original comment by cjlee...@gmail.com
on 7 Jan 2009 at 12:20
Original comment by mare...@gmail.com
on 21 Feb 2009 at 2:07
Anybody else has problem running the sqltable_test.py? When I tried to run it,
I got
'cannot import name MapView' and 'cannot import name GraphView' errors.
qing@1[tests]$ python protest.py sqltable_test.py
Traceback (most recent call last):
File "protest.py", line 126, in <module>
run_all_tests(find_tests(*(sys.argv[1:])))
File "protest.py", line 69, in find_tests
exec 'import %s' % path
File "<string>", line 1, in <module>
File "/home/qing/workspace2008/pygr/tests/sqltable_test.py", line 3, in <module>
from pygr.sqlgraph import SQLTable,getNameCursor,MapView,GraphView,DBServerInfo
ImportError: cannot import name MapView
I can import both modules using a python interactive session:
>>> from pygr.sqlgraph import SQLTable
>>> from pygr.sqlgraph import MapView
>>> from pygr.sqlgraph import GraphView
>>> from pygr.sqlgraph import getNameCursor
Original comment by jqian....@gmail.com
on 22 Feb 2009 at 8:33
Hi Jenny,
please verify the fix to this bug that you reported, and then change its status
to
Closed. We are now requiring that each fix be verified by someone other than
the
developer who made the fix.
Thanks!
Chris
Original comment by cjlee...@gmail.com
on 5 Mar 2009 at 12:23
Original comment by jqian....@gmail.com
on 7 Mar 2009 at 11:49
Original comment by mare...@gmail.com
on 25 Jun 2009 at 1:28
Original issue reported on code.google.com by
jqian....@gmail.com
on 19 Dec 2008 at 7:44