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

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to