Kitware / tangelo

A simple, quick, powerful web framework
http:/tangelohub.org/tangelo/
Apache License 2.0
185 stars 35 forks source link

Use distutils ability to automatically generate cross-platform "executables" #457

Closed waxlamp closed 9 years ago

waxlamp commented 9 years ago

This closes #438, using a utility that comes with distutils. (It also closes #453, though we are not going with py2exe).

I have tested this on Linux and Windows and it seems to work nicely.

@jeffbaumes and @blu-elephant if you could try building this on your systems, that would be great.

jeffbaumes commented 9 years ago

I was able to run tangelo and tangelo-passwd on my mac with no issues.

jeffbaumes commented 9 years ago

LGTM. Better functionality, 11 less lines of code.

waxlamp commented 9 years ago

Great! I will go ahead and merge this now, since I did test on Windows as well.

@blu-elephant, please still drop us a note here if you run into problems.

waxlamp commented 9 years ago

Actually, I'd like to merge #458 first, so I can log this merge in the change log. @jeffbaumes let me know if that's ok.

jeffbaumes commented 9 years ago

Yeah, just the question about the contributing file so it's clear when to edit the changelog and who does it.