RE: pydoc does not like this file

2006-03-24 Thread Joram Agten
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

pydoc does not like this file

2006-03-23 Thread Joram Agten
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

os.remove OSError: [Errno 13] Permission denied

2006-02-01 Thread Joram Agten
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 ,