Python Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPython Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 12th, 2004, 11:43 AM
phaloz phaloz is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 3 phaloz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
pygame.mouse.get_pos()

I need help! I tryingto write a program that prints the current mouse location to the screen but everytime I try and print it to the screen I get an error saying that I can only print strings or unicode, or that the mouse position is a tuplet and that a tuplet cant be printed/rendered. I tried breaking it apart with [0:1] but that didn't help. Any suggestions?

Reply With Quote
  #2  
Old August 12th, 2004, 07:54 PM
sfb sfb is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 447 sfb User rank is Corporal (100 - 500 Reputation Level)sfb User rank is Corporal (100 - 500 Reputation Level)sfb User rank is Corporal (100 - 500 Reputation Level)sfb User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 1 h 43 m 45 sec
Reputation Power: 10
That also returns a tuple:

Code:
>>> point = (118,118)
>>> point[0:1]
(118,)
>>> type(_)
<type 'tuple'>


Try something like:

Code:
print str(point)

or 

print "%d, %d" % point 

or
x, y = point
print str(x) + ", " + str(y)

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPython Programming > pygame.mouse.get_pos()


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT