Closed GoogleCodeExporter closed 9 years ago
posible, I install it with some thing wrong.
I try it with idle
and it will give me a wrong message
Traceback (most recent call last):
File "<pyshell#5>", line 1, in <module>
g.write_jpeg('graph_from_edges_dot.jpg', prog='dot')
File "build\bdist.win32\egg\pydot.py", line 1602, in <lambda>
lambda path, f=frmt, prog=self.prog : self.write(path, format=f, prog=prog))
File "build\bdist.win32\egg\pydot.py", line 1696, in write
dot_fd.write(self.create(prog, format))
File "build\bdist.win32\egg\pydot.py", line 1762, in create
stderr=subprocess.PIPE, stdout=subprocess.PIPE)
File "D:\tools\develop\Python25\lib\subprocess.py", line 586, in __init__
errread, errwrite) = self._get_handles(stdin, stdout, stderr)
File "D:\tools\develop\Python25\lib\subprocess.py", line 681, in _get_handles
p2cread = self._make_inheritable(p2cread)
File "D:\tools\develop\Python25\lib\subprocess.py", line 722, in _make_inheritable
DUPLICATE_SAME_ACCESS)
TypeError: an integer is required
I can't resolve it.
Original comment by cellinv...@gmail.com
on 8 May 2008 at 12:52
Same Here
help please
Original comment by hasbun.c...@gmail.com
on 8 Aug 2008 at 3:49
i run directly from console...
and no problem
IDLE do thats kind of stuff with many libraries
Original comment by hasbun.c...@gmail.com
on 8 Aug 2008 at 3:52
0.9.10 was using str() to convert the tuple members to strings before
concatenating
them with node_prefix.
For unknown reasons, 1.0.2 was changed to no longer convert to string. You can
only
use strings in the tuples.
Original comment by jordan.s...@gmail.com
on 23 Jan 2009 at 5:53
Original comment by ero.carr...@gmail.com
on 30 Oct 2010 at 11:46
Issue 17 has been merged into this issue.
Original comment by ero.carr...@gmail.com
on 30 Oct 2010 at 11:54
Original issue reported on code.google.com by
cellinv...@gmail.com
on 7 May 2008 at 3:49