graphic module

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gautampr
    New Member
    • Oct 2008
    • 1

    graphic module

    i am having problem imprting graphic module in python. it shows the following error
    ImportError: No module named graphics
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Can you please show us your code (enclosed in code tags)?

    Comment

    • Thekid
      New Member
      • Feb 2007
      • 145

      #3
      I think this means you don't have that graphics library in your python folder. You can do a search on your computer for 'graphics' and see if it shows up. If it does, move it to your python folder. If it's not there, try 'download pythons graphics module' and make sure it's in your python folder.

      Comment

      Working...