On Mon, 19 Oct 2009 14:45:20 -0400 Eric BĂ©langer <snowmaniscool@gmail.com> wrote:
On Mon, Oct 19, 2009 at 2:06 PM, Travis Willard <twillard2@gmail.com> wrote:
As I can see now, these are .pyo files. Are they generate at runtime or something like that? They are not in the package.
.pyo files are, I believe, "optimized" python files generated during runtime.
I beleiie so too. I think there was a thread about how to deal with these files. I think the info is in a wiki article about python packaging guidelines. The other remaining file is wicd.log wich is generated at runtime too.
I have nothing found about those files. The article about python package guidelines is very short. Nothing special about it. The log file is acceptable, but the pyo files are annyoing.