Maselkov / GW2RPC

Discord Rich Presence addon for Guild Wars 2
https://gw2rpc.info
GNU General Public License v3.0
47 stars 12 forks source link

Provide development instructions #13

Closed nakami closed 2 years ago

nakami commented 2 years ago

Hey! I was trying to run the code on Win10 with Python Version 3.8.10 with the requirements installed and got this error:

FileNotFoundError: [Errno 2] No translation file found for domain: 'base'

I was using locales_path = resource_path("./locales") and locales_path = resource_path("../locales") each without success. I also compiled gw2rpc myself with pyinstaller and both locales_path each and the same error occurred.

Also, please provide more development instructions:

n1tr0-5urf3r commented 2 years ago

Updated the readme in #14. Feel free to ask on our discord server if you encounter any problems with it :)

nakami commented 2 years ago

Very comprehensive, awesome! Thanks!

n1tr0-5urf3r commented 2 years ago

14