santaclause83
03-10-2008, 12:53
ho installato python 2.4 tramite i macports per potere usare la libreria pygame, non compatibile con python 2.5 che era gia' nel sistema
lo lancio e si blocca incoprensibilmente
se uso l'interprete con delle banali
funzioni di addizione, minimo al secondo comando mi lancia un
genericissimo "bus error"
Python
2.4.5 (#1, Sep 16 2008, 16:14:19)
[GCC 4.0.1 (Apple Inc. build 5465)]
on darwin
Type "help", "copyright", "credits" or "license" for more
information.
>>> 1+2
3
>>> 2
Bus error
lo lancio e si blocca incoprensibilmente
se uso l'interprete con delle banali
funzioni di addizione, minimo al secondo comando mi lancia un
genericissimo "bus error"
Python
2.4.5 (#1, Sep 16 2008, 16:14:19)
[GCC 4.0.1 (Apple Inc. build 5465)]
on darwin
Type "help", "copyright", "credits" or "license" for more
information.
>>> 1+2
3
>>> 2
Bus error