Re: Question about compiling python 30 from subversion repository on OSX

2011-04-23 Thread Ned Deily
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

Re: Question about compiling.

2007-01-10 Thread tac-tics
> 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

Re: Question about compiling.

2007-01-10 Thread Rob Wolfe
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

Re: Question about compiling.

2007-01-10 Thread Bjoern Schliessmann
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,

Re: Question about compiling.

2007-01-10 Thread Gabriel Genellina
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