Re: Error when starting python3

2015-09-20 Thread Glenn Ramsey
Hi Aljaž, On 14/09/15 22:46, Aljaž Srebrnič wrote: >> On 14/set/2015, at 05:55, Glenn Ramsey wrote: >> >> Hi All, >> >> I get this error when starting python3: >> >> $ python3 >> Python 3.5.0rc4 (default, Sep 14 2015, 13:58:59) >> [GCC

Error when starting python3

2015-09-13 Thread Glenn Ramsey
Hi All, I get this error when starting python3: $ python3 Python 3.5.0rc4 (default, Sep 14 2015, 13:58:59) [GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin Type "help", "copyright", "credits" or "license" for more information. Failed calling sys.__interactivehook__ Traceback (mo

Re: ncurses 32 bit build fails

2015-09-13 Thread Glenn Ramsey
On 14/09/15 12:24, Kurt Hindenburg wrote: > >> On Sep 13, 2015, at 7:55 PM, Glenn Ramsey wrote: >> >> Hi, >> >> ncurses 6.0.0 fails to build on i386. The part from the log where it fails is >> below. It looks to me like it could be a libstdc++ / libc++ issu

ncurses 32 bit build fails

2015-09-13 Thread Glenn Ramsey
Hi, ncurses 6.0.0 fails to build on i386. The part from the log where it fails is below. It looks to me like it could be a libstdc++ / libc++ issue. I'm actually trying to install a version of python 3 (>=3.2), but they all seem to depend on this version of ncurses. I have created a ticket but i

Re: py-suds-jurko is not installed properly

2014-11-02 Thread Glenn Ramsey
Hi petr, On 01/11/14 23:53, petr wrote: > > On 31 Oct 2014, at 23:50, Glenn Ramsey wrote: > >> Hi, >> >> After installing the py-suds-jurko package only the top level modules seem >> to be >> available. Did I install it wrong? >> > > Hi Glen

py-suds-jurko is not installed properly

2014-10-31 Thread Glenn Ramsey
Hi, After installing the py-suds-jurko package only the top level modules seem to be available. Did I install it wrong? $ sudo port install py-suds-jurko dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid ---> Computing dependencies for p

Re: PIL + ReportLab vs Pillow

2014-07-03 Thread Glenn Ramsey
On 03/07/14 17:57, Ryan Schmidt wrote: > > On Jul 2, 2014, at 9:53 PM, Glenn Ramsey wrote: > >> Is there a way that I can have both PIL and Pillow installed at the same >> time? >> >> PIL 1.1.7 has a bug that affects my code, and the bug is fixed in Pillow. &

PIL + ReportLab vs Pillow

2014-07-02 Thread Glenn Ramsey
Hi, Is there a way that I can have both PIL and Pillow installed at the same time? PIL 1.1.7 has a bug that affects my code, and the bug is fixed in Pillow. The py27-pil and py27-Pillow packages are mutually exclusive so I can't have them both installed from MacPorts. I also need ReportLab, bu