<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Whatever. People have Torcap for win32 if they want a GUI/easy config
so it doesn't really matter.<br>
<br>
Adam Langley wrote:
<blockquote cite="mid396556a2050902101044568e71@mail.gmail.com"
 type="cite">
  <pre wrap="">On 9/2/05, ADB <a class="moz-txt-link-rfc2396E" href="mailto:firefox-gen@walala.org">&lt;firefox-gen@walala.org&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap=""> I tested it in win32, and it doesn't really work. Some system calls differ.
Here's the output:
Settings\bushwacker\Desktop\test\make-private-tor-network.py",
line 28, in tor_get_version
     output = run(binary, "tor", "--version")
   File "C:\Documents and
Settings\bushwacker\Desktop\test\make-private-tor-network.py",
line 14, in run
     process = subprocess.Popen(args, executable = binary, stdout =
subprocess.PIPE, stderr = None, stdin = None)
   File "C:\Python24\lib\subprocess.py", line 549, in
__init__
     (p2cread, p2cwrite,
   File "C:\Python24\lib\subprocess.py", line 609, in
_get_handles
     p2cread = self._make_inheritable(p2cread)
   File "C:\Python24\lib\subprocess.py", line 650, in
_make_inheritable
     DUPLICATE_SAME_ACCESS)
 TypeError: an integer is required
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Looks like a bug in the subprocess module shipped with Python 2.4. The
faulting line of code is in a big "if mswindows:" block, and is
passing the wrong type of argument to a win32 call.


AGL

  </pre>
</blockquote>
<br>
</body>
</html>