[PyQt] Heap space error

Phil Thompson phil at riverbankcomputing.com
Thu Apr 25 18:30:34 BST 2019


On 25/04/2019 18:07, krsna s wrote:
> if i am building an app other than demo, just changing the names in 
> that
> file would be enough as it takes care of completely? or any other 
> manual
> steps required for 3rd party packages?

It depends on your app. The script is just a simple wrapper around the 
pyqtdeploy tools to build the demo - it just replaces a series of step 
by step instructions. Don't make the same mistake as some other people 
and assume you can use pyqtdeploy successfully without properly 
understanding what going on underneath (C/C++ development, compilers, 
building 3rd party libraries etc).

Phil

> On Thu, Apr 25, 2019 at 4:40 PM Phil Thompson 
> <phil at riverbankcomputing.com>
> wrote:
> 
>> On 25/04/2019 17:29, krsna s wrote:
>> > Sorry for the confusion,  I can edit the build-demo.py to reflect my
>> > filenames and build right?
>> 
>> You can do whatever you want, it's just an example.
>> 
>> > Can you please clarify about the command line that you have mentioned
>> > in
>> > this url
>> >
>> https://www.riverbankcomputing.com/static/Docs/pyqtdeploy/building.html#the-command-line
>> 
>> What do you want clarified?
>> 
>> > For my app, i cannot use the build-demo.py file by just renaming the
>> > filenames inside it?
>> 
>> As I said, it's just an example and not part of pyqtdeploy itself. You
>> can use it as a basis for building your own app if it helps.
>> 
>> Phil
>> 



More information about the PyQt mailing list