Hello,
I'm using Python to automate admin tasks on my job. We use Windoze
2000 as desktop platform. When executing this daily backup scripts I
get the following error:
Traceback (most recent call last):
File "C:\UTILS\backup.py", line 8, in ?
TarFileBackup = tarfile.open(NewBackupFilename,
Once you master one language it is easy to understand other. I mastered C in
my younger years, writing signal handlers and thread on Solaris and AIX.
It it not the syntax, that comes easy, it is building the correct algorithm
that matters.
The best way to learn is make some thing useful that y
Subir wrote:
> Hi,
>
> I am trying to build an application to explore the contents of an
> outlook .pst files. All the reference that I have seen uses the
> registry to do so. Does any one know any other way of doing this. Also,
> is anyone has any code which does something related to this, plea