• Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    >ImportError: No module named thread

    It's normal... there is no thread module yet, because I've not ported the multithreading system yet :-(

    There is an other bug : upper method of string doesn't work (???), the lower() does.

    try this:

    >>> "tEsT".upper()
    tEsT
    >>> "tEsT".lower()
    test
    >>>

    [ Edited by Yomgui on 2005/5/2 13:57 ]

    [ Edited by Yomgui on 2005/5/2 14:00 ]
    And now... next project!
  • »02.05.05 - 13:50
    Profile Visit Website