Re: [Pythonmac-SIG] py2app with genshi problem

2011-09-04 Thread David Bolen
Neacsa Bogdan Valentin writes: >  cherrypy.tools.buffet_genshi = BuffetTool('genshi', > 'tvb.interfaces.web.templates.genshi') > here, 'tvb'.interface.web.templates.genshi' is a 'python package' in the > sense that there is an __init__.py there and the only thing in that folder > are the html

Re: [Pythonmac-SIG] py2app not including /Library/Python/2.6/site-packages

2011-01-25 Thread David Bolen
michael ferraro writes: > Using Apple's installed python means one less install and, one less > opportunity for problem. It is probably shortsighted. Given > everything, installing a python.org version of python might make > things more consistent and easier. Just to perhaps clarify one thing

Re: [Pythonmac-SIG] Python development on OSX

2011-01-20 Thread David Bolen
Chris Weisiger writes: > In short, if you are coding for other people who are not themselves > programmers and who use OSX, then you want py2app. I definitely agree with this. Py2app lets my self-contained Python apps conform to the platform norm that users are expecting. In that respect it's