Forums

Webapp with multi-user folder isolation

Where are you running your code? Web app

What are you trying to achieve? For a single user, it works well; i am trying to have multiple users support with user folder isolation and be able to execute this webapp within the user's working folders with their own data without overlapping; Not getting any error, but the .py script that is supposed to have been copied over to the user's home folder is not being copied and thus "File Not Found error for .py Script".

I am doing all this under the free account; m intention is to upgrade to paid account if i can support multi-user with user folder isolation

So you mean multiple users of your PythonAnywhere account or multiple users of your web app?

multiple users of my web app... My webapp has option to register and login; so, the problem is user isolation of my webapp users

Maybe you can add a bit more logging to the part of your code where this operation is failing.

all i need to make sure is that the failure is not somehow associated with not having a paid account.. hope thats not the case. Sure. i will add some log trace and figureout. Thanks

It doesn't sound to me like it is, but we'd need to see the bit of failing code and the error message.

Thanks for your attention. The issue is now resolved and it was the folder isolation code bug that was causing the issue. your platform is simple and easy to use. I will now upgrade to paid account

Thanks for letting us know!