Hi Steven, compiling the .ui file should generate a source file like Ui_annotator.py (or whatever your .ui file was called. In your sources there is none of them. It's probably something wrong in your whole setup. You may have a look at the eric sources for examples. Everything works in there.
Regards, Detlev On Monday 21 September 2015, 10:01:53 Steven Elster wrote: > Hi Detlev, > > In QT Designer, I am making changes to a .ui file. Then, in Eric 6, I > am compiling that form, generating dialogue. Then I switch to Sources, > and see the new files. But when I try to run the program, I get errors > like: unhandled import error: no module named ... This does not happen > when I modify the .ui file for the tutorials such as minibrowser. I can > make changes to its mainwindow.ui with no problems: compile form. Run > the program. I see the changes. What I am trying to do is to make > minor changes to the annotator.ui contained in this project: > https://github.com/selster/pilab-annotator. This is where I get the > errors: I am in a win 7 64 bit machine with python 2.7 32 bit. > > Thank you, > Steve > > On 9/21/2015 9:46 AM, Detlev Offenbach wrote: > > Hi, > > > > modifying .ui files is done with Qt Designer. This tool can be started > > from within eric. Compiling the files is done through the context menu > > of the Project Forms Viewer (or automatically when the project is run, > > if the respective option has been checked. Generating dialogs can be > > initiated through the context menu of the Project Forms Viewer as > > well. This generates a .ui file from a template and starts Qt Designer > > with the newly created file. > > > > Everything else is pure Qt stuff and not specific to eric. > > > > Hope this helps a little bit. > > > > Detlev > > > > On Sunday 20 September 2015, 21:04:41 Studio - PM wrote: > > > > how to modify .ui files, compile, and generate dialogue.I > > > > > > presume a look at the Eric's "Extras > Wizards" might be > > > > > > of help. > > > > > > But that's more a Qt matter than Eric's; isn't it? - > > > > > > P.M. > > > > > > From: [email protected]: [email protected]: Sun, > > > > 20 Sep > > > > > 2015 16:17:51 +0000Subject: [Eric] FW: eric6 > > > > > > > > > > > > > > > > > > I am having difficulties figuring out > > > > > > how to modify .ui files, compile, and generate dialogue. If I use > > > > > > the tutorials and their code, all seems to work. Am I in a > > > > > > hurry: sure > > > > > > Thanks > > > > > > Steve -- > > > > Detlev Offenbach > > > > [email protected] > > > > > > > > _______________________________________________ > > Eric mailing list > > [email protected] > > https://www.riverbankcomputing.com/mailman/listinfo/eric-- *Detlev Offenbach* [email protected]
_______________________________________________ Eric mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/eric
