User Profile

Collapse

Profile Sidebar

Collapse
Condor06
Condor06
Last Activity: Jan 30 '21, 10:01 AM
Joined: May 20 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Anyone who can help, please?
    See more | Go to post

    Leave a comment:


  • 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,...
    See more | Go to post

  • Condor06
    started a topic XML-RPC file transfer limitation...

    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...
    See more | Go to post

  • Condor06
    replied to Split binary file...
    Very useful code, works for me (even on the large files), fast and simple!
    Thanks one more time...

    King regards,
    Stole
    See more | Go to post

    Leave a comment:


  • Condor06
    replied to Split binary file...
    Thanks very much, @bvdet, I will try this code...
    See more | Go to post

    Leave a comment:


  • Condor06
    started a topic Split binary file...

    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?
    See more | Go to post

  • Condor06
    replied to XMLRPC binary file transfer
    On server side, you must do something like this:

    Code:
    handle = open("python_logo.jpg", 'rb')
    Also, on client side, like @kudos said, you can write 'wb' instead 'w', but this is not mandatory...

    Regards,
    Stole
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...