Carey Gagnon wrote: > I haven't been using any app..HomeDirectory or os.getcwd()
That's fine. You don't need to use it. os.getcwd() simply returns the current working directory, which is of limited usefulness but things fall back on it if app.HomeDirectory isn't set. But app.HomeDirectory gets set automatically under usual circumstances so you don't need to set that, either. > Question: > Where would I put this to avoid such issues? > Would it go in the main.py in my apps root directory? I was only asking you to print the values of them, to see if it would highlight whatever the underlying issue is. Since you are seeing the issue on one Windows installation and not on another, and presumably the files/directories are the same on each, there's something odd with the other system. Any chance you had that image file open for editing in another app? Windows is kind of dumb sometimes and doesn't allow read access to files locked for editing. What about permissions issues on the file? Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
