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
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
> 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: