User Profile
Collapse
-
Anyone who can help, please? -
PyQt4: How to select ListView item programmatically?
I have a list view with few items, and I want to select, for example, first item (from code)! Very simple, but... QListView haven't something like "selectItem(ind ex)" (like QTableView has "selectRow(inde x)")!? Very strange!
I tried everything, but can't figured how this works with Views and Models!? Can somebody, please, help me, and write simple example how to do that?
I working with my class ListModel,... -
XML-RPC file transfer limitation...
Hi,
I have problem with big files transfer (>100 MB) over the XML-RPC, is there some limitation by specification of this protocol?
I can't find nothing about this, but when I try to transfer some bigger files, it fails!?
P.S. I know that XML-RPC is not good choice for file transfer, but it's no option for me to change this technology with some other (SOAP, Corba)...
Kind regards,
Stol... -
Very useful code, works for me (even on the large files), fast and simple!
Thanks one more time...
King regards,
StoleLeave a comment:
-
-
Split binary file...
Is there some simple way to split a big binary file (over 500 MBs) into the smaller parts, and after join them back to primordial original file? -
On server side, you must do something like this:
Also, on client side, like @kudos said, you can write 'wb' instead 'w', but this is not mandatory...Code:handle = open("python_logo.jpg", 'rb')
Regards,
StoleLeave a comment:
No activity results to display
Show More
Leave a comment: