python - How to make an application not portable? -
python - How to make an application not portable? -
i trying create application should not portable between computers or between users of same computer. best way this?
edit: not portable
meant, application should not usable without installing it. ie) moving installed folder different computer or different user login of same computer.
how can id unique user login in computer?.
please excuse poor english.
let installation script re-create modules of programme user application directory. in programme add together path sys.path, import find modules.
python cross-platform portability
Comments
Post a Comment