Results 1 to 2 of 2

Thread: Python Server and GUI

  1. #1
    Netmaster0000's Avatar
    Netmaster0000 is offline Registered User
    Name: Neel Edwards
    Organization: Home(Student)
    Project: Server based application wide security.
    Join Date
    Dec 2008
    Posts
    21

    Question Python Server and GUI

    I'm having a slight problem. I'm finally ready to take my application to a full level by having a GUI with a ICE.Application server running in the background. Is this possible? What I'm doing so far is placing the Ice.Application instance in a seperate thread in the main thread. However, i'm getting this error :

    signal.signal(signal.SIGINT, CtrlCHandler.signalHandler)
    ValueError: signal only works in main thread


    What are my options?
    "Nothing is gained without sacrificing something of equal value..." Principles of Life: Equivalent Trade

    ŪNetŪ

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 05-30-2009, 12:23 AM
  2. Help required with Python as client and server
    By bobc in forum Help Center
    Replies: 15
    Last Post: 01-13-2009, 03:38 PM
  3. Slice bool always maps to True in python server
    By sac_urs in forum Bug Reports
    Replies: 3
    Last Post: 11-17-2005, 06:35 AM
  4. Calling proxy methods in a python server
    By jeinhorn in forum Help Center
    Replies: 2
    Last Post: 10-04-2005, 09:30 AM
  5. how to create a icepatch2 Server using python?
    By jeylee in forum Help Center
    Replies: 3
    Last Post: 03-11-2005, 04:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •