Results 1 to 4 of 4

Thread: Visual wants to ruin the extension..:(

  1. #1

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Visual wants to ruin the extension..:(

    Code:
    def read_all_files():
    
        global files_and_lines
        
        for files in constants.FILE_NAMES:
            fpath = os.path.join((sys.path[0]),"lexi", files)
            try:
                lexi_file = open(fpath, "r")
                constants.files_and_lines.append(lexi_file.readlines())
    
            except(IOError):
                print "Something went wrong trying to read the file:"
                print "'%s'" % fpath
    
            lexi_file.close()

  2. #2

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Visual wants to ruin the extension..:(

    Code:
    def read_all_files():
    
        global files_and_lines
        
        for files in constants.FILE_NAMES:
            fpath = os.path.join((sys.path[0]),"lexi", files)
            try:
                lexi_file = open(fpath, "r")
                constants.files_and_lines.append(lexi_file.readlines())
    
            except(IOError):
                print "Something went wrong trying to read the file:"
                print "'%s'" % fpath
    
            lexi_file.close()

  3. #3

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Visual wants to ruin the extension..:(

    Hello this is a h****r test. I am the b3*****d best in the b*****d world...****...

    - ØØ -

  4. #4
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: Visual wants to ruin the extension..:(

    Quote Originally Posted by NoteMe
    Hello this is a h****r test. I am the b3*****d best in the b*****d world...****...

    - ØØ -
    **** *** ******* *******.
    Last edited by iPrank; Feb 27th, 2006 at 03:27 PM. Reason: Spelling mistake. Should be *******. not ******
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


Posting Permissions

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



Click Here to Expand Forum to Full Width