Mantis - python
Viewing Issue Advanced Details
3684 packaging tweak always 2009-05-23 00:35 2009-06-16 23:27
mwatters  
mwatters  
normal  
closed  
fixed  
none    
none  
0003684: copy from 3682 - easy_install pre-sets the compiler, which cannot be changed.
installing PIL, genshi, mercurial, and others does not work seamlessly or not at all if one has no possibility to create the pre-set path /opt/studio/SOS11/SUNWspro/bin/cc.

it would be nice to have this path as /opt/csw/studio .... so anybody is able to set it.

see http://groups.google.com/group/distutils-sig/browse_thread/thread/d8d2c47eb1d96210 [^] as well.
actually, this is a python thing. if you could compile python with a path which is *in* /opt/csw than others would have the possibility to replicate your setting.

see:
http://docs.python.org/distutils/apiref.html [^] [^]

especially:
distutils.sysconfig.customize_compiler(compiler)
Issue History
2009-05-23 00:35 mwatters New Issue
2009-05-23 00:38 mwatters Note Added: 0006176
2009-05-23 00:38 mwatters Assigned To => mwatters
2009-05-23 00:38 mwatters Status new => confirmed
2009-06-16 23:27 mwatters Note Added: 0006305
2009-06-16 23:27 mwatters Status confirmed => closed
2009-06-16 23:27 mwatters Resolution open => fixed

Notes
(0006176)
mwatters   
2009-05-23 00:38   
This is a relatively easy fix. I will incorporate it in with the package split and pyc removal.
(0006305)
mwatters   
2009-06-16 23:27   
This has been corrected in the latest release