About 96 results
Open links in new tab
  1. Onefile Help Centre : Solutions

    Guides and Support Accessing Onefile Logging In, Keychains & Passwords FAQs Information about purchasing and requesting qualifications. Eportfolio Assessments Capture evidence, link to criteria or …

  2. Registering Your Keychain for Onefile Products

    Oct 16, 2025 · When a new account is created for any of Onefile’s products, the user will receive an email invitation to register their Keychain. ℹ️Important Notes The registration link in the email will …

  3. Using --onefile with a .spec in PyInstaller - Stack Overflow

    Nov 7, 2017 · When I try to do PyInstaller --onefile Prog.spec, it still makes a folder in dist with all the files separate instead of making a single file as I'd expect. If I do PyInstaller --onefile Prog.py then it …

  4. Pyinstaller and --onefile: How to include an image in the exe file

    Aug 5, 2015 · One solution is to include the image in the folder of the exe as seen in the link below: pyinstaller does not show images and icon But then again the whole point of --onefile is to have …

  5. Onefile Help Centre : Support

    New to Onefile? Accessing Onefile Logging In, Keychains & Passwords FAQs Information about purchasing and requesting qualifications. Video Library Get up and running in no time, by watching …

  6. Pyinstaller onedir option - exe file outside the directory

    Nov 28, 2019 · Everything works as expected. I tested two options: --onefile, which takes quite a long time (like 20-30sec) to start because it depacks everything into a temporary directory. The --onedir …

  7. Onefile Help Centre : Installing the App

    Just to let you know, our team will be attending the Harris Computers all-company meeting on 8th and 9th July 2026, so we won't be as responsive as usual during this time. You can still access our help …

  8. python - Add configuration file outside PyInstaller --onefile EXE file ...

    Dec 19, 2017 · Using --onefile option, PyInstaller puts all declared "data-file"s inside the single .exe file. I've seen this request, but it gives istructions to add a bundle file inside the onefile and not outside, at …

  9. Installing the Onefile Eportfolio App

    Mar 5, 2026 · The Onefile Eportfolio app allows Assessors, Trainee Assessors and Learners to access key features of their Onefile account from a mobile device. This guide explains how to download and …

  10. Bundling data files with PyInstaller (--onefile) - Stack Overflow

    When I use --onefile, it can't find the referenced additional files (when running the compiled EXE). It finds the DLLs and everything else fine, just not the two images. I've looked in the temp-dir generated …