wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.11k stars 182 forks source link

Unable to identify ArgParser #325

Closed arthur-wxy closed 4 years ago

arthur-wxy commented 4 years ago

wangxiaoyuandeMacBook-Pro:auto arthurw$ python3 manage.py addscript /Users/arthurw/Desktop/t Converting /Users/arthurw/Desktop/t/move_test.py Unable to identify ArgParser for /Users/arthurw/PycharmProjects/Wooey/auto/auto/user_uploads/wooey_scripts/move_test.py: Converted 0 scripts

what's the reason, how to solve this?

Chris7 commented 4 years ago

Can you provide a copy of your script? It seems like it is unable to identify the command line wrapper you are using.

lfaino commented 5 months ago

Dear @Chris7

I have the same problem of the user @arthur-wxy. For some scripts, i can not use the argparser.

can i share the script with you?

L

Chris7 commented 5 months ago

Sure, could you open a new issue with the script?

lfaino commented 5 months ago

@Chris7 I found the problem. I had a library not installed in python and therefore i got the error. I installed the library and now works.

thanks L