zense / media_hub

P2P Filesharing Tool
GNU General Public License v3.0
4 stars 0 forks source link

lansharkgui not working on macOS #3

Closed adityathiru closed 6 years ago

adityathiru commented 6 years ago
adityathiru commented 6 years ago

FIX: brew install pygtk Adding the PYTHONPATH to your .bashrc or (if you use zsh, .zshrc) would fix the issue. i.e. export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH

adityathiru commented 6 years ago

Closing the issue as of now since we're currently focussing on implementing the web interface.

vik-y commented 6 years ago

Don't close it. Since the GUI is working on MAC also we can atleast work on fixing the Downloads from GUI.

adityathiru commented 6 years ago

Okay bhai. From what @adishegde says, #1 is fixed. Once we test it from our end and merge it, he can start working on this.

adityathiru commented 6 years ago

@adishegde @jujusudhur One of you can work on fixing the downloads for macOS other can take up linux. We'll deal with windows later on. This can be your task for this week (by next Sunday), since you guys are done with your previous tasks. Comment over here on what platform you want to take up.

adishegde commented 6 years ago

I'll try fixing it for macOS.