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

installing the develop branch #33

Open
gdementen opened this issue Sep 15, 2014 · 1 comment
Open

installing the develop branch #33

gdementen opened this issue Sep 15, 2014 · 1 comment

Comments

@gdementen
Copy link
Contributor

I wanted to try the develop branch, but, as of today (71504a3) it does not run...
python setup.py install seem to work but it does not copy the .ui files, so I am left with a broken copy.

@alexey-naydenov
Copy link
Collaborator

This is strange. It is not mentioned in requirements but you need setuptools-git to install from develop branch. This module installs files tracked by git. I will look into this.

kprussing added a commit to kprussing/ViTables that referenced this issue Jun 2, 2015
As discussed in uvemas#33, the data files for the development
branch are not tracked unless the user has setuptools-git installed.
However, it is not guaranteed that all users will have this requirement
as not all end users are necessarily developers or have the proper git
tools installed.  This patch adds a function to the setup.py script to
traverse the packages and locate data files in all subdirectories that
are not subpackages.  Data files are assumed to be all files that are
not Python files (.py and .pyc).
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

2 participants