Re: Strange interaction between py-pyglet and py-numpy

2018-11-26 Thread Steve Kargl
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? > >

[package - 120amd64-default][lang/python34] Failed for python34-3.4.9_1 in package

2018-11-26 Thread pkg-fallout
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

[package - 120i386-default][lang/python34] Failed for python34-3.4.9_1 in package

2018-11-26 Thread pkg-fallout
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

[package - head-amd64-default][lang/python34] Failed for python34-3.4.9_1 in package

2018-11-26 Thread pkg-fallout
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

[package - head-i386-default][lang/python34] Failed for python34-3.4.9_1 in package

2018-11-26 Thread pkg-fallout
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

[package - 120i386-quarterly][lang/python34] Failed for python34-3.4.9_1 in package

2018-11-26 Thread pkg-fallout
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

[package - 120amd64-quarterly][lang/python34] Failed for python34-3.4.9_1 in package

2018-11-26 Thread pkg-fallout
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

Re: Strange interaction between py-pyglet and py-numpy

2018-11-26 Thread Diane Bruce
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

Strange interaction between py-pyglet and py-numpy

2018-11-26 Thread Montgomery-Smith, Stephen
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