yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #14369
Re: [Question #556258]: yade install problem
Question #556258 on Yade changed:
https://answers.launchpad.net/yade/+question/556258
Status: Open => Answered
Bruno Chareyre proposed the following answer:
Hi,
There is a chance that the problem is just not related to yade.
Could you run try this code as a python script and tell us?
B
# testImport.py
import math
import random as rand
import numpy as np
np.set_printoptions(threshold=numpy.nan)
import yade.timing
import pylab as pyl
from matplotlib import pyplot as pyp
import matplotlib.gridspec as gridspec
from nsmp1d_yade3D525Phi061 import *
--
You received this question notification because your team yade-users is
an answer contact for Yade.