Re: [Pythonmac-SIG] Advice wanted on dependency building...

2013-05-23 Thread Samuel John
Hi, I am from the homebrew team and passionate python lover. I can almost feel your pain :-) Some things install nice with pip, but others don't. That is why I started to maintain a separate "tap" for additional homebrew python formulae like pillow, numpy, scipy, matplotlib, pygame ... (one can

Re: [Pythonmac-SIG] cannot run python agent using launchd (Mountain Lion)

2013-06-25 Thread Samuel John
Hi css aka. bakwards-bent spangled spanner :-) On 17.03.2013, at 07:16, spangled spanner wrote: > The script will not execute and console log shows me the following: > > Mar 17 11:53:37 my-MacBook-Pro kernel[0]: CODE SIGNING: >cs_invalid_page(0x1048fe000): p=1134[python] clea

Re: [Pythonmac-SIG] Good way for beginner to get started with Python?

2013-06-25 Thread Samuel John
Hi Python is an excellent choice. More important than a good editor is ipython to interactively try out stuff and explore. My Editor is SublimeText (it's not free) but before that, I was happy with Text Wrangler. I hear that Text Mate 2 gets better. Some use IDLE for teaching, but I don't like

Re: [Pythonmac-SIG] Can any cross platform gui framework limitations be filled with ctypes / pyobjc or other?

2013-07-12 Thread Samuel John
On 11.07.2013, at 21:11, Charlie Clark wrote: > Do you know any Qt apps for mac? It would be quite useful to take a look at > a few to help weigh up my options. The citation manager http://www.mendeley.com is (the Application) is written in Qt. bests, Samuel _