[Pythonmac-SIG] python-sap webservices

2009-09-09 Thread sudhakar s
Hi, This is sudhakar, i am using python frame work and now concentrating on working on web services in python. I installed SOAPpy-0.12.0 on mac but getting errors as below: venj:SOAPpy-0.12.0 venkata$ python setup.py build Traceback (most recent call last): File "setup.py", line 8, in

Re: [Pythonmac-SIG] macholib unknown load command: 2147483682

2009-09-09 Thread Emanuele Santos
Thanks, Ronald! It is working now. -- Emanuele. On Sep 9, 2009, at 12:22 PM, Ronald Oussoren wrote: On 9 Sep, 2009, at 6:29, Emanuele Santos wrote: I am already using the latest versions of both macholib and py2app. Could you try again? I've just checked in a patch for macholib that a

Re: [Pythonmac-SIG] Link against Python Framework

2009-09-09 Thread Jason Foreman
On Sep 9, 2009, at 9:07 AM, Kevin Walzer wrote: Major Python releases (such as 2.5 and 2.6) are not necessarily binary compatibel. If you are careful you can get a single binary that works with 2.5 and 2.6, but you then have to load the framework manually and also manually resolve any py

Re: [Pythonmac-SIG] macholib unknown load command: 2147483682

2009-09-09 Thread Ronald Oussoren
On 9 Sep, 2009, at 6:29, Emanuele Santos wrote: I am already using the latest versions of both macholib and py2app. Could you try again? I've just checked in a patch for macholib that adds minimal support for some new loader commands (r28 in the macholib repository) Ronald Thanks,

Re: [Pythonmac-SIG] Link against Python Framework

2009-09-09 Thread Ronald Oussoren
On Wednesday, 09 September, 2009, at 04:07PM, "Kevin Walzer" wrote: >> >> Major Python releases (such as 2.5 and 2.6) are not necessarily binary >> compatibel. If you are careful you can get a single binary that works with >> 2.5 and 2.6, but you then have to load the framework manually and a

Re: [Pythonmac-SIG] Compiling libhid with python support : configure can't link to test program

2009-09-09 Thread Gabriel Rossetti
Gabriel Rossetti wrote: Hello everyone, I would like to compile libhid (because I couldn't find it already compiled) on mac os x 10.5.x. When I run configure it dies saying it can't link against my python lib and that it may be installed in an alternative location or that I need to install a

Re: [Pythonmac-SIG] Link against Python Framework

2009-09-09 Thread Kevin Walzer
Major Python releases (such as 2.5 and 2.6) are not necessarily binary compatibel. If you are careful you can get a single binary that works with 2.5 and 2.6, but you then have to load the framework manually and also manually resolve any python API functions you are using. The easiest way to

[Pythonmac-SIG] Compiling libhid with python support : configure can't link to test program

2009-09-09 Thread Gabriel Rossetti
Hello everyone, I would like to compile libhid (because I couldn't find it already compiled) on mac os x 10.5.x. When I run configure it dies saying it can't link against my python lib and that it may be installed in an alternative location or that I need to install a dev version of python. I

Re: [Pythonmac-SIG] Link against Python Framework

2009-09-09 Thread Ronald Oussoren
On Wednesday, 09 September, 2009, at 02:10PM, "Georg Seifert" wrote: >Hi, > >In my Cocoa app, I link agains the Python framework to be able to call >"PyRun_SimpleString" and load bundles based on python. > >If I set the Base SDK to 10.5, it runs on 10.5 and 10.6. But if I set >it to 10.6 an

[Pythonmac-SIG] Link against Python Framework

2009-09-09 Thread Georg Seifert
Hi, In my Cocoa app, I link agains the Python framework to be able to call "PyRun_SimpleString" and load bundles based on python. If I set the Base SDK to 10.5, it runs on 10.5 and 10.6. But if I set it to 10.6 and MACOSX_DEPLOYMENT_TARGET = 10.5 it complains in Leopard that it can’t find