Could you show the code you use to link the VRPN tracker to the viewpoint?
What happens when you just try to print out the data in a timer function?
	Code:
	def showData():
	data = tracker.getData()  # Access the raw data 
	print data                # Print the array of data 
vizact.ontimer(0, showData)