[PyQt] pyqtdeploy: compiler and linker errors fixed, but .exe won't run.
Jacob Kanev
j_kanev at arcor.de
Mon Oct 29 11:08:18 GMT 2018
Hi Shyne,
> How do you include your package treetime? From the Application Source
> or Other Packages?
Python files from application source are included by having ticked the respective them in the pyqtdeploy GUI, when creating the .pdy file. Directory structure is:
deploy
treetime.pdy
sysroot.json
build-win32
TreeTime.pro
Makefile
release
TreeTime.exe
treetime
__init__.py
__main__.py
treetime.py
mainwindow.py
... other files
treetime.py, mainwindow.py etc got a tick in the GUI, which I assumed was enough to have them transformed to c++ files, compiled, and included in the final application. Maybe I've totally misunderstood something?
Best, Jacob.
______________________________________
Jacob Kanev
Boomtime, 10th of The Aftermath, 3184
email: jkanev at zoho.com | threema: PPJ6E4FY
instagram: j_kanev | twitter: @j_kanev | jabber: jkanev at jabber.ccc.de
web: http://jkanev.info | blog: http://jacobkanev.wordpress.com
On Saturday, 27 October 2018 11:54:14 CET shyne wrote:
> Le ven. 26 oct. 2018 à 16:24, Jacob Kanev <j_kanev at arcor.de> a écrit :
> > "treetime" is the main module of the application, inside a package
> > "treetime". I get the error independent of whether the entry point
> > stated in pyqtdeploy is a function in a file outside the package, or
> > a file inside). Curiously, the directory
> > ...\build-win-32\resources\treetime is empty. Shouldn't some .pyo
> > files be inside it? Have I missed a step (built sysroot, build,
> > qmake, nmake)? .pyo files of other packages are present. Any hints
> > would be appreciated.
> >
> > All the best, Jacob.
>
> Hi Jacob,
>
>
> Regards,
>
>
>
More information about the PyQt
mailing list