Re: Hard time debugging an strange problem

2012-08-31 Thread Alexis Roda
Al 31/08/12 18:26, En/na Tomas Neme ha escrit: I'd like to see some of your management commands' code. It smells somewhat like you're running a shell subprocess and not waiting for it to be done before going on to the next thing Thanks for taking the time to answer. I've thought on this. On

Re: Hard time debugging an strange problem

2012-08-31 Thread Alexis Roda
Hi again, doing some more testing I've realized that the problem happens because the .py and .pyc files are out of sync. My guess is that the .py files are modified so quickly that the timestamp does not change and a recompilation is not triggered. After some research I've found that the times

Re: Hard time debugging an strange problem

2012-08-31 Thread Tomas Neme
I'd like to see some of your management commands' code. It smells somewhat like you're running a shell subprocess and not waiting for it to be done before going on to the next thing -- "The whole of Japan is pure invention. There is no such country, there are no such people" --Oscar Wilde |_|0|

Hard time debugging an strange problem

2012-08-30 Thread Alexis Roda
Hi all, sorry for the ambiguous subject, but I can't summarize it in a few words. This is my first message to the list asking for help so I think that is polite to give a big thanks to those of you that are making developing with django such a great pleasure. This is a great community. Said t