User Profile

Collapse

Profile Sidebar

Collapse
montana
montana
Last Activity: Jul 28 '08, 05:16 AM
Joined: Jul 9 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • montana
    replied to error coding noob program for a beginner
    here is the most recent version of the code. i dont get any error messages anymore but the pictures do not display on the canvas. tell me what you think, any advice? whats wrong with it?

    Code:
    #! usr/bin/python
    
    from Tkinter import *
    from os import *
    from string import *
    
    
    def Press(event):
        selec=lis.curselection()
        selected = lis.get(selec[0])
        photo1
    ...
    See more | Go to post

    Leave a comment:


  • the full tags didnt do the trick. im running out of ideas. i think maybe there might be something wrong with my .ini file? or something i did wrong in the setup maybe? i even did a cross browser check and its all the same.
    See more | Go to post

    Leave a comment:


  • well im curious now, what version of php is the most current stable version?
    See more | Go to post

    Leave a comment:


  • alright well i tested it out and it didnt work... instead of posting "hello --your name here--" it doesnt show anything at all. this is SO confusing. can someone please PLEASE give me an idea where to go from here?
    See more | Go to post

    Leave a comment:


  • wow, thats really funny. ive been reading out of this php book that i got as a gift and it didnt even mention the post command. what a piece of garbage. thanks guys
    See more | Go to post

    Leave a comment:


  • problem with variables working cooperatively... extreme newbie

    below i have code from a simple php form program. you are supposed to enter your name in a text box and push the submit button. it then is supposed to bring you to a page that says "hello --your name here-- "
    but instead it says "Hello $userName!; ?>" i tried rewriting it, ive tried fixing it different ways, and i thought maybe it had something to do with "register_globa ls" but i have a severe lack of understanding...
    See more | Go to post

  • montana
    replied to error coding noob program for a beginner
    ok so this time i have everything displaying correctly but the program still doesnt work. i have the new error message and the new code posted below

    Code:
    from Tkinter import *
    from os import *
    from string import *
    
    #def Press(self):
     #   selec=lis.curselection()
      #  print selec
       # str = lis.get(selec[0])
        #print str
        #tem = can.create_image(image =
    ...
    See more | Go to post

    Leave a comment:


  • montana
    replied to error coding noob program for a beginner
    sorry guys, its my first time using this forum. here is my code properly displayed, thanks!

    Code:
    from Tkinter import *
    from os import *
    from string import *
    
    def Press():
        selec=lis.curselection()
        print selec
        str = lis.get(selec[0])
        print str
    
        tem = can.create_image(x,y, image = pic)
    
        
    root = Tk()
    root.geometry('700x600+270+50')
    ...
    See more | Go to post

    Leave a comment:


  • montana
    replied to error coding noob program for a beginner
    the input box screwed up my code when i submitted it. indents ARE in my program where i believe they are necessary.
    See more | Go to post

    Leave a comment:


  • montana
    started a topic error coding noob program for a beginner

    error coding noob program for a beginner

    ive been learning python since the last couple days and am stuck on this "project"
    basically what i am making is a program where a list of picture names appear in a list on one side and when you click them they should appear on the other side in a canvas.
    below i included what i have so far. when i run the program it says that "list" does not have attribute "bind". im pretty sure it does, but i cant...
    See more | Go to post
No activity results to display
Show More
Working...