Re: [Pythonmac-SIG] P4Python, MySQLdb, or Python Extensions

2007-11-19 Thread Lyndsey Ferguson
On Nov 16, 2007, at 9:10 AM, sparklight wrote: > > > Lyndsey Ferguson wrote: >> >> On 10/9/07, Nehemiah Dacres <[EMAIL PROTECTED]> wrote: >>> >>> .so, if im not mistaken is eather a linux shared library or not a >>> mac >>> shared library (someone correct me if im wrong) try making sure the >>>

Re: [Pythonmac-SIG] P4Python, MySQLdb, or Python Extensions

2007-11-19 Thread Ronald Oussoren
On Monday, November 19, 2007, at 10:05AM, "sparklight" <[EMAIL PROTECTED]> wrote: > > >Lyndsey - I see your resolution to the -framework Carbon problem, I >discovered that also. But I'm still groping for the solution to the >"Inappropriate file type for dynamic loading" problem. My linker (gcc

Re: [Pythonmac-SIG] P4Python, MySQLdb, or Python Extensions

2007-11-19 Thread sparklight
Lyndsey Ferguson wrote: > > On 10/9/07, Nehemiah Dacres <[EMAIL PROTECTED]> wrote: >> >> .so, if im not mistaken is eather a linux shared library or not a mac >> shared library (someone correct me if im wrong) try making sure the >> python >> version you chose is the one for mac. > > Thank you

Re: [Pythonmac-SIG] P4Python, MySQLdb, or Python Extensions

2007-10-09 Thread Christopher Barker
Lyndsey Ferguson wrote: > In the setup.py for the Macintosh case, I had to add the > "extra_link_args=["-framework", "Carbon] to the setup call. This works > and I was able to run it in python. Shouldn't distutils do this for you? Anyone know? -CHB -- Christopher Barker, Ph.D. Oceanographer

Re: [Pythonmac-SIG] P4Python, MySQLdb, or Python Extensions

2007-10-09 Thread Lyndsey Ferguson
On 10/9/07, Nehemiah Dacres <[EMAIL PROTECTED]> wrote: > > .so, if im not mistaken is eather a linux shared library or not a mac > shared library (someone correct me if im wrong) try making sure the python > version you chose is the one for mac. the best supported python for mac is > macpython

Re: [Pythonmac-SIG] P4Python, MySQLdb, or Python Extensions

2007-10-09 Thread Nehemiah Dacres
.so, if im not mistaken is eather a linux shared library or not a mac shared library (someone correct me if im wrong) try making sure the python version you chose is the one for mac. the best supported python for mac is macpython(distributes in a mac

[Pythonmac-SIG] P4Python, MySQLdb, or Python Extensions

2007-10-08 Thread Lyndsey Ferguson
Hello everyone, Short time lurker, first time poster. I'm trying to install P4Python and MySQLdb, but am running into a host of issues. The trouble I've had trying to install these two and the number of similar experiences I've read through googling leads me to believe that Python can be difficul