Fwd: pyqtdeploy/can not build a project (v3.0.0)
Maxime Gendebien
maxime.gendebien at gmail.com
Mon Aug 31 11:24:45 BST 2020
Yes I know but as mentioned in the original post, pyqtdeploy doesn't even
run. I figured running the actual entry point from the interpreter could
give me some info about what's going on...
On Mon, 31 Aug 2020, 12:00 Phil Thompson, <phil at riverbankcomputing.com>
wrote:
> On 31/08/2020 10:45, Maxime Gendebien wrote:
> > So I've investigated a bit further and came across this:
> >
> > When I manually run:
> > python pyqtdeploy_main_py
> > (after adding a call to main to it), I do get a Traceback:
>
> Why would you do that?
>
> > Traceback (most recent call last):
> > File "pyqtdeploy_main.py", line 79, in <module>
> > main()
> > File "pyqtdeploy_main.py", line 41, in main
> > from . import Project, UserException
> > ImportError: attempted relative import with no known parent package
> >
> > And indeed these imports do not seem to relate to anything in this
> > project:
> > there is a project folder but no UserException class except in
> > user_exception.py, ...
> >
> > What's going on?
>
> To run pyqtdeploy, you run...
>
> pyqtdeploy
>
> Phil
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20200831/16d984ea/attachment.htm>
More information about the PyQt
mailing list