[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] QML
From:       "Techie Soft" <techiesoft () gmx ! com>
Date:       2019-04-05 10:42:44
Message-ID: trinity-0f97ed05-c6a7-4f34-9d25-1fcc9e1ae0d4-1554460964118 () 3c-app-mailcom-bs15
[Download RAW message or body]

[Attachment #2 (text/html)]

<html><head></head><body><div style="font-family: Verdana;font-size: \
12.0px;"><div>Can you please give me a complete verbose output of pyqtdeploy for demo \
project in a windows machine that you run <div>&nbsp;
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; \
border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; \
-webkit-line-break: after-white-space;"> <div style="margin:0 0 10px \
0;"><b>Sent:</b>&nbsp;Friday, April 05, 2019 at 4:04 AM<br/> \
<b>From:</b>&nbsp;&quot;Phil Thompson&quot; &lt;phil@riverbankcomputing.com&gt;<br/> \
<b>To:</b>&nbsp;&quot;Techie Soft&quot; &lt;techiesoft@gmx.com&gt;<br/> \
<b>Cc:</b>&nbsp;Pyqtdeploy &lt;pyqt@riverbankcomputing.com&gt;<br/> \
<b>Subject:</b>&nbsp;Re: [PyQt] QML</div>

<div name="quoted-content">I don&#39;t know why it is doing that as I cannot \
reproduce the problem. I don&#39;t know if it is your setup, or a bug which is \
triggered by your setup. However you have all the code to hand in order to debug \
it.<br/> <br/>
&gt; On 3 Apr 2019, at 11:33 pm, Techie Soft &lt;techiesoft@gmx.com&gt; wrote:<br/>
&gt;<br/>
&gt;<br/>
&gt; But why it is not doing that? Am i missing something? Any update on the below \
request?<br/> &gt; Sent: Tuesday, April 02, 2019 at 8:30 PM<br/>
&gt; From: &quot;Phil Thompson&quot; &lt;phil@riverbankcomputing.com&gt;<br/>
&gt; To: &quot;Techie Soft&quot; &lt;techiesoft@gmx.com&gt;<br/>
&gt; Cc: Pyqtdeploy &lt;pyqt@riverbankcomputing.com&gt;<br/>
&gt; Subject: Re: [PyQt] QML<br/>
&gt; On 2 Apr 2019, at 3:53 pm, Techie Soft &lt;techiesoft@gmx.com&gt; wrote:<br/>
&gt; &gt;<br/>
&gt; &gt; Yes, my current drive is E:&#92;<br/>
&gt; &gt;<br/>
&gt; &gt; and if you look closely the error &quot;Can&#39;t open perl script \
&quot;Configure&quot;: No such file or directory&quot; , perl script is trying to \
pick the Configure script under ssl directory, but that is not there, but it exists \
here &quot;E:&#92;QT-PRO&#92;demo&#92;sysroot-win-32&#92;build&#92;openssl-1.1.0j&#92;openssl-1.1.0j&#92;&quot;<br/>
 &gt; &gt;<br/>
&gt; &gt; In C:&#92;Users&#92;Administrator&#92;Downloads&#92;pyqtdeploy-2.4&#92;pyqtdeploy-2.4&#92;pyqtdeploy&#92;sysroot&#92;plugins&#92;openssl.py \
file, line 184 has this<br/> &gt; &gt;<br/>
&gt; &gt; &quot; args = [&#39;perl&#39;, &#39;Configure&#39;, target, \
&#39;no-shared&#39;,<br/> &gt; &gt; &#39;--openssldir=&#39; + sysroot.sysroot_dir + \
&#39;&#92;&#92;ssl&#39;] &quot;<br/> &gt; &gt;<br/>
&gt; &gt;<br/>
&gt; &gt; Which while executing translates into<br/>
&gt; &gt;<br/>
&gt; &gt; &quot;Running &#39;perl Configure VC-WIN32 no-shared \
--openssldir=E:&#92;QT-PRO&#92;demo&#92;sysroot-win-32&#92;ssl \
--prefix=E:&#92;QT-PRO&#92;demo&#92;sysroot-win-32 no-engine no-asm&#39;&quot;<br/> \
&gt; &gt;<br/> &gt; &gt; Perl<br/>
&gt; &gt; Configure<br/>
&gt; &gt; target<br/>
&gt; &gt; no-shared<br/>
&gt; &gt; --openssldir = &#39; + sysroot.sysroot_dir + &#39;&#92;&#92;ssl&#39;<br/>
&gt; &gt;<br/>
&gt; &gt; Which is non existent<br/>
&gt;<br/>
&gt; Which, as I have already said, is correct. perl is looking for Configure in the \
current (at the time) directory but not finding it.<br/> &gt;<br/>
&gt; The current (at the time) directory should be \
...&#92;demo&#92;sysroot-win-32&#92;build&#92;openssl-1.1.0j&#92;openssl-1.1.0.j<br/> \
&gt;<br/> &gt; &gt;<br/>
&gt; &gt; Sent: Tuesday, April 02, 2019 at 8:13 PM<br/>
&gt; &gt; From: &quot;Phil Thompson&quot; &lt;phil@riverbankcomputing.com&gt;<br/>
&gt; &gt; To: &quot;Techie Soft&quot; &lt;techiesoft@gmx.com&gt;<br/>
&gt; &gt; Cc: Pyqtdeploy &lt;pyqt@riverbankcomputing.com&gt;<br/>
&gt; &gt; Subject: Re: [PyQt] QML<br/>
&gt; &gt; On 2 Apr 2019, at 12:16 pm, Techie Soft &lt;techiesoft@gmx.com&gt; \
wrote:<br/> &gt; &gt; &gt;<br/>
&gt; &gt; &gt;<br/>
&gt; &gt; &gt; Configure exists under \
&quot;E:&#92;QT-PRO&#92;demo&#92;sysroot-win-32&#92;build&#92;openssl-1.1.0j&#92;openssl-1.1.0j&#92;Configure&quot;<br/>
 &gt; &gt; &gt;<br/>
&gt; &gt; &gt; But pyqtdeploy searches that here \
&quot;E:&#92;QT-PRO&#92;demo&#92;sysroot-win-32&#92;ssl&#92;Configure&quot; due to \
that //ssl hard code, which is obviously non existent<br/> &gt; &gt;<br/>
&gt; &gt; I don&#39;t know what you mean by &quot;pyqtdeploy searches that \
here&quot;. The directory should be non-existent and has nothing to do with the \
problem.<br/> &gt; &gt;<br/>
&gt; &gt; The only difference I can see between your environment and our test \
environment is drive E:. Is E: your current drive when you run pyqt-demo?<br/> &gt; \
&gt;<br/> &gt; &gt; &gt; Sent: Tuesday, April 02, 2019 at 2:40 PM<br/>
&gt; &gt; &gt; From: &quot;Phil Thompson&quot; \
&lt;phil@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; To: &quot;Techie Soft&quot; \
&lt;techiesoft@gmx.com&gt;<br/> &gt; &gt; &gt; Cc: Pyqtdeploy \
&lt;pyqt@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; Subject: Re: [PyQt] Fw: \
QML<br/> &gt; &gt; &gt; On 2 Apr 2019, at 9:34 am, Techie Soft \
&lt;techiesoft@gmx.com&gt; wrote:<br/> &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; if i unpack that gz file and run perl command it works, as i told \
before,the //ssl is what creating the issues here<br/> &gt; &gt; &gt;<br/>
&gt; &gt; &gt; I don&#39;t see how the two are related. It&#39;s failing before it \
ever gets to the remaining arguments.<br/> &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; Sent: Tuesday, April 02, 2019 at 9:23 AM<br/>
&gt; &gt; &gt; &gt; From: &quot;Phil Thompson&quot; \
&lt;phil@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; &gt; To: &quot;Techie \
Soft&quot; &lt;techiesoft@gmx.com&gt;<br/> &gt; &gt; &gt; &gt; Cc: Pyqtdeploy \
&lt;pyqt@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; &gt; Subject: Re: [PyQt] Fw: \
QML<br/> &gt; &gt; &gt; &gt; Sorry, never seen that error before. I suggest you \
unpack the archive from the command line and run the perl command manually to get a \
better idea of what is going on.<br/> &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; On 2 Apr 2019, at 2:57 am, Techie Soft \
&lt;techiesoft@gmx.com&gt; wrote:<br/> &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; 1)Copied Demo folder from pyqtdeploy and pasted in \
E:&#92;QT-PRO<br/> &gt; &gt; &gt; &gt; &gt; 2) Downloaded all the files mentioned in \
sysroot.json and pasted in the same folder E:&#92;QT-PRO<br/> &gt; &gt; &gt; &gt; \
&gt; 3) Ran the following command &quot;pyqtdeploy-sysroot sysroot.json \
--verbose&quot;<br/> &gt; &gt; &gt; &gt; &gt; 4) Got this error &quot; Unpacking \
&#39;openssl-1.1.0j.tar.gz&#39;<br/> &gt; &gt; &gt; &gt; &gt; Running &#39;perl \
Configure VC-WIN32 no-shared \
--openssldir=E:&#92;QT-PRO&#92;demo&#92;sysroot-win-32&#92;ssl \
--prefix=E:&#92;QT-PRO&#92;demo&#92;sysroot-win-32 no-engine no-asm&#39;<br/> &gt; \
&gt; &gt; &gt; &gt; Can&#39;t open perl script &quot;Configure&quot;: No such file or \
directory<br/> &gt; &gt; &gt; &gt; &gt; pyqtdeploy-sysroot: Execution failed: \
returned exit code 2&quot;<br/> &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; Please see the screenshot of the files placed in the folder, \
changed the qt everywhere version in sysroot.json<br/> &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; Sent: Monday, April 01, 2019 at 11:25 PM<br/>
&gt; &gt; &gt; &gt; &gt; From: &quot;Phil Thompson&quot; \
&lt;phil@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; To: &quot;Techie \
Soft&quot; &lt;techiesoft@gmx.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; Cc: Pyqtdeploy \
&lt;pyqt@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; Subject: Re: [PyQt] \
Fw: QML<br/> &gt; &gt; &gt; &gt; &gt; Have you built the demo for your target as per \
the documentation?<br/> &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; On 1 Apr 2019, at 6:30 pm, Techie Soft \
&lt;techiesoft@gmx.com&gt; wrote:<br/> &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; Can you please help me in fixing this issue? i am \
struggling like anything with this pyqtdeploy, should i build sysroot for android and \
windows, is it mandatory or can i skip this and go to .pdy step?<br/> &gt; &gt; &gt; \
&gt; &gt; &gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; Sent: Monday, April 01, 2019 at \
10:48 PM<br/> &gt; &gt; &gt; &gt; &gt; &gt; From: &quot;Phil Thompson&quot; \
&lt;phil@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; To: \
&quot;Techie Soft&quot; &lt;techiesoft@gmx.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; \
Cc: Pyqtdeploy &lt;pyqt@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; \
Subject: Re: [PyQt] Fw: QML<br/> &gt; &gt; &gt; &gt; &gt; &gt; It&#39;s just a \
default location.<br/> &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; On 1 Apr 2019, at 6:12 pm, Techie Soft \
&lt;techiesoft@gmx.com&gt; wrote:<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; I am getting the below error<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Can&#39;t open perl script &quot;Configure&quot;: \
No such file or directory<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; pyqtdeploy-sysroot: \
Execution failed: returned exit code 2<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; when i opened the openssl.py in pyqtdeploy it has \
a line like below<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; args = [&#39;perl&#39;, &#39;Configure&#39;, \
target, &#39;no-shared&#39;,<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; \
&#39;--openssldir=&#39; + sysroot.sysroot_dir + &#39;&#92;&#92;ssl&#39;]<br/> &gt; \
&gt; &gt; &gt; &gt; &gt; &gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Why the &#92;&#92;ssl path is hardcoded here?, \
actually openssl tar file getting extracted and the Configure file is in the below \
location &quot;&#92;sysroot-win-32&#92;build&#92;openssl-1.1.0j&#92;openssl-1.1.0j&#92;Configure&quot; \
instead of this why &#92;&#92;ssl is being hardcoded.<br/> &gt; &gt; &gt; &gt; &gt; \
&gt; &gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: Monday, April 01, 2019 at \
10:33 PM<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; From: &quot;Phil Thompson&quot; \
&lt;phil@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; To: \
&quot;Techie Soft&quot; &lt;techiesoft@gmx.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; \
&gt; Cc: Pyqtdeploy &lt;pyqt@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; \
&gt; &gt; Subject: Re: [PyQt] Fw: QML<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; As it \
suggests in the documentation, the answer is yes.<br/> &gt; &gt; &gt; &gt; &gt; &gt; \
&gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On 1 Apr 2019, at 5:49 pm, Techie \
Soft &lt;techiesoft@gmx.com&gt; wrote:<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; \
&gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Anyone reading these mails? or \
pyqtdeploy team is dead?<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: Monday, April 01, 2019 at 1:19 PM<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; From: &quot;Techie Soft&quot; \
&lt;techiesoft@gmx.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To: \
Pyqtdeploy &lt;pyqt@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; \
&gt; &gt; Subject: Fw: QML<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: Saturday, March 30, 2019 at 4:20 \
PM<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; From: &quot;Techie Soft&quot; \
&lt;techiesoft@gmx.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To: \
Pyqtdeploy &lt;pyqt@riverbankcomputing.com&gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt; \
&gt; &gt; Subject: QML<br/> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Can we use \
pyqtdeploy to build applications that use QML in Qt?<br/> &gt; &gt; &gt; &gt; &gt; \
&gt; &gt; &gt; _______________________________________________<br/> &gt; &gt; &gt; \
&gt; &gt; &gt; &gt; &gt; PyQt mailing list PyQt@riverbankcomputing.com<br/> &gt; &gt; \
&gt; &gt; &gt; &gt; &gt; &gt; <a \
href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" \
target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br/> \
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br/> &gt; &gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt; &gt; &gt; &lt;demofiles.PNG&gt;<br/>
&gt; &gt; &gt; &gt;<br/>
&gt; &gt; &gt;<br/>
&gt; &gt;<br/>
&gt;<br/>
&nbsp;</div>
</div>
</div>
</div></div></body></html>


[Attachment #3 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic