Reorder files and use standard setup.py config#59
Reorder files and use standard setup.py config#59bendtherules wants to merge 7 commits intoyask123:masterfrom
Conversation
Changes made : 1. Move files from ./instantmusic-0.1 to ./instantmusic as its not a good way of doing versioning. Use git tag instead 2. Delete install.sh and install.bat and super_installer.py as setup.py does all that and more. Only ceveat is `libav-tools` should be installed manually now on linux systems 3. Move instantmusic from bin folder to main folder Effects: Installation is standard and painless Todo : Build better/more packages for Pypi, including exe, wheel, egg, zip and all that. Its just one setup.py command away now.
|
@bendtherules This file was recently moved, before merging. Can you help me resolve these conflicts ? |
|
Which file was recently moved ? |
|
I am talking about the current PR |
|
Done, merged all the latest commits. |
There was a problem hiding this comment.
this causes error while installation of module no requirements.txt file found.
This should give basic idea whether things work on both platforms.
|
How come "requirements.txt" is not found? It is in that same folder. For sanity, I have added the |
…ich can dilute the language stat
|
The But the issue is, this does't work on Unix. I get this error |
|
Are you trying to install it from my branch using |
|
your branch, you can see the source code here: https://pypi.python.org/pypi?:action=display&name=instantmusic&version=1.7 |
|
Can you please git pull from my This version in PyPi is not my branch, its your old code. |
|
I did that, still the same problem: |
|
Can you run other scripts like, Both of them should be in |
|
Its in the path, I guess it because of permission related issue. |
|
Does |
|
Yes, it does. |
|
Maybe we can get some help from @aviaryan ? |
|
Yes, I dont have any Mac box. |
|
Look at the current travis logs with >py2.6 - Clearly, the |
|
Yes, thats right. I'll look into it when I get time. |
|
instantmusic command works here (Py 3.4.2 x32 Win8.1x64). I didn't have any problems |
|
@aviaryan I can't run it in Linux/Mac OSX. |
Changes made :
libav-toolsshould be installed manually now on linux systemsEffects:
Installation is standard and painless
[ To test it right now, use
python setup.py buildfrom base folder and then use as usual. Should work ]Todo :