Results 1 to 3 of 3

Thread: Small glitch in Connection #3, page 10

  1. #1
    lstep is offline Registered User
    Join Date
    Jun 2005
    Location
    France
    Posts
    4

    Small glitch in Connection #3, page 10

    Hello,

    There's a small bug in the code for Connection #3, page 10, where the author wrote:

    Code:
    if __name__ == 'main':
    It should have been

    Code:
    if __name__ == '__main__':
    This is quite important, as the main code will never be executed in the former case :-(

  2. #2
    beagles's Avatar
    beagles is offline Registered User
    Name: Brent Eagles
    Organization: Eagles Technologies Inc
    Project: Asterisk SCF
    Join Date
    Feb 2003
    Location
    Newfoundland
    Posts
    111
    You are correct! Thanks for pointing this out.

    "the author"
    Brent Eagles
    Digium/Eagles Technologies Inc
    St. John's, NL

    Project(s): Asterisk SCF

  3. #3
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    I've updated the issue on our web server with this correction. Thanks for pointing out this bug!

    Cheers,

    Michi.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Building Ice from source on Ubuntu 10.10
    By pchapin in forum Help Center
    Replies: 2
    Last Post: 12-31-2010, 07:19 AM
  2. Using multiple Icegrids from one php page
    By bdk in forum Help Center
    Replies: 1
    Last Post: 05-13-2008, 10:19 PM
  3. Link error on FAQ page
    By ctennis in forum Bug Reports
    Replies: 1
    Last Post: 07-27-2006, 08:24 AM
  4. Replies: 1
    Last Post: 12-12-2005, 09:49 AM
  5. Replies: 1
    Last Post: 11-17-2005, 09:17 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
  •