Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post-install skipped after changes to pyinstaller script #58

Closed
bitsgalore opened this issue Sep 4, 2017 · 2 comments
Closed

Post-install skipped after changes to pyinstaller script #58

bitsgalore opened this issue Sep 4, 2017 · 2 comments

Comments

@bitsgalore
Copy link
Member

bitsgalore commented Sep 4, 2017

This probably related to the fact that iromlab now uses wheels, see:

pypa/packaging-problems#64

Suggestion here:

https://stackoverflow.com/questions/24263774/post-install-script-after-installing-a-wheel#comment41929643_24749871

First step would then be to create a separate config script and include that in the package.

@bitsgalore
Copy link
Member Author

First step: moved post-installation code to a separate script that needs to be executed by the user after installation. While at it also got rid of copying the executables of the wrapped tools to the Window User dir, as they can be accessed without problems from within the package:

911470b

Not ideal b/c user needs to dig down into the Python/Scripts directory to find the configuration exe, but at least it works ...

TODO:

  • Update documentation on this
  • Make this look less rough around the edges (weird MessageBox behaviour)

@bitsgalore
Copy link
Member Author

All done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant