On 2014-01-17, Steven D'Aprano wrote:
> On Thu, 16 Jan 2014 23:43:02 -0500, Dave Angel wrote:
> [steve@ando ~]$ cat sample.py
> print("Hello!")
>
> [steve@ando ~]$ ls sample.pyc
> ls: sample.pyc: No such file or directory
> [steve@ando ~]$ python -m compileall sample.py
> Compiling sample.py ...
On Thu, 16 Jan 2014 17:01:51 -0800, Sam wrote:
> One thing I observe about python byte-code compiling is that the main
> script does not gets compiled into .pyc. Only imported modules are
> compiled into .pyc.
>
> May I know how can I compile the main script into .pyc? It is to
> inconvenience po
On Thu, 16 Jan 2014 23:43:02 -0500, Dave Angel wrote:
> MRAB Wrote in message:
>> On 2014-01-17 02:56, bob gailer wrote:
>>> On 1/16/2014 8:01 PM, Sam wrote:
One thing I observe about python byte-code compiling is that the main
script does not gets compiled into .pyc. Only imported modu
On 1/16/2014 10:19 PM, MRAB wrote:
On 2014-01-17 02:56, bob gailer wrote:
On 1/16/2014 8:01 PM, Sam wrote:
One thing I observe about python byte-code compiling is that the main
script does not gets compiled into .pyc. Only imported modules are
compiled into .pyc.
May I know how can I compile t
MRAB Wrote in message:
> On 2014-01-17 02:56, bob gailer wrote:
>> On 1/16/2014 8:01 PM, Sam wrote:
>>> One thing I observe about python byte-code compiling is that the main
>>> script does not gets compiled into .pyc. Only imported modules are compiled
>>> into .pyc.
>>>
>>> May I know how can
On 2014-01-17 02:56, bob gailer wrote:
On 1/16/2014 8:01 PM, Sam wrote:
One thing I observe about python byte-code compiling is that the main script
does not gets compiled into .pyc. Only imported modules are compiled into .pyc.
May I know how can I compile the main script into .pyc?
Duh? Jus
On 1/16/14 8:01 PM, Sam wrote:
One thing I observe about python byte-code compiling is that the main script
does not gets compiled into .pyc. Only imported modules are compiled into .pyc.
May I know how can I compile the main script into .pyc? It is to inconvenience
potential copy-cats.
The
On 1/16/2014 8:01 PM, Sam wrote:
One thing I observe about python byte-code compiling is that the main script
does not gets compiled into .pyc. Only imported modules are compiled into .pyc.
May I know how can I compile the main script into .pyc?
Duh? Just import it!
--
https://mail.python.org/
One thing I observe about python byte-code compiling is that the main script
does not gets compiled into .pyc. Only imported modules are compiled into .pyc.
May I know how can I compile the main script into .pyc? It is to inconvenience
potential copy-cats.
--
https://mail.python.org/mailman/li