Τη Παρασκευή, 31 Μαΐου 2013 6:37:06 μ.μ. UTC+3, ο χρήστης Fábio Santos έγραψε:
> Check if python3 and python3.3 aren't the same. Run them and look at the > "intro" > lines. root@nikos [~]# python -V Python 2.6.6 root@nikos [~]# python3 -V Python 3.3.0 root@nikos [~]# python3.3 -V Python 3.3.0 root@nikos [~]# python3 Python 3.3.0 (default, Apr 6 2013, 01:53:31) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> exit() root@nikos [~]# python3.3 Python 3.3.0 (default, Apr 6 2013, 01:53:31) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> exit() root@nikos [~]# -- http://mail.python.org/mailman/listinfo/python-list