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

2010-12-19 Thread Ned Deily
In article nad-84a6b3.18002019102...@news.gmane.org, Ned Deily n...@acm.org wrote: In article aanlktimuzubyj7r8mbzpsfas0comobacgt8cvfysq...@mail.gmail.com, Vincent Davis vinc...@vincentdavis.net wrote: On Tue, Oct 19, 2010 at 3:55 PM, Philip Semanchuk phi...@semanchuk.com wrote: On

get python bit version as in (32 or 64)

2010-10-19 Thread Vincent Davis
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 Inc. build 5493)]' -- Thanks Vincent Davis

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[GCC

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

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 phi...@semanchuk.com 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

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 '2.7

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 phi...@semanchuk.com 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

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

2010-10-19 Thread Ned Deily
In article aanlktimuzubyj7r8mbzpsfas0comobacgt8cvfysq...@mail.gmail.com, Vincent Davis vinc...@vincentdavis.net wrote: On Tue, Oct 19, 2010 at 3:55 PM, Philip Semanchuk phi...@semanchuk.com wrote: On Oct 19, 2010, at 5:38 PM, Hexamorph wrote: On 19.10.2010 23:18, Vincent Davis wrote: