Re: [Pythonmac-SIG] Intel compilers to build Python?

2006-08-27 Thread Boyd Waters
On Aug 27, 2006, at 4:51 PM, Bob Ippolito wrote: > On 8/27/06, Boyd Waters <[EMAIL PROTECTED]> wrote: > >> I cannot get the Python package to build with the Intel compiler. It >> does not find the _Py_Main symbol when linking the top-level >> "python.exe". >> > > Have you tried building it with

[Pythonmac-SIG] [ann] Appscript Installer 1.4.1 released

2006-08-27 Thread has
Hi all,Quick appscript update:http://appscript.sourceforge.net/download.htmlThis addresses some terminology rendering problems in the osaterminology package used by htmldoc and appscript's help system. HTMLDictionary has also been updated.has -- http://freespace.virgin.net/hamish.sanderson/ ___

Re: [Pythonmac-SIG] Intel compilers to build Python?

2006-08-27 Thread Bob Ippolito
On 8/27/06, Boyd Waters <[EMAIL PROTECTED]> wrote: > I cannot get the Python package to build with the Intel compiler. It > does not find the _Py_Main symbol when linking the top-level > "python.exe". Have you tried building it with just the source, not DarwinPorts? -bob _

[Pythonmac-SIG] Intel compilers to build Python?

2006-08-27 Thread Boyd Waters
I cannot get the Python package to build with the Intel compiler. It does not find the _Py_Main symbol when linking the top-level "python.exe". What environment variables, configure arguments, and linker tweaks are you all using to build Python on Macintosh with the Intel compilers? /usr/

[Pythonmac-SIG] install_name changing

2006-08-27 Thread Boyd Waters
Dan: I saw your recent post on the Python-Mac SIG regarding the difficulty that you are having using libguide.dylib in a Python application, since you've built Python with the Intel compiler. I think that you're on the right track with the install_name_tool -- this is what I had to do to g

Re: [Pythonmac-SIG] with libraries compiled with intel compilers, intel libguide.dylib not included

2006-08-27 Thread Boyd Waters
From: [EMAIL PROTECTED] Subject:install_name changing Date: August 27, 2006 4:28:22 PM MDT To: [EMAIL PROTECTED] Cc: pythonmac-sig@python.org Dan: I saw your recent post on the Python-Mac SIG regarding the difficulty that you are