Re: ./configure

2012-06-05 Thread Janet Heath
On Jun 3, 10:01 pm, Janet Heath wrote: > On Jun 3, 6:31 pm, Steven D'Aprano > > > > > > > > > +comp.lang.pyt...@pearwood.info> wrote: > > On Sun, 03 Jun 2012 15:01:07 -0700, Janet Heath wrote: > > > Thanks Alain.  I should have a compiler on my Mac OS X Lion.  I am > > > thinking that it isn't se

Re: ./configure

2012-06-04 Thread Irmen de Jong
On 4-6-2012 0:01, Janet Heath wrote: > > Thanks Alain. I should have a compiler on my Mac OS X Lion. I am thinking > that it > isn't set in my $PATH variable. I don't know where the $PATH is set at. I > will > check to see if their is a binary. You'll have to have the Apple Developer tool

RE: ./configure

2012-06-04 Thread Prasad, Ramit
> > Thanks Alain. I should have a compiler on my Mac OS X Lion. I am > thinking that it isn't set in my $PATH variable. I don't know where the > $PATH is set at. I will check to see if their is a binary. > > You need to install the command line tools package within XCode in > order to get them

Re: ./configure

2012-06-03 Thread Janet Heath
On Jun 3, 6:31 pm, Steven D'Aprano wrote: > On Sun, 03 Jun 2012 15:01:07 -0700, Janet Heath wrote: > > Thanks Alain.  I should have a compiler on my Mac OS X Lion.  I am > > thinking that it isn't set in my $PATH variable.  I don't know where the > > $PATH is set at.  I will check to see if their

Re: ./configure

2012-06-03 Thread William R. Wing (Bill Wing)
On Jun 3, 2012, at 8:31 PM, Steven D'Aprano wrote: > On Sun, 03 Jun 2012 15:01:07 -0700, Janet Heath wrote: > >> Thanks Alain. I should have a compiler on my Mac OS X Lion. I am >> thinking that it isn't set in my $PATH variable. I don't know where the >> $PATH is set at. I will check to see

Re: ./configure

2012-06-03 Thread Steven D'Aprano
On Sun, 03 Jun 2012 15:01:07 -0700, Janet Heath wrote: > Thanks Alain. I should have a compiler on my Mac OS X Lion. I am > thinking that it isn't set in my $PATH variable. I don't know where the > $PATH is set at. I will check to see if their is a binary. At the command line, run: echo $PAT

Re: ./configure

2012-06-03 Thread Benjamin Kaplan
> > Thanks Alain.  I should have a compiler on my Mac OS X Lion.  I am thinking > that it isn't set in my $PATH variable.  I don't know where the $PATH is set > at.  I will check to see if their is a binary. > -- > http://mail.python.org/mailman/listinfo/python-list You need to install the comma

Re: ./configure

2012-06-03 Thread Andrew Berg
On 6/3/2012 5:01 PM, Janet Heath wrote: > Thanks Alain. I should have a compiler on my Mac OS X Lion. I am thinking > that it isn't set in my $PATH variable. I don't know where the $PATH is set > at. I will check to see if their is a binary. There are always Windows and OS X binary installers

Re: ./configure

2012-06-03 Thread Robert Kern
On 6/3/12 11:01 PM, Janet Heath wrote: Thanks Alain. I should have a compiler on my Mac OS X Lion. I am thinking that it isn't set in my $PATH variable. I don't know where the $PATH is set at. I will check to see if their is a binary. Lion does not come with a compiler out-of-box. You ha

Re: ./configure

2012-06-03 Thread Janet Heath
On Sunday, June 3, 2012 3:19:16 PM UTC-6, Janet Heath wrote: > Hi, > > I am trying to run the ./configure but I keep getting this: > > > configure:2756: checking for --enable-universalsdk > configure:2797: result: no > configure:2806: checking for --with-universal-archs > configure:2823: result:

Re: ./configure

2012-06-03 Thread Chris Angelico
On Mon, Jun 4, 2012 at 7:19 AM, Janet Heath wrote: > configure:3534: error: no acceptable C compiler found in $PATH The configure script is used to build Python from source. To do that, you need a C compiler (such as gcc, which it went looking for a few lines earlier). Perhaps you want a binary d

Re: ./configure

2012-06-03 Thread Alain Ketterlin
Janet Heath writes: [...] > configure:3161: checking machine type as reported by uname -m > configure:3164: result: x86_64 > configure:3177: checking for --without-gcc > configure:3221: result: no > configure:3282: checking for gcc > configure:3312: result: no > configure:3375: checking for cc >

Re: ./configure

2012-06-03 Thread Janet Heath
On Sunday, June 3, 2012 3:19:16 PM UTC-6, Janet Heath wrote: > Hi, > > I am trying to run the ./configure but I keep getting this: > > > configure:2756: checking for --enable-universalsdk > configure:2797: result: no > configure:2806: checking for --with-universal-archs > configure:2823: result:

Re: Configure options for minimal Python 2.6

2009-05-15 Thread Martin v. Löwis
> I want to compile a minimal Python 2.6 for Debian Etch without support > for optional features such as tk and sphinx. The configure script's > help says that features can be disabled with an '--without-PACKAGE', so > I guess disabling tk is '--without-tk', but where is there a list of the > feat

Re: configure kdevelop for python

2008-09-05 Thread Kushal Das
On Sunday 31 August 2008 01:59:11 pm Sindhu wrote: > am a newbie to python language and kdevelop, so i would like to know > how to configure kdevelop for python programming? complete with a > debugger? Read here http://www.kde.in/index.php/Getting_started_with_KDevelop Kushal -- Fedora Ambassador

Re: configure kdevelop for python

2008-09-02 Thread David Boddie
On Sunday 31 August 2008 10:29, Sindhu wrote: > am a newbie to python language and kdevelop, so i would like to know > how to configure kdevelop for python programming? complete with a > debugger? Maybe asking on the kdevelop mailing list will yield a helpful answer: http://lists.kde.org/?l=kdev

Re: configure kdevelop for python

2008-09-02 Thread John Fabiani
Sindhu wrote: > am a newbie to python language and kdevelop, so i would like to know > how to configure kdevelop for python programming? complete with a > debugger? I have not used python and kdevelop but I do know it requires qt and the link below has several video's of a developer using python

Re: configure fails

2008-06-06 Thread A.T.Hofkamp
On 2008-06-05, Mathieu Prevot <[EMAIL PROTECTED]> wrote: > I have the following error on a OSX.5 OS with CC=icc and using the > python-svn files: > > checking size of wchar_t... configure: error: cannot compute sizeof (wchar_t) > > I would like to help so we can compile python with icc/OSX. This l

Re: configure urllib.urlretrieve timeout

2007-10-07 Thread Steve Holden
Abandoned wrote: > Hi.. > I want to set 30 second urllib.urlretrieve timeout.. > Because if urllib.urlretrieve can't connect to page wait 1-2 hour... > I download the images to my server with urlretrieve if you know the > better way please help me. > > I'm sorry my bad english.. > import socket s

Re: Configure apache to run python scripts

2007-07-23 Thread joe jacob
On Jul 23, 4:42 pm, Bruno Desthuilliers wrote: > joe jacob a écrit : > > > I need to configure apache to run python scripts. I followed the steps > > mentioned in this site (http://www.thesitewizard.com/archive/ > > addcgitoapache.shtml). But I am not able to run python scripts from > > Firefox, I

Re: Configure apache to run python scripts

2007-07-23 Thread Bruno Desthuilliers
joe jacob a écrit : > I need to configure apache to run python scripts. I followed the steps > mentioned in this site (http://www.thesitewizard.com/archive/ > addcgitoapache.shtml). But I am not able to run python scripts from > Firefox, I got a forbidden error "you do not have permission to >

Re: Configure failing why?

2005-11-21 Thread Samuel M. Smith
I found a workaround,that is, to disable attribute caching using the "noac" nfs option. #These two worked on tiger 10.4.3 exec -c "console=ttyAM0,115200 ip=10.0.2.155:10.0.2.150:10.0.2.1:255.255.255.0:ts7250 nfsroot=10.0.2.150:/Data/nfsroot,noac" #fstab entry they have to match 10.0.2.150:

Re: Configure failing why?

2005-11-17 Thread Samuel M. Smith
Thanks for your help. Your confirmation that gcc should be setting the execute permissions gave me something easy to test against. I finally discovered the problem. It was nfs. The file system was nfs mounted and nfs is causing the aberrant behavior. If I did the test on the onboard flash fil

Re: Configure failing why?

2005-11-15 Thread Samuel M. Smith
cat > foo.cpp int main(){return 0;} c++ foo.cpp ll a.out -rwxr-xr-x 1 root tsarm 12124 Nov 15 15:54 a.out ./a.out but if I gcc foo.cpp ll a.out -rw-r--r-- 1 root tsarm 12060 Nov 15 15:55 a.out but if I do it again # gcc foo.cpp ll a.out -rwxr-xr-x 1 root tsarm 12060 Nov 15 15:58 a.out On

Re: Configure failing why?

2005-11-15 Thread Fredrik Lundh
Samuel M. Smith wrote: >I am trying to build python2.4.2 on an arm 9 running Debian 3 Sarge > configure:1842: ./a.out > ./configure: line 1: ./a.out: Permission denied > configure:1845: $? = 126 > configure:1854: error: cannot run C++ compiled programs. > If you meant to cross compile, use `--hos

Re: Configure this group in email client

2005-03-20 Thread kiran
Try 62.181.3.13 (Global news server) Also, check this thread http://groups-beta.google.com/group/comp.lang.python/browse_frm/thread/df0f1bc9514bf353/3fe59b5daf26dc89?q=thunderbird#3fe59b5daf26dc89 -- http://mail.python.org/mailman/listinfo/python-list