Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress on getting this to macOS (and BSD, perhaps)? #3

Open
barracuda156 opened this issue Dec 5, 2024 · 1 comment
Open

Progress on getting this to macOS (and BSD, perhaps)? #3

barracuda156 opened this issue Dec 5, 2024 · 1 comment

Comments

@barracuda156
Copy link

Hi,

Is something being done re bringing this to Unix-like systems? Would be great to have this app working!

@barracuda156
Copy link
Author

I am not sure which ncurses-based lib it needs on macOS (windows-curses looks like a Windows-only one), but otherwise running messenger.py fails on this:

36-174% /opt/local/bin/python3.11 /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_net_courier/courier/work/courier-99ef54d23eda18d08812cd9fe0a8017839f39fcd/messenger.py 
Traceback (most recent call last):
  File "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_net_courier/courier/work/courier-99ef54d23eda18d08812cd9fe0a8017839f39fcd/messenger.py", line 551, in <module>
    wrapper(main)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/curses/__init__.py", line 94, in wrapper
    return func(stdscr, *args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_net_courier/courier/work/courier-99ef54d23eda18d08812cd9fe0a8017839f39fcd/messenger.py", line 345, in main
    curses.init_pair(4, 8, curses.COLOR_BLACK)
ValueError: Color number is greater than COLORS-1 (7).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant