|
From: Werner F. B. <wer...@fr...> - 2013-10-03 08:00:22
|
Hi, On 03/10/2013 09:31, ajdcds wrote: > If doing > > c:\Python26\python.exe file.py > > Then the error is on import private files, stated on my first post as > /import <something>/ I didn't see a response from you on this: c:\Python26\python.exe from PyQt4.QtGui import QFormLayout Does this give an import error? If above does not give an import error can you try: c:\Python26\python.exe folder_with_matplot_examples/user_interfaces/embedding_in_qt4.py If this works then I am guessing that your 'file.py' does somehow manipulate the sys.path. Werner |