-
At our company we are thinking of running an instance of wooey to make our python scripts available to others. I noticed that it is the django development server running. So far so good, but I'm wonde…
-
Hello,
First off thank you for taking the time to read this and respond. I'm relatively new to python, but have quite a bit of web dev experience under my belt.
Anyways, I've been tasked with de…
-
Hi Chris,
I need to add a script to Wooey. the script will use a python module that will read a log file. the log file will be uploaded by the user with wooey. but the problem is: the upload file …
-
Hi - is there a more well rounded tutorial available? Something that shows an existing single .py file script that runs locally and how one would set something like that up in wooey? I'm a bit lost h…
tb582 updated
2 years ago
-
Hello,
I have recently attempted to install. Whenever you reach step 4 I receive the error: Error reading input stream at line 1: FASTA format error: Missing '>' at record start . This error occurs…
-
Trying to setup wooey on VSCode but I can't get it to run setup....
```sh-3.2$ python setup.py install
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Mac…
tb582 updated
2 years ago
-
```
writing database information to /opt/raintale/raintale-gui/../hypercane_with_wooey/hypercane_with_wooey/settings/user_settings.py
/opt/raintale/raintale-gui/set-raintale-database.sh: line 118: /…
-
As suggested by @ato, it would be cool if the user could, instead of submitting a file containing a list of URI-Ms, they could instead paste a list of URI-Ms into a textarea as input.
-
The [Wooey documentation states](https://wooey.readthedocs.io/en/latest/running_wooey.html) that users start it by running both Django and Celery. The commands they provide for starting Wooey are:
…
-
The Raintale GUI production environment needs more robust infrastructure than provided by our Docker installation.
By default Wooey/Django uses SQLite as a database. SQLite allows for concurrent …