Opened 11 years ago

Closed 6 years ago

#37377 closed defect (fixed)

rednotebook doesn't find webkit

Reported by: f.jean@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: rednotebook

Description

Hi

I installed rednotebook (@1.2.0_1) ; dependencies did install well (py27-webkitgtk ; webkit-gtk) but rednotebook doesn't launch :

bash-3.2$ rednotebook 
INFO     chardet not found. 'utf-8' encoding will be assumed
INFO     Writing log to file "/Users/fred/.rednotebook/rednotebook.log"
ERROR    Webkit was not found. It can be found in a package with the name python-webkit or pywebkitgtk.

logfile :

.rednotebook/rednotebook.log
2012-12-24 09:30:21,857 DEBUG    sys.stdout logging level: 20
2012-12-24 09:30:21,857 INFO     Writing log to file "/Users/fred/.rednotebook/rednotebook.log"
2012-12-24 09:30:21,901 ERROR    Webkit was not found. It can be found in a package with the name python-webkit or pywebkitgtk.

I tried to clean, uninstall and reinstall rednotebook and dependencies with no success. Thanks for any help.

I run mac os X Lion 10.7.5 on MacBookPro8,1

Change History (1)

comment:1 Changed 6 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

In 5b3646a94a30501b5ddf7de6c34cacce49914da8/macports-ports:

rednotebook: update to version 2.3, dependencies

Previously a dependent of py27-webkitgtk, it now depends
on python36, gtk3 and webkit2-gtk using gobject introspection.

See #52410

Closes #37377
Closes #40506

Note: See TracTickets for help on using tickets.