Changes between Initial Version and Version 1 of Ticket #16652


Ignore:
Timestamp:
Sep 25, 2008, 9:41:16 PM (16 years ago)
Author:
blb@…
Comment:

Probably what's mentioned in ticket #16111.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16652 – Description

    initial v1  
    11I have now successfully (seeminlgly) built deluge, but now there is an execution error which prevents deluge from running successfully.  I have no other versions of python installed on my system:
    2 
     2{{{
    33sudo port installed python*
    44Password:
     
    77  python25 @2.5.2_5+darwin_9 (active)
    88  python_select @0.1_4+darwin_9 (active)
    9 
     9}}}
    1010It seems that the previous version of python installed is associated with a bunch of previous versions of python modules, but
    1111all have been upgraded to support the latest, active version (2.5.2.5)
    1212
    1313Here is the error I receive when I execute [[deluge &]]:
    14 
     14{{{
    15151] 34034
    1616kevin-omaras-macbook:~ kevinomara$ [INFO    ] 23:40:23 main:93 Deluge ui 1.0.0
     
    100100Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.
    101101Fatal Python error: Interpreter not initialized (version mismatch?)
    102 
     102}}}
    103103I believe that I have done everything properly, but apparently not.  I have tried uninstalling and reinstalling deluge to no avail.
    104