[yt-users] Mac OS X matplotlib WX backend

Stephen Skory stephenskory at yahoo.com
Tue Mar 3 10:05:00 PST 2009


Thomas,

> My question now is how to do the same thing for iyt. Is there a build option 
> somewhere, so that iyt will start ipython with the -wthread flag?

iyt is just a shell script:

#!/path/to/yt/bin/python
# EASY-INSTALL-SCRIPT: 'yt==1.5dev','iyt'
__requires__ = 'yt==1.5dev'
import pkg_resources
pkg_resources.run_script('yt==1.5dev', 'iyt')


Can you try changing the first line to /path/to/yt/bin/ipython -wthread and see if that works?

 _______________________________________________________
sskory at physics.ucsd.edu           o__  Stephen Skory
http://physics.ucsd.edu/~sskory/ _.>/ _Graduate Student
________________________________(_)_\(_)_______________



More information about the yt-users mailing list