https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238487
--- Comment #2 from Katsuyuki Miyoshi <ka...@miyoshi.matsuyama.ehime.jp> --- (In reply to Kubilay Kocak from comment #1) Yes, Please implement more appropriate method. But more specifically, conkyEmail(the original of conkyemail_2.07.tar.gz) is as follows. ======================================== % cat src/conkyEmail #! /bin/sh cd /usr/share/conkyemail/ $PYTHONPATH /usr/bin/python /usr/share/conkyemail/conkyEmail.py "$@" ======================================== This is not python shebang. Are there other ports that handle this case well? (By the way, it is a known original bug that $PYTHONPATH is here.) Thanks. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"