Simon Forman schrieb:
> Wolfgang wrote:
>> Hi Simon,
>>
>> I did not know that library! I'm still new to python and I still have
>> problems to find the right commands.
>
> Welcome. : ) Python comes with "batteries included". I'm always
> finding cool new modules myself, and I've been using it f
Wolfgang wrote:
> Hi Simon,
>
> I did not know that library! I'm still new to python and I still have
> problems to find the right commands.
Welcome. : ) Python comes with "batteries included". I'm always
finding cool new modules myself, and I've been using it for years. In
fact, I didn't notice
Hi Simon,
I did not know that library! I'm still new to python and I still have
problems to find the right commands.
But I suppose this library is mainly for partially
compressing/decompressing of files. How can I use that library to
compress/decompress full files without reading them into mem
Wolfgang wrote:
> Hi,
>
> I want to compress all files (also in subfolder). The code is working
> more or less, but I get a black popup window (command line window) for
> every file to compress. How do I cave to change my system call that
> nothing pops up?
>
> Wolfgang
>
> import os
> import subpr
Hi,
I want to compress all files (also in subfolder). The code is working
more or less, but I get a black popup window (command line window) for
every file to compress. How do I cave to change my system call that
nothing pops up?
Wolfgang
import os
import subprocess
dir="g:\\messtech"
for r