Archived

This forum has been archived. Please start a new discussion on GitHub.

ImportError : Icepy.dll

Hello all.

We try to succeeded using a mumble Authenticating With an External Database/Forum (PHPBB3). To try this I must to use python and Ice. U can find this script here : Tree for mumble-scripts in Mumble scripts - Gitorious


I actually use Ice3.4.2 for external script in php and it works fine !

But for the external authenticating i have an error.

I use :

- Python 2.6.6
- Ice3.4.2
Import Icepy
ImporError : DLL load failed: %1 is not a valid win32 application.

PS : Sorry for my english, i'm french.

Thx in advance.

Comments

  • Nobody has any idea of the issue ?

    Maybe I have not given enough informations ?

    Thx in advance.
  • mes
    mes California
    Hi Jacquin,

    Welcome to the forum.

    One possibility is a 32-bit / 64-bit conflict. For example, perhaps you are using a 64-bit version of Python but you are trying to load the 32-bit version of the Ice extension (or vice versa). Please review the release notes to ensure that your environment is configured correctly.

    Regards,
    Mark
  • Thx very much this solved my issue.

    But now I have an other issue :

    (Do not mind the name of my folder I'm using python 2.6.6)

    On the 1 screen, as u can see I need MYSQLbd dependency to launch my script.

    Attachment not found.

    I download the mysql-python1.2.3

    On the 2 screen I install the dependency to launch the setup.py of mysqldb

    Attachment not found.

    On the 3 screen I have an error, and I don't understand.

    Attachment not found.

    Thx in advance.
    1.jpg 40.7K
    2.jpg 93.6K
    3.jpg 62.2K
  • Problem solved I succeeded to install mysqldb for python using this windows installer :

    MySQL-python Windows 64bit and 32bit distributions | codegood

    Thx very much for your help.