DLL issue

Home Forums cherrytree DLL issue

This topic contains 2 replies, has 2 voices, and was last updated by  aalested 10 months, 3 weeks ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2009

    aalested
    Member

    Hi.

    My OS is Windows 7 Ultimate 32bit. I installed Cherrytree, and have DLL issue. I have the DLL file in both /windows/system32 and as well in the Cherrytree directory.

    Even that I get this:

    Traceback (most recent call last):
    File “cherrytree”, line 33, in <module>
    File “main.pyc”, line 22, in <module>
    File “gtk\__init__.pyc”, line 30, in <module>
    File “gobject\__init__.pyc”, line 26, in <module>
    File “glib\__init__.pyc”, line 22, in <module>
    File “glib\_glib.pyc”, line 12, in <module>
    File “glib\_glib.pyc”, line 10, in __load
    ImportError: DLL load failed: The specified module could not be found.

     

    How can I tackle this ?

     

     

     

    #2010

    giuspen
    Member

    Hi, is the portable version working?

    You should fix the problem moving the paths at the beginning of the “path” environment variable:

    ….
    4) extract the 3 archives contents in the corresponding directories

    5) add “C:\gtk\bin;C:\gtksourceview\bin;C:\libxml2\bin” to the bottom of the system variable named “Path” (right click on “my computer” icon on the desktop, choose “properties”, then from the tab “advanced” click on the button “environment variables”; between the “system variables” you will see “Path” that you have to edit)

    6) in case you still have problems, move the paths of point 4) from the bottom to the top of the paths list

    but if you are not sure of what you do you better use the portable version.

    Cheers.

    #2011

    aalested
    Member

    Both are working now :-)

     

    I put the the adds to the end of path, and then it worked.

    Many thanks for a great cross platform tool :-)

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.