Re: Ports that don't actually support Python 3.x

2014-07-06 Thread Robert Simmons
Beautiful Soup 3.x is Python 2.x only. From the website: "Beautiful Soup 3 works only under Python 2.x." http://www.crummy.com/software/BeautifulSoup/ On Sun, Jul 6, 2014 at 3:56 PM, Melvyn Sopacua wrote: > Hello, > > I'm coming accross a few ports that are in the tree as we speak, that do > not

Ports that don't actually support Python 3.x

2014-07-06 Thread Melvyn Sopacua
Hello, I'm coming accross a few ports that are in the tree as we speak, that do not actually install correctly with Python 3.x but aren't marked as 2.7 only. There seems to be 2 cases: 1. incompatibility in setup.py or related, thus failing in configure 2. incompatibility in the code itself, thu