In article
,
Anthony Kong wrote:
> I have checked out source code from this url
> http://svn.python.org/projects/python/branches/py3k, then run
>
> ./configure --with-universal-archs=64-bit
> make
>
> First of all, I got this message:
>
> ---
> Mo
> That's not the whole truth. :)
The whole truth is that from a developer's POV, .pyc files are
unimportant.
--
http://mail.python.org/mailman/listinfo/python-list
Gabriel Genellina <[EMAIL PROTECTED]> writes:
> At Tuesday 9/1/2007 14:56, Steven W. Orr wrote:
>
>>I *just* read the tutorial so please be gentle. I created a file called
>>fib.py which works very nicely thank you. When I run it it does what it's
>>supposed to do but I do not get a resulting .pyc
Steven W. Orr wrote:
> I *just* read the tutorial so please be gentle. I created a file
> called fib.py which works very nicely thank you. When I run it it
> does what it's supposed to do but I do not get a resulting .pyc
> file.
.pyc files are created only if you import a .py file.
Regards,
At Tuesday 9/1/2007 14:56, Steven W. Orr wrote:
I *just* read the tutorial so please be gentle. I created a file called
fib.py which works very nicely thank you. When I run it it does what it's
supposed to do but I do not get a resulting .pyc file. The tutorial says I
shouldn't do anything speci