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

Make pyinstaller installable with distutils/setuptools (installation from Pypi) #304

Closed
htgoebel opened this issue Oct 18, 2014 · 5 comments
Assignees
Labels

Comments

@htgoebel
Copy link
Member

Original date: 2010/12/29

pyinstaller should get a setup.py to be installable using distutils/setuptools.

In conjunction with #232 ("pyinstaller.py") this would ease solving #32 (integration into distutils).

Solution outline

This could easily be done if the structure of the source is changed into something like this:

bin/Configure.py
bin/Build.py
pyinstaller/mf.py
pyinstaller/
support/iu.py
...

Additionally the scripts need to import from pyinstaller and access to the support files needs to be crafted correctly. All in all this should not be to much work.

When doing this, it would be a chance for some other refactoring, e.g. split option handling and main-part of scripts (see #300)

@htgoebel htgoebel added this to the PyInstaller 2.1 milestone Oct 18, 2014
@htgoebel htgoebel added the feature Feature request label Oct 18, 2014
@htgoebel
Copy link
Member Author

Original date: 2010/12/30

Since 1.5 is a release candidate already, this should go into 1.6 of course.

@htgoebel htgoebel added the @high label Oct 18, 2014
@matysek matysek self-assigned this Oct 18, 2014
@matysek
Copy link
Member

matysek commented Oct 18, 2014

Original date: 2011/01/07

Perhaps you could try to cooperate on distutils integration on makespec_ng branch with the person working on it or create own branch for distutils integration.

@matysek matysek added the @low label Oct 18, 2014
@htgoebel htgoebel changed the title Make pyinstaller installable with distutils/setuptools (installation from Pypi) Make pyinstaller installable with distutils/setuptools Oct 18, 2014
@htgoebel
Copy link
Member Author

Original date: 2011/10/24

From: http://www.pyinstaller.org/ticket/442#comment:1

Proposed fix: add 'support/*.dat' to data_files = find_data_files( ... ) in setup.py

@matysek matysek changed the title Make pyinstaller installable with distutils/setuptools Make pyinstaller installable with distutils/setuptools (installation from Pypi) Oct 18, 2014
@matysek
Copy link
Member

matysek commented Oct 18, 2014

Original date: 2013/02/27

For details see #40

@matysek matysek closed this as completed Oct 18, 2014
@matysek
Copy link
Member

matysek commented Oct 18, 2014

Original date: 2013/03/10

The pull request was merged and it should be fixed.

This was referenced Oct 18, 2014
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants