dhariwal wrote: > ... It seems to be importing osv.pyo and fields.pyo. I hope this is not a > silly question, but how do i view the content of these compiled files in > windows environment. ...l
It's a little worse than that - they're both compiled and optimized http://docs.python.org/using/cmdline.html?highlight=.pyo. That's one reason we run on Linux (no all-in-one installer), but you could do a full Windows installation rather than use the all-in-one. ------------------------ Regards, Geoff Seath Solutions Ltd (http://www.seathsolutions.com) -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=43625#43625 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
