[--------- Tue 5.Mar'13 at 13:11:56 +0200 Gregory Edigarov :---------] > On 03/05/2013 11:49 AM, Илья Шипицин wrote: > >Hello! > > > >is there python GraphViz in ports ? > >if so, what is name of port (I couldn't find any) > > > >*<type 'exceptions.ImportError'>*: No module named gv > > > > > >Cheers, > >Ilya Shipitsin > > > > > > Seems like your problem is that you're looking in the wrong place. > modules for python could be installed directly from it's packages > repository via pip (or easy_install) utilities. > you will need to install py-pip (py-pip-1.1p0.tgz) package first. >
easy_install come in the py-setuptools package. Personally, pip seems to be better. I have both installed though so just choose which you prefer after reading up a bit about them both.