WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-02-2010, 05:03 PM
nige777 nige777 is offline
Member
 
Join Date: Nov 2007
Location: UK
Posts: 78
Unhappy re: Calendar

Quick question about the standard python calendar module - seems it works great in the interactive input window, but when using it in a script - whatever function of calendar I try to use throws a
Code:
Traceback (most recent call last):
  File "<string>", line 11, in ?
  File "calendar.py", line 2, in ?
    import calendar
  File "calendar.py", line 5, in ?
    print calendar.month(2010,6)
AttributeError: 'module' object has no attribute 'month'
- type of error - however confusingly (for me ) month, and its attributes was suggested by vizard & this exact same line will be happily accepted through the interactive window and prints out a calendar for June 2010? Am I missing something really silly here??
My code is VERY simple -
Code:
import viz
import calendar
viz.go()

print calendar.month(2010,6)
Any help would be appreciated
Reply With Quote
 


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 12:39 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC