Your message dated Sun, 6 May 2012 17:10:01 +0200
with message-id
<CAB4XWXzroex7ta7B=Vz2aciyrwLE=sfd_w9fepmkn8s1ml1...@mail.gmail.com>
and subject line Re: [Python-modules-team] Bug#596071: python-pygraphviz: weird
behaviour when naming file to read 'graph.dot'
has caused the Debian Bug report #596071,
regarding python-pygraphviz: weird behaviour when naming file to read
'graph.dot'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
596071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596071
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-pygraphviz
Version: 1.0-1
Severity: normal
Hi,
When loading a graph from a file and using 'graph.dot' as the filename, the
program acts very weird and always reports:
Warning: syntax error in line 1 near '.'
Although there is no syntax error. Renaming the file from 'graph.dot' so
something other like "g.dot" doesn't issue the error and loads the file
correctly.
example file:
graph s {
a -- b
}
example script:
#!/usr/bin/python
import pygraphviz
g = pygraphviz.AGraph("graph.dot")
print sorted(g.edges())
Both files are also attached.
Regards,
Alex
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (950, 'unstable'), (850, 'testing'), (750, 'stable'), (600,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-pygraphviz depends on:
ii graphviz 2.26.3-5 rich set of graph drawing tools
ii libc6 2.11.2-4 Embedded GNU C Library: Shared lib
ii libcdt4 2.26.3-5 rich set of graph drawing tools -
ii libcgraph5 2.26.3-5 rich set of graph drawing tools -
ii python 2.6.5-13 interactive high-level object-orie
ii python-support 1.0.9 automated rebuilding support for P
python-pygraphviz recommends no packages.
python-pygraphviz suggests no packages.
-- no debconf information
graph s {
a -- b
}
#!/usr/bin/python
import pygraphviz
g = pygraphviz.AGraph('g.dot')
print sorted(g.edges())
--- End Message ---
--- Begin Message ---
Version: 1.1-1
On Sat, Sep 18, 2010 at 12:54 PM, Sandro Tosi <[email protected]> wrote:
> Indeed I can replicate the problem, hence I've just forwarded the bug
> upstream.
This bug has been fixed with the above version.
Regards,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team