[arch-general] Clearing __pycache__ folders

2012-05-08 Thread Jayesh Badwaik
Hi, I am using some packages in python3.2 which create a __pycache__ folder. These folders is routinely blocking my updates and I have to remove the folders manually. Are any other among you facing the same problem? If yes, can I automatize it somehow? Thanks -- Regards Jayesh Badwaik stop

Re: [arch-general] Clearing __pycache__ folders

2012-05-08 Thread martin kalcher
Am 08.05.2012 22:21, schrieb Jayesh Badwaik: Hi, I am using some packages in python3.2 which create a __pycache__ folder. These folders is routinely blocking my updates and I have to remove the folders manually. Are any other among you facing the same problem? If yes, can I automatize it

Re: [arch-general] Clearing __pycache__ folders

2012-05-08 Thread martin kalcher
Am 08.05.2012 23:07, schrieb martin kalcher: Am 08.05.2012 22:21, schrieb Jayesh Badwaik: Hi, I am using some packages in python3.2 which create a __pycache__ folder. These folders is routinely blocking my updates and I have to remove the folders manually. Are any other among you facing the

Re: [arch-general] Clearing __pycache__ folders

2012-05-08 Thread Jayesh Badwaik
On Tuesday 08 May 2012 23:13:54 martin kalcher wrote: Hey, these pycache folders *should* be created with a python setup script [0], which *should* be called in the PKGBUILD during buildtime, so they *should* be part of the package. If not, python creates them during runtime and