Diego Lanciotti

Results 80 comments of Diego Lanciotti

I haven't used nor mantened it in a long time, so I will try to do my best to help you. Just execute ```sheetmaker.py```. You should see something like this:...

That's the plan. But first I want to finish the basic stuff like the exporter first before doing a big version jump.

@srcecde @JCharante any idea of how we should build the interface? I have never worked with pyQt before. Should the html webview be in the same ui window or different?

Yep, we should include sheet preview here too. That Gummi's ui seems like a cool start. As soon as I get some free time I will reasearch how pyQt5 works...

Also, why @srcecde is not shown as contributor? You pushed several pull request...

Hey, that error is due to the "Ñ" character used in spanish. To fix it: - go to line 68 of ``` sheetwizard.py ``` and remove that character - I...

@Kaqtus14 @DeanChugall thanks! will take a look at those pretty soon

Hmm... It looks like you are running something else in that port. May it be possible? I think you can check if the port is in use with ```$ lsof...

I though you could change port, but after testing apparently is not that simple. Will let you know if I make it work