<div dir="auto">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...<div dir="auto"><br><div dir="auto"><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 31 Aug 2020, 12:00 Phil Thompson, <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 31/08/2020 10:45, Maxime Gendebien wrote:<br>
> So I've investigated a bit further and came across this:<br>
> <br>
> When I manually run:<br>
> python pyqtdeploy_main_py<br>
> (after adding a call to main to it), I do get a Traceback:<br>
<br>
Why would you do that?<br>
<br>
> Traceback (most recent call last):<br>
> File "pyqtdeploy_main.py", line 79, in <module><br>
> main()<br>
> File "pyqtdeploy_main.py", line 41, in main<br>
> from . import Project, UserException<br>
> ImportError: attempted relative import with no known parent package<br>
> <br>
> And indeed these imports do not seem to relate to anything in this <br>
> project:<br>
> there is a project folder but no UserException class except in<br>
> user_exception.py, ...<br>
> <br>
> What's going on?<br>
<br>
To run pyqtdeploy, you run...<br>
<br>
pyqtdeploy<br>
<br>
Phil<br>
</blockquote></div>