[TurboGears] Re: install problems mac os x power pc

2006-10-08 Thread Ronald Oussoren

On Oct 6, 2006, at 4:52 PM, Michael Steinfeld wrote:


 Hah! Bob you are exactly correct. The version of Xcode I installed on
 my powerbook didn't even have the Universal SDK. I just grabbed one of
 the disks from my Apple developer stack, and it was an older one.
 Following your advice, I upgraded XCode and made sure the Universal
 SDK-wich is checked by default-was being installed. All is well, and
 thanks for being patient with me.

For what it's worth: both python 2.4.4 and python 2.5.1 (both of  
which aren't released yet) will issue a warning when you try to build  
an extension without having the universal SDK installed.

Ronald



smime.p7s
Description: S/MIME cryptographic signature


[TurboGears] Re: install problems mac os x power pc

2006-10-06 Thread Michael Steinfeld

Hah! Bob you are exactly correct. The version of Xcode I installed on
my powerbook didn't even have the Universal SDK. I just grabbed one of
the disks from my Apple developer stack, and it was an older one.
Following your advice, I upgraded XCode and made sure the Universal
SDK-wich is checked by default-was being installed. All is well, and
thanks for being patient with me.



On 10/4/06, Bob Ippolito [EMAIL PROTECTED] wrote:

 Click customize when you install Xcode. Look to see if the universal
 SDK is checked. I bet it's not. There's nothing wrong with Python on
 any machine I've tried it on, but I always make sure I install the
 correct set of Xcode packages.

 -bob

 On 10/3/06, Michael Steinfeld [EMAIL PROTECTED] wrote:
 
  no. this was a clean install entirely. I installed Xcode right off my
  developer disks that apple sends me everymonth. There was nothing
  botched about anything I did. In fact if you google around a bit,
  other people seem to have this same issue.
 
  On 10/3/06, Bob Ippolito [EMAIL PROTECTED] wrote:
  
   Sounds like you didn't install the Xcode universal SDK. You need that
   in order to compile software with the binary distros of Python. I
   think it's installed by default these days, but you may have turned it
   off.
  
   -bob
  
   On 10/3/06, Michael Steinfeld [EMAIL PROTECTED] wrote:
   
Of course I have Xcode installed. Here is an update to the problem and
it is not unique to me. If anyone else has problems with Apples later
patches ...
   
Apples latest Tiger update breaks something, what, I am not exactly
sure. In order to get Turbogears installed, on OS X 10.4.7+ Do not use
the python binary pkg. You MUST compile python from source. Then TG
will install smoothly.
Took me awhile to figure this out, but after compiling from source
everything was perfect.
   
   
If I get some time later this week I will post the problem if I can 
discover it.
   
On 10/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Hi...

 Michael Steinfeld wrote:
  Processing RuleDispatch-0.5a0.dev-r2115.tar.gz
  Running RuleDispatch-0.5a0.dev-r2115/setup.py -q bdist_egg 
  --dist-dir
  /tmp/easy_install-mweWH6/RuleDispatch-0.5a0.dev-r2115/egg-dist-tmp-BmbmrC
  gcc: installation problem, cannot exec 
  'i686-apple-darwin8-gcc-4.0.0':
  No such file or directory
 Some of the packages need a C-Compiler.
 You have to go to http://developer.apple.com first and get XCode.
 XCode 2.4 is the newest at the moment.
 It contains the gcc 4 compiler.


 

   
   
--
-mike
   

   
  
   
  
 
 
  --
  -mike
 
  
 

 



-- 
-mike

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears group.
To post to this group, send email to turbogears@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~--~~~~--~~--~--~---



[TurboGears] Re: install problems mac os x power pc

2006-10-04 Thread Michael Steinfeld

no. this was a clean install entirely. I installed Xcode right off my
developer disks that apple sends me everymonth. There was nothing
botched about anything I did. In fact if you google around a bit,
other people seem to have this same issue.

