|
From: Werner F. B. <wer...@fr...> - 2013-10-02 15:30:38
|
Hi Antonio, (forgot to copy list - for archive) On 02/10/2013 17:05, António de Sousa wrote: > Hi Werner, > > thank you for your reply. > > Yes, the path is C:\Python26\lib\ > > Can it be that the error message is coming from a different location? > Meaning that there may be duplicate files (e.g. python related > DLLs) in the system? I am guessing/suspecting that you don't always run the Python version you think you are running. So, just to double check, if you do: c:\Python26\python.exe from PyQt4.QtGui import QFormLayout You get no error? 'file.py' is your script which runs matplotlib, yes? if above gives no error what happens if you do: c:\Python26\python.exe file.py Werner |