mattbellis / pydecay

PyDecay and GraphPhys. A unified language and storage system for particle physics decay process descriptions.
3 stars 0 forks source link

PyX warnings. #3

Open mattbellis opened 12 years ago

mattbellis commented 12 years ago

Getting the following warning when I use the BaBar tcl creator

``You don't have PyX - that's a problem unless you're just running the setup script."

Everything else works though. I have python-pyx installed (Debian/testing), so perhaps it just needs to check in more places?

duncanka commented 12 years ago

That appears to be coming from PyFeyn (http://pyfeyn.hepforge.org/svn/pyfeyn/trunk/pyfeyn/__init__.py). You might want to run it in ipython and debug to see where the problem is actually occurring -- it may be a different part of that init script.