#!/usr/bin/python
from numpy import *
from enthought.mayavi import mlab
rad=array([2.,2.,1.])
z=array([0.,0.,0.])
p,t=mgrid[0.:pi:4j,0:2.*pi:8j]
#!/usr/bin/python
from numpy import *
from enthought.mayavi import mlab
rad=array([2.,2.,1.])
z=array([0.,0.,0.])
p,t=mgrid[0.:pi:4j,0:2.*pi:8j]
from numpy import *
rad=array([2.,2.,1.])
z=array([0.,0.,0.])
a=4j;b=8j
p,t=mgrid[0.:pi:a,0:2.*pi:b]
print range(n1)
TypeError: can't convert complex to int