Re: Announcement: MindTree for Python beta -- feedback appreciated

2008-12-10 Thread Marc 'BlackJack' Rintsch
On Wed, 10 Dec 2008 23:47:05 +1300, greg wrote: > Johann Spies wrote: > >> % /usr/local/bin/python3.0 MindTree.pyw >> Traceback (most recent call last): >> File "MindTree.pyw", line 2, in >> from future_builtins import * >> ImportError: No module named future_builtins > > Hmmm... does th

Re: Announcement: MindTree for Python beta -- feedback appreciated

2008-12-10 Thread greg
Johann Spies wrote: % /usr/local/bin/python3.0 MindTree.pyw Traceback (most recent call last): File "MindTree.pyw", line 2, in from future_builtins import * ImportError: No module named future_builtins Hmmm... does this mean that Python3 has no future? :-) -- Greg -- http://mail.pyth

Re: Announcement: MindTree for Python beta -- feedback appreciated

2008-12-09 Thread Johann Spies
> The MindTree project can be found and downloaded here: > http://code.google.com/p/mindtree/ > I suppose it might be a python3-problem: % /usr/local/bin/python3.0 MindTree.pyw Traceback (most recent call last): File "MindTree.pyw", line 2, in from future_builtins import * ImportError: