-
Notifications
You must be signed in to change notification settings - Fork 51
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
Failed to process commands.help #13
Comments
I'm not getting that error. Let me install via Pip and see what happens. |
Yep. I forgot to put attributes.help and commands.help in the manifest file. My bad, fixing now, Wait a few minutes and then look for PyRIC v 0.1.1-2 on PyPI. I appreciate you and @sophron working through my minor mistakes |
No problem 😄 . No software is ever gonna be perfect and all we can do is try to make it as perfect as possible. Also we are grateful that you have shared this project because without it we had to use an insane amount of |
Even after upgrading to |
hmm - they're included in the right spot when package it. Let me try installing post2 and check it out. Guess the only thing to do is keep trying micro version till I get it right and then update to v 0.1.2. Give me some time and give you the go ahead. |
Ok, for whatever reason, when using pip the files command.help, attributes.help and oui.txt in utils/data is not getting loaded/saved on the installing system. Although, if you download the tarball from PyPI and extract they are included. I have to do some research on using PyPI to figure out to force it to install data files. |
All right located the issue in setup.py specifying the new location of the .help files. Hopefully, did not miss anything else. PyPI now has the latest v 0.1.2 for installation. Being as this is the 100th commit, I am hoping it's a good sign |
I'm getting this error when installing
|
Well crap, this is what I get
At the end of your, it says it was successfully installed for you. Did it install even though throwing up the error? The error seems to point to the description_file option. I'm going to remove it and see what happens |
Hey man you need to stop finding all these bugs :) or I'll have start paying you a bounty. All right put something new on PyPI (changed the version numbering again) 0.1.2.1. I didn't get any errors, can you please try on your end? Thanks a lot |
By the way do you have a twitter account. I just started gathering organizations and people to follow, would like to add you |
Thanks man 👍 . It seems to be completely solved now. Just for reference this is the output
|
Good deal - I'm still working on figuring out all this packaging stuff. |
@wraith-wireless Btw, if you are on IRC, feel free to join us on #wifiphisher channel on Freenode for more direct communication in the future. |
OK sounds good. I look into it. |
I'm using this
PyRIC (0.1.1.post1)
version and I can't importpyw
module. I get the following error:The error happens after version
0.1.0
. So0.1.0
works fine but newer version produce this error.The text was updated successfully, but these errors were encountered: