Re: Eric - "No module named MainWindow"

2013-02-18 Thread Phil
On 18/02/13 18:07, Vincent Vande Vyvre wrote: Le 18/02/13 00:04, Phil a écrit : ... from PyQt4 import QtCore, QtGui from ui.MainWindow import MainWindow As I've sayed in my last post, this is not "ui.MainWindow" but "ui.mainwindow" Thanks again Vincent, Your answer is correct but that was

Re: Eric - "No module named MainWindow"

2013-02-18 Thread Vincent Vande Vyvre
Le 18/02/13 00:04, Phil a écrit : > ... > > from PyQt4 import QtCore, QtGui > from ui.MainWindow import MainWindow > As I've sayed in my last post, this is not "ui.MainWindow" but "ui.mainwindow" -- Vincent V.V. Oqapy . Qarte . PaQager

Re: Eric - "No module named MainWindow" - solved

2013-02-17 Thread Phil
On 17/02/13 21:35, Vincent Vande Vyvre wrote: Le 17/02/13 10:08, Phil a écrit : Thank you for reading this. I've been playing with Eric all day and I almost have a working GUI application, but not quite. I have followed the two tutorials on the Eric site and I'm sure that I haven't miss entered

Re: Eric - "No module named MainWindow"

2013-02-17 Thread Phil
On 17/02/13 21:35, Vincent Vande Vyvre wrote: Le 17/02/13 10:08, Phil a écrit : Thank you for reading this. I've been playing with Eric all day and I almost have a working GUI application, but not quite. I have followed the two tutorials on the Eric site and I'm sure that I haven't miss entered

Re: Eric - "No module named MainWindow"

2013-02-17 Thread Vincent Vande Vyvre
Le 17/02/13 16:13, Joel Goldstick a écrit : > > > > On Sun, Feb 17, 2013 at 6:35 AM, Vincent Vande Vyvre > mailto:vincent.vandevy...@swing.be>> wrote: > > Le 17/02/13 10:08, Phil a écrit : > > Thank you for reading this. > > > > I've been playing with Eric all day and I almost have

Re: Eric - "No module named MainWindow"

2013-02-17 Thread Joel Goldstick
On Sun, Feb 17, 2013 at 6:35 AM, Vincent Vande Vyvre < vincent.vandevy...@swing.be> wrote: > Le 17/02/13 10:08, Phil a écrit : > > Thank you for reading this. > > > > I've been playing with Eric all day and I almost have a working GUI > > application, but not quite. I have followed the two tutoria

Re: Eric - "No module named MainWindow"

2013-02-17 Thread Vincent Vande Vyvre
Le 17/02/13 10:08, Phil a écrit : > Thank you for reading this. > > I've been playing with Eric all day and I almost have a working GUI > application, but not quite. I have followed the two tutorials on the > Eric site and I'm sure that I haven't miss entered anything and so I > think the error is

Eric - "No module named MainWindow"

2013-02-17 Thread Phil
Thank you for reading this. I've been playing with Eric all day and I almost have a working GUI application, but not quite. I have followed the two tutorials on the Eric site and I'm sure that I haven't miss entered anything and so I think the error is the result of something missing from my s