Xpn fails to run due to missing dependencies ------------------------------------------------------------------------- curlew:/home/mike% xpn you need to install PySqlite2 and SQlite Traceback (most recent call last): File "/usr/local/share/xpn/xpn.py", line 33, in <module> from xpn_src.Groups_Win import Groups_Win File "/usr/local/share/xpn/xpn_src/Groups_Win.py", line 20, in <module> from xpn_src.Articles_DB import Articles_DB,Groups_DB File "/usr/local/share/xpn/xpn_src/Articles_DB.py", line 8, in <module> sys.exit() NameError: name 'sys' is not defined ------------------------------------------------------------------------- Neither PySqlite2 nor SQlite appear to be available in ports
Hi, Due to an issue with the backend FreeBSD Bugzilla database, your original PR and any updates to it since have been lost. I've recreated the original PR as best as I can, however any attachments and updates you submitted to the PR have been lost. Please could you resubmit them? Thanks, and apologies.
A commit references this bug: Author: nivit Date: Fri Jan 23 22:08:33 UTC 2015 New revision: 377764 URL: https://svnweb.freebsd.org/changeset/ports/377764 Log: - Remove dead master site - Add LICENSE (GPLv2) - Add databases/py-sqlite3 to run dependencies [1] - Bump PORTREVISION - Use shebangfix - Restrict usage to Python 2 (as its dependency py-gtk2) - Use COPYTREE_SHARE to install data - Fix WWW line in pkg-descr - Remove @dirrm keyword from plist PR: 196636 [1] Submitted by: Mike Clarke <jmc-freebsd2@milibyte.co.uk> [1] Changes: head/news/xpn/Makefile head/news/xpn/pkg-descr head/news/xpn/pkg-plist