Exception raised

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tropicoorion

    Exception raised

    Hello Everyone:

    I'm using Cyberchiar a system build on python. I'm trying run it over
    window system and IIS. I installed Python for windows and setting IIS.

    When I run cyberchair it raises the nex error... can someone help mi
    with this problem..

    I'm new programmer in python......

    Thanks in advance.

    Wil,
    =============== =============== =============== =============== ==========


    Traceback (most recent call last):
    File "E:\cyberchair\ cgi-bin\submit_phas e1.py", line 225, in ?
    main ()
    File "E:\cyberchair\ cgi-bin\submit_phas e1.py", line 187, in main
    writekey (phase2_code, form)
    File "E:\cyberchair\ cgi-bin\submit_phas e1.py", line 146, in writekey
    keysfile.lock ('w|')
    File "C:\Python23\li b\posixfile.py" , line 161, in lock
    if 'w' in how: l_type = fcntl.F_WRLCK

    AttributeError: 'module' object has no attribute 'F_WRLCK'
    C:\Python23\lib \posixfile.py:5 8: DeprecationWarn ing: The posixfile
    module is obsolete and will disappear in the future warnings.warn
    ("The posixfile module is obsolete and will disappear in the future",
    DeprecationWarn ing) C:\Python23\lib \fcntl.py:6: DeprecationWarn ing:
    the FCNTL module is deprecated; please use fcntl warnings.warn(" the
    FCNTL module is deprecated; please use fcntl", DeprecationWarn ing)

    =============== =============== =============== =============== =========



Working...