Results 1 to 2 of 2

Thread: Error in User Manual

  1. #1
    rksk16it is offline Registered User
    Name: Ravi Kumar
    Organization: Hobby
    Project: Hobby
    Join Date
    Oct 2008
    Location
    New Delhi, India
    Posts
    1

    Error in User Manual

    Hello
    In both online and downloadable versions of Ice User Manual, I have found a
    minor error.

    In Chapter-25 (Developing a File System Server in Python)
    In __init__ functions of both FileI and DirectoryI, a variable 'myID' is used but
    never initialized. This caused python interpreter to fail. On inspecting the C++
    version of the class, I have found that adding the line :

    myID = Ice.Identity ()

    before using myID easily solves the problem.

    Though it is a *very* minor problem for anyone even slightly familiar with Ice,
    it can cause annoyance to beginners who are starting with python.

    Last, but not least, Thank You for creating Ice !

  2. #2
    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
    Thanks for the bug report, we'll fix this for the next release!

    Cheers,

    Michi.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. User exceptions for AMI?
    By jharriot in forum Help Center
    Replies: 1
    Last Post: 08-20-2010, 06:48 AM
  2. Error in Section 6.15.5 of the User Manual
    By sidney in forum Comments
    Replies: 4
    Last Post: 04-07-2010, 02:38 AM
  3. User manual
    By iivdam in forum Bug Reports
    Replies: 1
    Last Post: 04-09-2009, 09:37 AM
  4. Error with the HelloWorld program of User Manual
    By sylvain.cool in forum Help Center
    Replies: 3
    Last Post: 03-05-2008, 08:52 AM
  5. Python Ice Parsing: Bug or User Error?
    By jae in forum Help Center
    Replies: 3
    Last Post: 04-02-2007, 09:36 PM

Posting Permissions

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