Hello...
I have recently updated my master branch following the standard procedure. However, it appears that I do not have obj_array.py in my pytools subprojects. When I try to import obj_array I get an error message. For example, when trying to run the advection example I get the following:
File "advection.py", line 164, in <module>
main()
File "advection.py", line 26, in main
from hedge.timestep import RK4TimeStepper
File "/users/sfield/src/hedge/hedge/__init__.py", line 24, in <module>
import hedge.tools
File "/users/sfield/src/hedge/hedge/tools/__init__.py", line 30, in <module>
from pytools.obj_array import *
ImportError: No module named obj_array
Any reason why './repotool pull http://git.tiker.net/trees/ .git' will not grab obj_array.py for me?? I have checked and pytools is in my subprojects folder.
Thanks, Scott