Re: [Pythonmac-SIG] wxCocoa no top menu

2012-08-16 Thread Mark Livingstone
On 16 August 2012 15:57, Ronald Oussoren ronaldousso...@mac.com wrote: Looking at the documentation of wx I'd say this behavior is expected. When you click on the green led the window is maximized, and ShowFullScreen makes the window a full screen window (simular to the arrow icon's in the

Re: [Pythonmac-SIG] wxCocoa no top menu

2012-08-15 Thread Mark Livingstone
No ideas? On 12 August 2012 13:31, Mark Livingstone livingstonem...@gmail.com wrote: Hi Guys, I finally dragged myself kicking and screaming into the current millennium, and loaded Macports py27-wxpython-devel 2.9.4. on my Mountain Lion machine. If I do a frame.Show() I get my program

Re: [Pythonmac-SIG] No module named altgraph-0

2012-08-15 Thread Mark Livingstone
Any ideas? On 12 August 2012 16:27, Mark Livingstone livingstonem...@gmail.com wrote: Hi Guys, I'm making progress - I think ;-) I went to Ronald's Bitbucket and installed all the relevant bits and pieces. Finally I made py2app as below, and it seemed that this was successful. However when

[Pythonmac-SIG] No module named altgraph-0

2012-08-12 Thread Mark Livingstone
Hi Guys, I'm making progress - I think ;-) I went to Ronald's Bitbucket and installed all the relevant bits and pieces. Finally I made py2app as below, and it seemed that this was successful. However when I tried to make my app as shown further down, I get an error saying I don't have a module

[Pythonmac-SIG] wxCocoa no top menu

2012-08-11 Thread Mark Livingstone
Hi Guys, I finally dragged myself kicking and screaming into the current millennium, and loaded Macports py27-wxpython-devel 2.9.4. on my Mountain Lion machine. If I do a frame.Show() I get my program in a frame in the middle of the screen, and the usual top of screen menu. If I click the

[Pythonmac-SIG] Py2app error

2012-08-01 Thread Mark Livingstone
Hi Guys, OK, taking Chris' advice, I installed on a Snow Leopard machine: cheyenne:dist marklivingstone$ ls ~/Downloads/ About Downloads.lpdf numpy-1.6.2-py2.7-python.org-macosx10.3.dmg wxMac-2.8.12.tar matplotlib-1.1.0-py2.7-python.org-macosx10.3.dmg python-2.7.3-macosx10.6.dmg

Re: [Pythonmac-SIG] Py2app error

2012-07-17 Thread Mark Livingstone
Hi Chris, In the latest couple of releases, they have brought out a cut down EPD-Free which gets round that issue. It installs their python and Numpy, Scipy, IPython, matplotlib, traits chaco so you end up getting wx / qt as well. Cheers, MArkL On 18 July 2012 03:26, Chris Barker

[Pythonmac-SIG] Py2app error

2012-07-16 Thread Mark Livingstone
Hello, Using both EPD 7.3 academic and free, I have tried to use py2app to make an installer. This is the first time I have tried to do this. I will ask on their mailing list as well. My setup.py script looks like this: import wx import sys # Application Information APP = salstat.py NAME =

Re: [Pythonmac-SIG] Anyone tried to build python or extensions with XCode 4.0?

2011-03-18 Thread Mark Livingstone
Ok, what you say is true for the release version of XCode 4. However, I have just installed XCode 4.0.1. When it installed, it moved my existing XCode 3..26 into the /Developer.old folder. I went in there, ran XCode 3 and with no changes was able to compile a 10.5 SDK version of the CUDA test

[Pythonmac-SIG] Crossfold Validation

2010-02-19 Thread Mark Livingstone
Hi Guys, I am looking for suggestions! I am doing some experimentation and want to know if there are any utilities available that will take a file as input, get the num folds and num times, and do the slice and dice file operation ready then for training / testing? I imagine it wouldn't be

Re: [Pythonmac-SIG] entire applications in python?

2007-10-03 Thread Mark Livingstone
Hi Brett, On 04/10/2007, Brett Calcott [EMAIL PROTECTED] wrote: Is there the book for learning the basics of the mac system? Likewise, is there a book on objective-c for experienced programmers? I don't know if you are a podcast listener. There is a helpful Mac / Objective C available through

[Pythonmac-SIG] Is there a Python 2.5 Framework?

2006-11-16 Thread Mark Livingstone
Hi Guys, I want to develop with wxPython. To do so natively (ie without going via X11 / GTK) it says you need to use a Framework version of Python. I have googled but not yet found what I seek. Does anyone know if a Framework 2.5 Python does exist and where? TIA MarkL