Re: get python bit version as in (32 or 64)

2010-12-19 Thread Ned Deily
In article , Ned Deily wrote: > In article > , > Vincent Davis wrote: > > On Tue, Oct 19, 2010 at 3:55 PM, Philip Semanchuk > > wrote: > > > On Oct 19, 2010, at 5:38 PM, Hexamorph wrote: > > >> On 19.10.2010 23:18, Vincent Davis wrote: > > >>> How do I get the bit version of the installed py

Re: get python bit version as in (32 or 64)

2010-10-19 Thread Ned Deily
In article , Vincent Davis wrote: > On Tue, Oct 19, 2010 at 3:55 PM, Philip Semanchuk > wrote: > > On Oct 19, 2010, at 5:38 PM, Hexamorph wrote: > >> On 19.10.2010 23:18, Vincent Davis wrote: > >>> How do I get the bit version of the installed python. In my case, osx > >>> python2.7 binary ins

Re: get python bit version as in (32 or 64)

2010-10-19 Thread Vincent Davis
On Tue, Oct 19, 2010 at 3:55 PM, Philip Semanchuk wrote: > > On Oct 19, 2010, at 5:38 PM, Hexamorph wrote: > >> On 19.10.2010 23:18, Vincent Davis wrote: >>> How do I get the bit version of the installed python. In my case, osx >>> python2.7 binary installed. I know it runs 64 bt as I can see it i

Re: get python bit version as in (32 or 64)

2010-10-19 Thread Philip Semanchuk
On Oct 19, 2010, at 5:38 PM, Hexamorph wrote: > On 19.10.2010 23:18, Vincent Davis wrote: >> How do I get the bit version of the installed python. In my case, osx >> python2.7 binary installed. I know it runs 64 bt as I can see it in >> activity monitor. but how do I ask python? >> sys.version >>

Re: get python bit version as in (32 or 64)

2010-10-19 Thread Vincent Davis
On Tue, Oct 19, 2010 at 3:29 PM, Philip Semanchuk wrote: > > On Oct 19, 2010, at 5:18 PM, Vincent Davis wrote: > >> How do I get the bit version of the installed python. In my case, osx >> python2.7 binary installed. I know it runs 64 bt as I can see it in >> activity monitor. but how do I ask pyt

Re: get python bit version as in (32 or 64)

2010-10-19 Thread Hexamorph
On 19.10.2010 23:18, Vincent Davis wrote: How do I get the bit version of the installed python. In my case, osx python2.7 binary installed. I know it runs 64 bt as I can see it in activity monitor. but how do I ask python? sys.version '2.7 (r27:82508, Jul 3 2010, 21:12:11) \n[GCC 4.0.1 (Apple In

Re: get python bit version as in (32 or 64)

2010-10-19 Thread Philip Semanchuk
On Oct 19, 2010, at 5:18 PM, Vincent Davis wrote: > How do I get the bit version of the installed python. In my case, osx > python2.7 binary installed. I know it runs 64 bt as I can see it in > activity monitor. but how do I ask python? > sys.version > '2.7 (r27:82508, Jul 3 2010, 21:12:11) \n[G