On 10/3/06, Bob Ippolito [EMAIL PROTECTED] wrote:

 Sounds like you didn't install the Xcode universal SDK. You need that
 in order to compile software with the binary distros of Python. I
 think it's installed by default these days, but you may have turned it
 off.

 -bob

 On 10/3/06, Michael Steinfeld [EMAIL PROTECTED] wrote:
 
  Of course I have Xcode installed. Here is an update to the problem and
  it is not unique to me. If anyone else has problems with Apples later
  patches ...
 
  Apples latest Tiger update breaks something, what, I am not exactly
  sure. In order to get Turbogears installed, on OS X 10.4.7+ Do not use
  the python binary pkg. You MUST compile python from source. Then TG
  will install smoothly.
  Took me awhile to figure this out, but after compiling from source
  everything was perfect.
 
 
  If I get some time later this week I will post the problem if I can 
  discover it.
 
  On 10/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  
   Hi...
  
   Michael Steinfeld wrote:
Processing RuleDispatch-0.5a0.dev-r2115.tar.gz
Running RuleDispatch-0.5a0.dev-r2115/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-mweWH6/RuleDispatch-0.5a0.dev-r2115/egg-dist-tmp-BmbmrC
gcc: installation problem, cannot exec 'i686-apple-darwin8-gcc-4.0.0':
No such file or directory
   Some of the packages need a C-Compiler.
   You have to go to http://developer.apple.com first and get XCode.
   XCode 2.4 is the newest at the moment.
   It contains the gcc 4 compiler.
  
  
   
  
 
 
  --
  -mike
 
  
 

 



-- 
-mike

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears group.
To post to this group, send email to turbogears@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~--~~~~--~~--~--~---



[TurboGears] Re: install problems mac os x power pc

2006-10-04 Thread Bob Ippolito

Click customize when you install Xcode. Look to see if the universal
SDK is checked. I bet it's not. There's nothing wrong with Python on
any machine I've tried it on, but I always make sure I install the
correct set of Xcode packages.

-bob

On 10/3/06, Michael Steinfeld [EMAIL PROTECTED] wrote:

 no. this was a clean install entirely. I installed Xcode right off my
 developer disks that apple sends me everymonth. There was nothing
 botched about anything I did. In fact if you google around a bit,
 other people seem to have this same issue.

 On 10/3/06, Bob Ippolito [EMAIL PROTECTED] wrote:
 
  Sounds like you didn't install the Xcode universal SDK. You need that
  in order to compile software with the binary distros of Python. I
  think it's installed by default these days, but you may have turned it
  off.
 
  -bob
 
  On 10/3/06, Michael Steinfeld [EMAIL PROTECTED] wrote:
  
   Of course I have Xcode installed. Here is an update to the problem and
   it is not unique to me. If anyone else has problems with Apples later
   patches ...
  
   Apples latest Tiger update breaks something, what, I am not exactly
   sure. In order to get Turbogears installed, on OS X 10.4.7+ Do not use
   the python binary pkg. You MUST compile python from source. Then TG
   will install smoothly.
   Took me awhile to figure this out, but after compiling from source
   everything was perfect.
  
  
   If I get some time later this week I will post the problem if I can 
   discover it.
  
   On 10/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
   
Hi...
   
Michael Steinfeld wrote:
 Processing RuleDispatch-0.5a0.dev-r2115.tar.gz
 Running RuleDispatch-0.5a0.dev-r2115/setup.py -q bdist_egg --dist-dir
 /tmp/easy_install-mweWH6/RuleDispatch-0.5a0.dev-r2115/egg-dist-tmp-BmbmrC
 gcc: installation problem, cannot exec 'i686-apple-darwin8-gcc-4.0.0':
 No such file or directory
Some of the packages need a C-Compiler.
You have to go to http://developer.apple.com first and get XCode.
XCode 2.4 is the newest at the moment.
It contains the gcc 4 compiler.
   
   

   
  
  
   --
   -mike
  
   
  
 
  
 


 --
 -mike

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears group.
To post to this group, send email to turbogears@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~--~~~~--~~--~--~---



