Will Munn

Results 31 comments of Will Munn

@joe4dev OK sorry maybe it's a different problem then, I'm actually trying to fix/get to the bottom of a different issue so I'm running localstack directly via `make start`. I...

Hey, @traxair that looks really cool. TBH I took the opportunity of starting this project to teach myself python. I assumed it was best to start by learning python 3,...

Hi, could you give a bit more detail than nothing working? If you're trying to run the UI, I've kind of abandoned it. I suggest you use it as a...

Ah OK, let me try to build it on a mac and I'll get back to you with some instructions.

can you try running this branch https://github.com/willm/DDEXUI/tree/run-on-osx ?

Install python3 http://docs.python-guide.org/en/latest/starting/install3/osx/ run: ``` pip3 install -r requirements.txt python3 metadata_form.py ```

Just so you know, this project isn't really finished. It needs a bit of work to get it working. The code lets you write ddex files in python, but the...

Hey, Just to let you know, I've decided to have a go at writing a better front end for this library, I'm going to drop tkinter and try and use...

I'm away this week-end, with no access to a computer, I will look into it when I'm back on monday evening.

Something off the top of my head to try is to make sure you've cloned the ddexui project to somewhere in your pythonpath. Or adding where you cloned it to...