Andy Rhodes a écrit : > On 5/29/07, *Jan Ciger* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > You wouldn't happen to know how I would do that on ubuntu 7.04 would > you? Every time I try: > sudo apt-get remove python2.5 > .....it asks to remove a bunch of other programs even though I already > have 2.4 installed! >
Python 2.5 and 2.4 are on ubuntu 7.04 Just do so : "python2.4 TheFile.py" rather than "python TheFile.py" and your file will execute with Python2.4 O- Pascal _______________________________________________ Soya-user mailing list [email protected] https://mail.gna.org/listinfo/soya-user
