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 6982369
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:16:45+00:00 2026-05-27T18:16:45+00:00

I am using Python 3.2.2 in Xcode 4.2 (build 4D199) on Mac OS X

  • 0

I am using Python 3.2.2 in Xcode 4.2 (build 4D199) on Mac OS X 10.7.2 and as follows:

main.py

#coding=utf-8
print("ľťď", 1+1)
print("ľťď")

Output in the console (Shift+Cmd+C):

('\xc4\xbe\xc5\xa5\xc4\x8f', 2)
ľťď

Expected output (e.g. IDLE works well):

ľťď 2
ľťď

Now given the fact that it also includes the brackets, apostrophes and comma, I presume that this behaviour is a result of the console’s debugging nature, hence the real question is probably how to make the console to show the final output. The behaviour however seems a bit inconsistent and since this is my first encounter with Xcode and Python, my question is rather broad.

TL;DR: Is it possible to make the Xcode’s console to output the same as e.g. IDLE?

  • 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-27T18:16:46+00:00Added an answer on May 27, 2026 at 6:16 pm

    Now given the fact that it also includes the brackets, apostrophes and comma, I presume that this behaviour is a result of the console’s debugging nature

    It’s not. This is the difference between Python 2 and 3.

    $ python2
    >>> print("ľťď", 1+1)
    ('\xc4\xbe\xc5\xa5\xc4\x8f', 2)
    
    $ python3
    >>> print("ľťď", 1+1)
    ľťď 2
    

    You’re actually running two different Python versions. Since Python 3 is not backwards compatible, you should pick either 2 or 3 for your project and stick with it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using virtualenv-1.4.5 on Mac OS X 10.6.2 (Xcode is installed) and Python 2.6.
I am using Xcode 4.2 and IDLE under Mac OS 10.7 to compile Python
I'm trying to run Python scripts using Xcode's User Scripts menu. The issue I'm
complete Python noob here (and rusty in C). I am using a Mac with
Using the Python templates for Xcode, I have a simple project running on one
Using Python, how do I print the lines of a text file, given a
Using Python 2.4, how do I print a list in a nice tabular format?
I'm trying to install GDAL 1.7.1 on Mac OS X Lion using: python setup.py
Is there a way to program using pure python in Xcode? I want something
Using Python I want to be able to draw text at different angles using

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.