Open steveharman opened 4 years ago
I experience similar problem @steveharman. It seems rumps, which stands for Ridiculously Uncomplicated macOS Python Statusbar apps requires Python 2.6+. Someone correct me if I'm wrong, but I think the project has to be ported to a newer Python version and files and packages has to be updated. I tried Python 2.7 and 3.10 on Kali Linux, and tried Python3 (3.9.13) on MacOS without success..
I also tried building it with Python 2.7 but get these errors (python2.7 setup.py py2app
):
WARNING: The wheel package is not available.
Traceback (most recent call last):
File "setup.py", line 26, in <module>
setup_requires=['py2app'],
File "/usr/share/cffi-wheels/setuptools-44.1.0-py2.py3-none-any.whl/setuptools/__init__.py", line 145, in setup
File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/share/cffi-wheels/setuptools-44.1.0-py2.py3-none-any.whl/setuptools/dist.py", line 448, in __init__
File "/usr/lib/python2.7/distutils/dist.py", line 287, in __init__
self.finalize_options()
File "/usr/share/cffi-wheels/setuptools-44.1.0-py2.py3-none-any.whl/setuptools/dist.py", line 739, in finalize_options
File "/usr/share/cffi-wheels/setuptools-44.1.0-py2.py3-none-any.whl/setuptools/dist.py", line 738, in <lambda>
File "/usr/share/cffi-wheels/setuptools-44.1.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2443, in load
File "/usr/share/cffi-wheels/setuptools-44.1.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2449, in resolve
File "/home/henrik/gitHub/radiobar/.eggs/py2app-0.28.2-py2.7.egg/py2app/build_app.py", line 23, in <module>
import macholib.dyld
ImportError: No module named macholib.dyld
Btw check this github repo out.
HI,
When using
python setup.py py2app
I'm getting the following error:Is "ImportError: No module named 'rumps'" relevant?
Thanks,
Steve