User Profile

Collapse

Profile Sidebar

Collapse
shaf3e
shaf3e
Last Activity: Apr 26 '13, 12:35 AM
Joined: Apr 23 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shaf3e
    replied to Server app freezes with Tkinter GUI
    i am new to socket programming ana i saw that the problem with accepting the connection but it was working well before buiding the GUI i dont know what to do
    See more | Go to post

    Leave a comment:


  • shaf3e
    started a topic Server app freezes with Tkinter GUI

    Server app freezes with Tkinter GUI

    This is my server script when running it without GUI the start method only it works fine but when running the whole script and I press the start button it just freezes and not responding and nothing appears on the text window



    Code:
    from Tkinter import *
    
    import socket
    import sys
    
    class Application(Frame):
    
        def __init__(self, master):
    
            Frame.__init__(self,
    ...
    See more | Go to post
    Last edited by Rabbit; Apr 23 '13, 09:40 PM. Reason: Please use code tags when posting code.
No activity results to display
Show More
Working...