al Message-
From: Jesus Rivero - (Neurogeek) [mailto:[EMAIL PROTECTED]
Sent: Thursday, 23 March, 2006 19:47
To: Joram Agten
Cc: python-list@python.org
Subject: Re: pydoc does not like this file
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
hmmm guess -w should be after python and not after py
Hello
please put me in
CC
I'm trying pydoc as
documentation for my projects but I have the following
problem
when runnig pydoc on
my whole project there is also a file setup.py (from py2exe)
but pydoc gives me
the following for that file:
[D:\programming\trunk\tecap\joag\checkvalue]pyth
e in you path for this to work)
Can somebody shed any light on this please?
Thanks in advance
Joram Agten
import os
import tempfile
import threading
import subprocess
def touch(filename):
output = str()
process = subprocess.Popen("touch " + filename ,