Nanoseb / ncTelegram

A ncurse Telegram client developed in Python
GNU General Public License v3.0
311 stars 27 forks source link

setup on mac #21

Closed am01 closed 7 years ago

am01 commented 7 years ago

Is it possible to install nctelegram on OSX? All attempts failing with 'ncTelegram' module not found, same for setup.py. Thanks

prafiles commented 7 years ago

I had the same issue. Its because the binary has the same name as the folder, and HFS+ on default settings overwrites the file/directory with the other.

Nanoseb commented 7 years ago

Yes exactly, HFS+ is not case sensitive, see #9, you can manually rename the script name to something else if you want.