keepnote icon indicating copy to clipboard operation
keepnote copied to clipboard

mac osx install error

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

What steps will reproduce the problem?
1. sudo port install py25-gtk aspell aspell-dict-en sqlite3
--->  Configuring py25-gtk
Error: py25-gtk has been replaced by py25-pygtk; please install that port 
instead
Error: org.macports.configure for port py25-gtk returned: obsolete port
Please see the log file for port py25-gtk for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py25-gtk/py25-gtk/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port py25-gtk failed
2. sudo port install py25-pygtk aspell aspell-dict-en sqlite3

3. ./keepnote

What is the expected output? What do you see instead?
KeepNote 0.7.8: Tue Jul 16 18:00:44 2013
Traceback (most recent call last):
  File "./keepnote", line 437, in <module>
    main(sys.argv)
  File "./keepnote", line 423, in main
    start_gui(argv, options, args, cmd_exec)
  File "./keepnote", line 259, in start_gui
    import keepnote.gui
  File "/Users/ya/Downloads/keepnote-0.7.8/keepnote/gui/__init__.py", line 40, in <module>
    import pygtk
ImportError: No module named pygtk

What version of the product are you using? On what operating system?
mac osx 10.8.4

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 16 Jul 2013 at 2:04

GoogleCodeExporter avatar Mar 15 '15 04:03 GoogleCodeExporter