On Mon, Nov 26, 2018 at 07:33:12PM -0500, Diane Bruce wrote:
> On Mon, Nov 26, 2018 at 11:59:36PM +, Montgomery-Smith, Stephen wrote:
> >
> > Original error was: /lib/libgcc_s.so.1: version GCC_4.8.0 required by
> > /usr/local/lib/gcc7/libgfortran.so.4 not found
> >
> >
> > Any ideas?
>
>
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.
Maintainer: pyt...@freebsd.org
Last committer: anto...@freebsd.org
Ident: $FreeBSD: head/lang/python34/Makefile
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.
Maintainer: pyt...@freebsd.org
Last committer: anto...@freebsd.org
Ident: $FreeBSD: head/lang/python34/Makefile
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.
Maintainer: pyt...@freebsd.org
Last committer: anto...@freebsd.org
Ident: $FreeBSD: head/lang/python34/Makefile
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.
Maintainer: pyt...@freebsd.org
Last committer: anto...@freebsd.org
Ident: $FreeBSD: head/lang/python34/Makefile
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.
Maintainer: pyt...@freebsd.org
Last committer: to...@freebsd.org
Ident: $FreeBSD: branches/2018Q4/lang/python34
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.
Maintainer: pyt...@freebsd.org
Last committer: to...@freebsd.org
Ident: $FreeBSD: branches/2018Q4/lang/python34
On Mon, Nov 26, 2018 at 11:59:36PM +, Montgomery-Smith, Stephen wrote:
> Using python2.7, if I run this code:
>
> import numpy as np
> from pyglet.gl import *
>
> everything works fine. But if I put the same code in the other order:
>
> from pyglet.gl import *
> import numpy as np
>
> I ge
Using python2.7, if I run this code:
import numpy as np
from pyglet.gl import *
everything works fine. But if I put the same code in the other order:
from pyglet.gl import *
import numpy as np
I get:
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/si