On 2013/04/11 17:25, Predrag Punosevac wrote: > Today for the first time I checked Makefiles for above libraries looking > for 3.2 flavor. I do not see that such thing exists. When running Python > (3.2 on this computer) shell and trying to import numpy for example > give the error as the numpy is stored in > > /usr/local/lib/python2.7/site-packages/numpy > > Is anybody using numpy on 3.2? Does numpy and above ports need to be > build specifically to run on 3.3 (awaiting for that 3.3.1 patch)? > Could anybody educate me little bit about these issues?
Yes any Python libraries wanting to be used with a version other than 2.7 need a FLAVOR to be added, see security/py-crypto, textproc/py-MarkupSafe, devel/py-xdg etc.
