oelegeirnaert / photobooth

A flexible photobooth software
GNU Affero General Public License v3.0
4 stars 2 forks source link

webserver problem #10

Open MisterTh opened 5 years ago

MisterTh commented 5 years ago

Hello

I have a problem with the webserver. The Config.py - file needs Python3, but the simple_http_server used in the webserver needs Python2 I'd like to use Python3, so do I have to rewrite the webserver? Can I open the photobooth without the webserver (only print-button)

Thanks in advance, Thomas

wikijm commented 5 years ago

Hi @MisterTh

If you want to use Photobooth without the webserver, call it like this: python -m photobooth --gui (without the -w)

I confirm that, with https://github.com/oelegeirnaert/photobooth/pull/9, you can install and use simple_http_server with Python3.

wikijm commented 5 years ago

@MisterTh Did my solution help you?

MisterTh commented 5 years ago

Sorry for not answering Didn't tried it

I forked the version without the webserver onto my git

Maybe I'll try later again But thanks fir your reply 😅