Patiencer / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Importing pygame fails #254

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I run the following simple line of code an error occurs:
 import pygame

The caption of the error message frame is:
Microsoft Visual C++ Runtime Library

The content of the message is:
Program: C:\Program Files\PyScripter\PyScripter.exe
R6034
An application has made an attempt to load the C runtime library 
incorrectly. Please contact the application's support team for more 
information.

After clicking OK an other message comes immidiately:
exceptions.ImportError: DLL load failed: A dynamic link library (DLL) 
initialization routine failed.

PyScripter Version: 1.9.9.2
Python Version: 2.6

Original issue reported on code.google.com by bartweber on 10 Nov 2008 at 1:20

GoogleCodeExporter commented 9 years ago
It appears that the latest version of pygame works fine with PyScripter 1.9.9.7.
I can import pygame and run games.

It is recommended that you use the Remote engine though
(http://code.google.com/p/pyscripter/wiki/RemoteEngines).

Original comment by pyscripter on 23 May 2009 at 12:44

GoogleCodeExporter commented 9 years ago
I am stumbling upon the same error, everytime auto-completion (code hint) is 
activated.
The message goes:
Runtime Error!
Program C:\Program Files\PyScripter\PyScripter.exe

R6034
An application has made an attempto to load the C runtime library incorrectly.
Please contact the application support team for more information.

Original comment by janl...@gmail.com on 11 Dec 2012 at 12:24