<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div style="font-family: Verdana;font-size: 12.0px;">
<div> 
<div>But why it is not doing that? Am i missing something?  Any update on the below request?
<div style="margin: 10.0px 5.0px 5.0px 10.0px;padding: 10.0px 0 10.0px 10.0px;border-left: 2.0px solid rgb(195,217,229);">
<div style="margin: 0 0 10.0px 0;"><b>Sent:</b> Tuesday, April 02, 2019 at 8:30 PM<br/>
<b>From:</b> "Phil Thompson" <phil@riverbankcomputing.com><br/>
<b>To:</b> "Techie Soft" <techiesoft@gmx.com><br/>
<b>Cc:</b> Pyqtdeploy <pyqt@riverbankcomputing.com><br/>
<b>Subject:</b> Re: [PyQt] QML</div>

<div>On 2 Apr 2019, at 3:53 pm, Techie Soft <techiesoft@gmx.com> wrote:<br/>
><br/>
> Yes, my current drive is E:\<br/>
><br/>
> and if you look closely the error "Can't open perl script "Configure": No such file or directory" , perl script is trying to pick the Configure script under ssl directory, but that is not there, but it exists here "E:\QT-PRO\demo\sysroot-win-32\build\openssl-1.1.0j\openssl-1.1.0j\"<br/>
><br/>
> In C:\Users\Administrator\Downloads\pyqtdeploy-2.4\pyqtdeploy-2.4\pyqtdeploy\sysroot\plugins\openssl.py file, line 184 has this<br/>
><br/>
> " args = ['perl', 'Configure', target, 'no-shared',<br/>
> '--openssldir=' + sysroot.sysroot_dir + '\\ssl'] "<br/>
><br/>
><br/>
> Which while executing translates into<br/>
><br/>
> "Running 'perl Configure VC-WIN32 no-shared --openssldir=E:\QT-PRO\demo\sysroot-win-32\ssl --prefix=E:\QT-PRO\demo\sysroot-win-32 no-engine no-asm'"<br/>
><br/>
> Perl<br/>
> Configure<br/>
> target<br/>
> no-shared<br/>
> --openssldir = ' + sysroot.sysroot_dir + '\\ssl'<br/>
><br/>
> Which is non existent<br/>
<br/>
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/>
<br/>
The current (at the time) directory should be ...\demo\sysroot-win-32\build\openssl-1.1.0j\openssl-1.1.0.j<br/>
<br/>
><br/>
> Sent: Tuesday, April 02, 2019 at 8:13 PM<br/>
> From: "Phil Thompson" <phil@riverbankcomputing.com><br/>
> To: "Techie Soft" <techiesoft@gmx.com><br/>
> Cc: Pyqtdeploy <pyqt@riverbankcomputing.com><br/>
> Subject: Re: [PyQt] QML<br/>
> On 2 Apr 2019, at 12:16 pm, Techie Soft <techiesoft@gmx.com> wrote:<br/>
> ><br/>
> ><br/>
> > Configure exists under "E:\QT-PRO\demo\sysroot-win-32\build\openssl-1.1.0j\openssl-1.1.0j\Configure"<br/>
> ><br/>
> > But pyqtdeploy searches that here "E:\QT-PRO\demo\sysroot-win-32\ssl\Configure" due to that //ssl hard code, which is obviously non existent<br/>
><br/>
> I don't know what you mean by "pyqtdeploy searches that here". The directory should be non-existent and has nothing to do with the problem.<br/>
><br/>
> 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/>
><br/>
> > Sent: Tuesday, April 02, 2019 at 2:40 PM<br/>
> > From: "Phil Thompson" <phil@riverbankcomputing.com><br/>
> > To: "Techie Soft" <techiesoft@gmx.com><br/>
> > Cc: Pyqtdeploy <pyqt@riverbankcomputing.com><br/>
> > Subject: Re: [PyQt] Fw: QML<br/>
> > On 2 Apr 2019, at 9:34 am, Techie Soft <techiesoft@gmx.com> wrote:<br/>
> > ><br/>
> > ><br/>
> > > 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/>
> ><br/>
> > I don't see how the two are related. It's failing before it ever gets to the remaining arguments.<br/>
> ><br/>
> > > Sent: Tuesday, April 02, 2019 at 9:23 AM<br/>
> > > From: "Phil Thompson" <phil@riverbankcomputing.com><br/>
> > > To: "Techie Soft" <techiesoft@gmx.com><br/>
> > > Cc: Pyqtdeploy <pyqt@riverbankcomputing.com><br/>
> > > Subject: Re: [PyQt] Fw: QML<br/>
> > > 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/>
> > ><br/>
> > > > On 2 Apr 2019, at 2:57 am, Techie Soft <techiesoft@gmx.com> wrote:<br/>
> > > ><br/>
> > > > 1)Copied Demo folder from pyqtdeploy and pasted in E:\QT-PRO<br/>
> > > > 2) Downloaded all the files mentioned in sysroot.json and pasted in the same folder E:\QT-PRO<br/>
> > > > 3) Ran the following command "pyqtdeploy-sysroot sysroot.json --verbose"<br/>
> > > > 4) Got this error " Unpacking 'openssl-1.1.0j.tar.gz'<br/>
> > > > Running 'perl Configure VC-WIN32 no-shared --openssldir=E:\QT-PRO\demo\sysroot-win-32\ssl --prefix=E:\QT-PRO\demo\sysroot-win-32 no-engine no-asm'<br/>
> > > > Can't open perl script "Configure": No such file or directory<br/>
> > > > pyqtdeploy-sysroot: Execution failed: returned exit code 2"<br/>
> > > ><br/>
> > > ><br/>
> > > > Please see the screenshot of the files placed in the folder, changed the qt everywhere version in sysroot.json<br/>
> > > ><br/>
> > > > Sent: Monday, April 01, 2019 at 11:25 PM<br/>
> > > > From: "Phil Thompson" <phil@riverbankcomputing.com><br/>
> > > > To: "Techie Soft" <techiesoft@gmx.com><br/>
> > > > Cc: Pyqtdeploy <pyqt@riverbankcomputing.com><br/>
> > > > Subject: Re: [PyQt] Fw: QML<br/>
> > > > Have you built the demo for your target as per the documentation?<br/>
> > > ><br/>
> > > > > On 1 Apr 2019, at 6:30 pm, Techie Soft <techiesoft@gmx.com> wrote:<br/>
> > > > ><br/>
> > > > > 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/>
> > > > ><br/>
> > > > > Sent: Monday, April 01, 2019 at 10:48 PM<br/>
> > > > > From: "Phil Thompson" <phil@riverbankcomputing.com><br/>
> > > > > To: "Techie Soft" <techiesoft@gmx.com><br/>
> > > > > Cc: Pyqtdeploy <pyqt@riverbankcomputing.com><br/>
> > > > > Subject: Re: [PyQt] Fw: QML<br/>
> > > > > It's just a default location.<br/>
> > > > ><br/>
> > > > > > On 1 Apr 2019, at 6:12 pm, Techie Soft <techiesoft@gmx.com> wrote:<br/>
> > > > > ><br/>
> > > > > > I am getting the below error<br/>
> > > > > ><br/>
> > > > > > Can't open perl script "Configure": No such file or directory<br/>
> > > > > > pyqtdeploy-sysroot: Execution failed: returned exit code 2<br/>
> > > > > ><br/>
> > > > > ><br/>
> > > > > > when i opened the openssl.py in pyqtdeploy it has a line like below<br/>
> > > > > ><br/>
> > > > > > args = ['perl', 'Configure', target, 'no-shared',<br/>
> > > > > > '--openssldir=' + sysroot.sysroot_dir + '\\ssl']<br/>
> > > > > ><br/>
> > > > > ><br/>
> > > > > > Why the \\ssl path is hardcoded here?, actually openssl tar file getting extracted and the Configure file is in the below location "\sysroot-win-32\build\openssl-1.1.0j\openssl-1.1.0j\Configure" instead of this why \\ssl is being hardcoded.<br/>
> > > > > ><br/>
> > > > > > Sent: Monday, April 01, 2019 at 10:33 PM<br/>
> > > > > > From: "Phil Thompson" <phil@riverbankcomputing.com><br/>
> > > > > > To: "Techie Soft" <techiesoft@gmx.com><br/>
> > > > > > Cc: Pyqtdeploy <pyqt@riverbankcomputing.com><br/>
> > > > > > Subject: Re: [PyQt] Fw: QML<br/>
> > > > > > As it suggests in the documentation, the answer is yes.<br/>
> > > > > ><br/>
> > > > > > > On 1 Apr 2019, at 5:49 pm, Techie Soft <techiesoft@gmx.com> wrote:<br/>
> > > > > > ><br/>
> > > > > > > Anyone reading these mails? or pyqtdeploy team is dead?<br/>
> > > > > > ><br/>
> > > > > > > Sent: Monday, April 01, 2019 at 1:19 PM<br/>
> > > > > > > From: "Techie Soft" <techiesoft@gmx.com><br/>
> > > > > > > To: Pyqtdeploy <pyqt@riverbankcomputing.com><br/>
> > > > > > > Subject: Fw: QML<br/>
> > > > > > ><br/>
> > > > > > ><br/>
> > > > > > > Sent: Saturday, March 30, 2019 at 4:20 PM<br/>
> > > > > > > From: "Techie Soft" <techiesoft@gmx.com><br/>
> > > > > > > To: Pyqtdeploy <pyqt@riverbankcomputing.com><br/>
> > > > > > > Subject: QML<br/>
> > > > > > > Can we use pyqtdeploy to build applications that use QML in Qt?<br/>
> > > > > > > _______________________________________________<br/>
> > > > > > > PyQt mailing list PyQt@riverbankcomputing.com<br/>
> > > > > > > <a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br/>
> > > > > ><br/>
> > > > ><br/>
> > > ><br/>
> > > > <demofiles.PNG><br/>
> > ><br/>
> ><br/>
><br/>
 </div>
</div>
</div>
</div>
</div></div></body></html>