Results 1 to 2 of 2

Thread: python bug

  1. #1
    Andrew is offline Registered User
    Name: Andrea Nicotra
    Organization: Personal
    Project: Backend for IPTV
    Join Date
    Jan 2008
    Posts
    29

    python bug

    bug on Ice.py at line 1031:

    def doMain(self, args, initData):
    self.run(args)

    instead of :

    def doMain(self, args, initData):
    return self.run(args)

    Ice version 3.4

    Andrew
    Last edited by Andrew; 05-06-2010 at 11:02 AM.

  2. #2
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,441
    Thanks for reporting this, it will be fixed in the next release.

    Regards,
    Mark

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Possible bug in UdpEndpointI?
    By ngarimu in forum Help Center
    Replies: 2
    Last Post: 03-01-2010, 09:49 AM
  2. Python Ice Parsing: Bug or User Error?
    By jae in forum Help Center
    Replies: 3
    Last Post: 04-02-2007, 09:36 PM
  3. bug ?
    By OrNot in forum Bug Reports
    Replies: 1
    Last Post: 12-03-2005, 03:58 AM
  4. Is this a bug?
    By GlacierX in forum Bug Reports
    Replies: 5
    Last Post: 05-17-2005, 09:54 AM
  5. much like a Bug !
    By damingyipai in forum Bug Reports
    Replies: 4
    Last Post: 04-04-2004, 12:41 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
  •