[TurboGears] Re: install problems mac os x power pc

2006-10-03 Thread [EMAIL PROTECTED]

Hi...

Michael Steinfeld wrote:
 Processing RuleDispatch-0.5a0.dev-r2115.tar.gz
 Running RuleDispatch-0.5a0.dev-r2115/setup.py -q bdist_egg --dist-dir
 /tmp/easy_install-mweWH6/RuleDispatch-0.5a0.dev-r2115/egg-dist-tmp-BmbmrC
 gcc: installation problem, cannot exec 'i686-apple-darwin8-gcc-4.0.0':
 No such file or directory
Some of the packages need a C-Compiler.
You have to go to http://developer.apple.com first and get XCode.
XCode 2.4 is the newest at the moment.
It contains the gcc 4 compiler.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears group.
To post to this group, send email to turbogears@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~--~~~~--~~--~--~---



[TurboGears] Re: install problems mac os x power pc

2006-10-03 Thread Michael Steinfeld

Of course I have Xcode installed. Here is an update to the problem and
it is not unique to me. If anyone else has problems with Apples later
patches ...

Apples latest Tiger update breaks something, what, I am not exactly
sure. In order to get Turbogears installed, on OS X 10.4.7+ Do not use
the python binary pkg. You MUST compile python from source. Then TG
will install smoothly.
Took me awhile to figure this out, but after compiling from source
everything was perfect.


If I get some time later this week I will post the problem if I can discover it.

On 10/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Hi...

 Michael Steinfeld wrote:
  Processing RuleDispatch-0.5a0.dev-r2115.tar.gz
  Running RuleDispatch-0.5a0.dev-r2115/setup.py -q bdist_egg --dist-dir
  /tmp/easy_install-mweWH6/RuleDispatch-0.5a0.dev-r2115/egg-dist-tmp-BmbmrC
  gcc: installation problem, cannot exec 'i686-apple-darwin8-gcc-4.0.0':
  No such file or directory
 Some of the packages need a C-Compiler.
 You have to go to http://developer.apple.com first and get XCode.
 XCode 2.4 is the newest at the moment.
 It contains the gcc 4 compiler.


 



-- 
-mike

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears group.
To post to this group, send email to turbogears@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~--~~~~--~~--~--~---



[TurboGears] Re: install problems mac os x power pc

2006-10-03 Thread Bob Ippolito

Sounds like you didn't install the Xcode universal SDK. You need that
in order to compile software with the binary distros of Python. I
think it's installed by default these days, but you may have turned it
off.

-bob

On 10/3/06, Michael Steinfeld [EMAIL PROTECTED] wrote:

 Of course I have Xcode installed. Here is an update to the problem and
 it is not unique to me. If anyone else has problems with Apples later
 patches ...

 Apples latest Tiger update breaks something, what, I am not exactly
 sure. In order to get Turbogears installed, on OS X 10.4.7+ Do not use
 the python binary pkg. You MUST compile python from source. Then TG
 will install smoothly.
 Took me awhile to figure this out, but after compiling from source
 everything was perfect.


 If I get some time later this week I will post the problem if I can discover 
 it.

 On 10/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
  Hi...
 
  Michael Steinfeld wrote:
   Processing RuleDispatch-0.5a0.dev-r2115.tar.gz
   Running RuleDispatch-0.5a0.dev-r2115/setup.py -q bdist_egg --dist-dir
   /tmp/easy_install-mweWH6/RuleDispatch-0.5a0.dev-r2115/egg-dist-tmp-BmbmrC
   gcc: installation problem, cannot exec 'i686-apple-darwin8-gcc-4.0.0':
   No such file or directory
  Some of the packages need a C-Compiler.
  You have to go to http://developer.apple.com first and get XCode.
  XCode 2.4 is the newest at the moment.
  It contains the gcc 4 compiler.
 
 
  
 


 --
 -mike

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears group.
To post to this group, send email to turbogears@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~--~~~~--~~--~--~---