Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7518483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:45:24+00:00 2026-05-30T01:45:24+00:00

I am just learning python and Qt these days. So please consider that this

  • 0

I am just learning python and Qt these days. So please consider that this will be a newbie question, but I am stuck here.

import sys
from PyQt4.QtCore import *

data1 = 'string'
data2 = QVariant(data1)
data3 = data2.toPyObject()

I expected data3 is the same as data1, ‘string’. However in my system data3 is

PyQt4.QtCore.QString(u'string')

It is not a big deal if the data I want to handle is simple like example, but I want to handle ‘dict’ type data so I need to fix this problem.

I think this is encoding problem, but can’t find how to fix it.

*In every document I am declaring that:

#-*- coding: utf-8 -*-
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T01:45:24+00:00Added an answer on May 30, 2026 at 1:45 am

    You can work around this issue by wrapping your data in an immutable container:

    >>> from PyQt4.QtCore import QVariant
    >>> data = {'key1': 123, 'key2': 456}
    >>> v = QVariant((data,))
    >>> v.toPyObject()[0]
    {'key2': 456, 'key1': 123}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was just reading through Learning Python by Mark Lutz and came across this
I know this is probably a question that is asked a ton on here
I just started learning Python a couple of days ago as my first language
I'm just learning Python & Django. (Thanks to everyone who contributes here -- it's
just considering starting to learning python but I have one concern before I invest
I just started learning python and django and I have a question. I got
I know this question may sound silly, but I am learning (at least trying)
So ive just started learning python on WAMP, ive got the results of a
I am learning Python for a class now, and we just covered tuples as
I am just learning how to do unit-testing. I'm on Python / nose /

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.