Re: [Pythonmac-SIG] Module build fails because distutils adds "-isysroot"

2009-10-01 Thread Patrick Näf
Hi Dave On Wed, September 30, 2009 18:17, Dave Peterson wrote: > The options distutils uses come from the file at root>/lib/python2.5/config/Makefile. I don't think there is any Good to know. > So my first suggestion is that you try redefining the -isysroot option > in the flags you can speci

Re: [Pythonmac-SIG] Command line imports module but built *.app complains No module yaml

2009-10-01 Thread Christopher Barker
hari jayaram wrote: python setup.py py2app -A Are you trying to build an "Alias" app? It will reference all your source code, rather than copying anything. Teh odd thing is that is usually more reliable, not less! When I try to open the dist file open dist/GridZilla.app I get a popup no mo

Re: [Pythonmac-SIG] web services

2009-10-01 Thread Aahz
On Thu, Oct 01, 2009, Christopher Barker wrote: > > Twisted is work a look, too, though I haven't used it. Twisted is definitely work to look at. ;-) -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "Normal is what cuts off your sixth finger and your tail..."

Re: [Pythonmac-SIG] web services

2009-10-01 Thread Christopher Barker
Chris Rebert wrote: On Wed, Sep 30, 2009 at 11:41 PM, sudhakar s wrote: Can any one suggest me how to create a simple web service. Started working with webservices but fully confused with searches i made. How is this relevant to Python on the Mac OS X platform specifically? It's not,