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 <module>
>>     from future_builtins import *
>> ImportError: No module named future_builtins
> 
> Hmmm... does this mean that Python3 has no future? :-)

It is just not built in.  So it is easier to change the future by 
replacing the module.  ;-)

Ciao,
        Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to