Re: py27_wxpython

2012-02-20 Thread Ulrich Wienands
To Jyrki: a hardware upgrade is not in the budget, even at refurb or used prices. I am doing this on a last-generation 17" PowerBook G4... nothing smaller will do. I tried installing py-wxpython instead of py27-wxpython: it bombs not knowing what "subport" means. Now you mention that things like s

Re: py27_wxpython

2012-02-19 Thread Wahlstedt Jyrki
cajt9rbrl8ddd_w9ht5mea9kkx+o3upe7qhngj43j2gep5ny...@mail.gmail.com> To: Ulrich Wienands X-Mailer: Apple Mail (2.1257) On 18.2.2012, at 22.38, Ulrich Wienands wrote: > Ok, so I did my sudo port -d sync. It works & updates a whole bunch of stuff. > > Retry to install py27-wxpython, but now... it

Re: py27_wxpython

2012-02-18 Thread Ulrich Wienands
Ok, so I did my sudo port -d sync. It works & updates a whole bunch of stuff. Retry to install py27-wxpython, but now... it is no longer there: [UBC-PowerBook:~] uli% sudo port -d install py27-wxpython Error: Port py27-wxpython not found To report a bug, see

Re: py27_wxpython

2012-02-14 Thread Ryan Schmidt
On Feb 13, 2012, at 23:33, Ulrich Wienands wrote: > So now, with wxWidgets there, I try installing py27-wxpython again. > > And I get this error: > - > [UBC-PowerBook:~] uli% sudo port install py27-wxpython > Warning: port definitions are more than two weeks old, consider

Re: py27_wxpython

2012-02-13 Thread Ulrich Wienands
Well, I went back to my post of 11-Feb, realizing that I wanted to install wxWidgets by itself. And, it actually installs just fine! I had to deactivate wxWidgets-python, but then I could activate wxWidgets with no problem whatsoever. So now, with wxWidgets there, I try installing py27-wxpython a

Re: py27_wxpython

2012-02-11 Thread Ryan Schmidt
On Feb 12, 2012, at 00:32, Ulrich Wienands wrote: > Ok, attached is the output of port -v installed (as rtf file since it > is a bit long). For me it is about what I expected. It shows that several of your installed ports are out of date; perhaps there is a problem that we already fixed. Please

Re: py27_wxpython

2012-02-11 Thread Ulrich Wienands
Here is the attachment, didn't make it the 1st time... U. 2012/2/11, Ulrich Wienands : > Ok, attached is the output of port -v installed (as rtf file since it > is a bit long). For me it is about what I expected. > > I'll try wxWidgets by itself tomorrow. > > Uli > > > > 2012/2/10, Ryan Schmidt :

Re: py27_wxpython

2012-02-11 Thread Ulrich Wienands
Ok, attached is the output of port -v installed (as rtf file since it is a bit long). For me it is about what I expected. I'll try wxWidgets by itself tomorrow. Uli 2012/2/10, Ryan Schmidt : > On Feb 10, 2012, at 19:28, Ulrich Wienands wrote: > >> Verbatim copy of /opt/local/etc/macports/macpo

Re: py27_wxpython

2012-02-10 Thread Ryan Schmidt
On Feb 10, 2012, at 19:28, Ulrich Wienands wrote: > Verbatim copy of /opt/local/etc/macports/macports.conf: > - > # CPU architecture to compile for. Defaults to i386 or ppc on Mac OS X 10.5 > # and earlier, depending on the CPU type detected at runtime. On Mac OS X

Fwd: py27_wxpython

2012-02-10 Thread Ulrich Wienands
-- Forwarded message -- From: Ulrich Wienands Date: Fri, 10 Feb 2012 17:27:57 -0800 Subject: Re: py27_wxpython To: Ryan Schmidt Verbatim copy of /opt/local/etc/macports/macports.conf: - # CPU architecture to compile for. Defaults to i386 or ppc on

Re: py27_wxpython

2012-02-09 Thread Ryan Schmidt
On Feb 9, 2012, at 21:17, Ulrich Wienands wrote: > Ok, coming back to the original question: why, then, does wxWidgets > not want to build on 10.4 ppc?? ppc is listed as supported > architecture, and the platform darwin 11 {} will be ignored, so what > gives? Anyway I can force this? Ok, looking

Re: py27_wxpython

2012-02-09 Thread Ulrich Wienands
Ok, coming back to the original question: why, then, does wxWidgets not want to build on 10.4 ppc?? ppc is listed as supported architecture, and the platform darwin 11 {} will be ignored, so what gives? Anyway I can force this? Uli 2012/2/9, Ryan Schmidt : > > On Feb 9, 2012, at 01:51, Andrea D'

Re: py27_wxpython

2012-02-09 Thread Ryan Schmidt
On Feb 9, 2012, at 01:51, Andrea D'Amore wrote: > On Thu, Feb 9, 2012 at 06:48, Ulrich Wienands wrote: >> 93 >> 94 platform darwin 11 { >> 95 configure.args-append \ >> 96 --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk \ >> 97 --with-macosx-version

Re: py27_wxpython

2012-02-08 Thread Andrea D'Amore
On Thu, Feb 9, 2012 at 06:48, Ulrich Wienands wrote: > 93 > 94      platform darwin 11 { > 95               configure.args-append \ > 96               --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk \ > 97               --with-macosx-version-min=10.6 The platform directive is stating a condition

Re: py27_wxpython

2012-02-08 Thread Ulrich Wienands
It is the wxWidgets portfile. Following is a copy of the lines where I am taking this from. And you are correct of course as far as the Darwin vs OS X versioning. But see line 97 in the stuff below. Uli -- excerpt frpm wxWidget portfile (wxWidget 2.8.12) -- 88universal

Re: py27_wxpython

2012-02-07 Thread Ryan Schmidt
On Feb 7, 2012, at 19:41, Ulrich Wienands wrote: > Yes, wxWidgets-python is older than wxWidgets, but do two minor > releases cause widespread incompatibility?? > > Looking at the port file again, it seems that, even though ppc is > listed as supported architecture, it also seems to demand Darwi

Re: py27_wxpython

2012-02-07 Thread Ulrich Wienands
Yes, wxWidgets-python is older than wxWidgets, but do two minor releases cause widespread incompatibility?? Looking at the port file again, it seems that, even though ppc is listed as supported architecture, it also seems to demand Darwin 11, i.e. OS X 10.6...?? I am by no means an expert in readi

Re: py27_wxpython

2012-02-05 Thread Wahlstedt Jyrki
On 5.2.2012, at 4.53, Ulrich Wienands wrote: > I would like to install wxWidgets and wxpython and start python gui > programming. > > So I install python27... ok > I try py27-wxpython: no go; it claims wxWidgets cannot install on ppc: > -- Error msg I get: > sudo port install py27-wxpython

py27_wxpython

2012-02-04 Thread Ulrich Wienands
I would like to install wxWidgets and wxpython and start python gui programming. So I install python27... ok I try py27-wxpython: no go; it claims wxWidgets cannot install on ppc: -- Error msg I get: sudo port install py27-wxpython Password: Warning: port definitions are more than two weeks o