joi, 20 februarie 2014, 00:25:41 UTC+2, Emile van Sebille a scris:
> On 2/19/2014 2:03 PM, Mircescu Andrei wrote:
>
>
>
> > If there are only pyc files, the loading time of the application is
>
> > much more than if I have pyc and py files. It is behind with 2
>
> > minutes more than if it
On 2/19/2014 5:03 PM, Mircescu Andrei wrote:
Hi,
I encountered a strange issue. I have an application which uses
extensively python 2.7.6 (CPython).
The issue that I see is the following: If there are only pyc files,
the loading time of the application is much more than if I have pyc
and py f
On 2/19/2014 2:03 PM, Mircescu Andrei wrote:
> If there are only pyc files, the loading time of the application is
> much more than if I have pyc and py files. It is behind with 2
> minutes more than if it had py files
You may get some clues by starting python as
/path/to/python/python2.7 -vv