Re: runtime error

2012-01-28 Thread Emile van Sebille
On 1/27/2012 10:38 AM nikos spanakis said... Hi I just minstalled python 3.1 on my windons XP SP3 but on the start up I get the following error message: You don't say what you specifically installed, but for windows you may find activestates distribution a good fit. See http://www.activest

Re: Runtime error

2010-10-29 Thread John Machin
On Oct 29, 3:26 am, Sebastian wrote: > Hi all, > > I am new to python and I don't know how to fix this error. I only try to > execute python (or a cgi script) and I get an ouptu like > > [...] > 'import site' failed; traceback: > Traceback (most recent call last): > File "/usr/lib/python2.6/site.p

Re: Runtime error

2010-10-29 Thread Peter Pearson
On Thu, 28 Oct 2010 18:26:49 +0200, Sebastian wrote: > Hi all, > > I am new to python and I don't know how to fix this error. I only try to > execute python (or a cgi script) and I get an ouptu like > > [...] > 'import site' failed; traceback: > Traceback (most recent call last): > File "/usr/lib

Re: Runtime Error when loading ".pyd" module

2006-03-06 Thread Terry Tang
3 AM Subject: Re: Runtime Error when loading ".pyd" module > Terry Tang wrote: > > > it hits a "Runtime Error" (which is shown in a message box saying "abnormal > > program termination") and a message like the following is printed in the > > console:

Re: Runtime Error when loading ".pyd" module

2006-03-02 Thread Fredrik Lundh
Terry Tang wrote: > it hits a "Runtime Error" (which is shown in a message box saying "abnormal > program termination") and a message like the following is printed in the > console: > Fatal Python error: Interpreter not initialized (version mismatch?) both the main executable (e.g. python.exe or