shsu012 shsu012 wrote:
Hi Tutor,
After installing python 2.6.2, there was no problem running it and
completing the simple maths operations at home.
However, a Microsoft Visual C++ Runtime library error keeps turning up
whenever I tried to run the files which use functions imported from the
visual library....(please see the attached pic)

Why would an error from Microsoft C++ turn up when running python...?


Thank you very much!!

Regards,

Sherry
A large portion of the Python implemenation is in C, and on the Windows platform, that's compiled with Microsoft C.

I don't know why you're getting that error, though.

DaveA
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to