On Sat, Sep 15, 2012 at 11:28 PM, Νικόλαος Κούρας <[email protected]> wrote: > Iam not using frameworks just plain python code written in Notepad++ > > Can you please tell me how to switch this line in order for this line to work?
f = open( '../' + page[0]) will possibly work. But do try to understand what's happening, rather than simply solve the problem. You may find that something else has changed too. ChrisA -- http://mail.python.org/mailman/listinfo/python-list
