Results 1 to 5 of 5

Thread: ImportError : Icepy.dll

  1. #1
    Adraesh is offline Registered User
    Name: JACQUIN Thomas
    Organization: Praetorians-fs
    Project: Authentificator phpBB3 using python and ice
    Join Date
    Sep 2011
    Posts
    4

    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

    Code:
    Import Icepy
    ImporError : DLL load failed: %1 is not a valid win32 application.
    PS : Sorry for my english, i'm french.

    Thx in advance.

  2. #2
    Adraesh is offline Registered User
    Name: JACQUIN Thomas
    Organization: Praetorians-fs
    Project: Authentificator phpBB3 using python and ice
    Join Date
    Sep 2011
    Posts
    4
    Nobody has any idea of the issue ?

    Maybe I have not given enough informations ?

    Thx in advance.

  3. #3
    mes's Avatar
    mes
    mes is online now ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,445
    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

  4. #4
    Adraesh is offline Registered User
    Name: JACQUIN Thomas
    Organization: Praetorians-fs
    Project: Authentificator phpBB3 using python and ice
    Join Date
    Sep 2011
    Posts
    4
    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.

    1.jpg

    I download the mysql-python1.2.3

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

    2.jpg

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

    3.jpg

    Thx in advance.
    Last edited by Adraesh; 09-21-2011 at 08:03 PM.

  5. #5
    Adraesh is offline Registered User
    Name: JACQUIN Thomas
    Organization: Praetorians-fs
    Project: Authentificator phpBB3 using python and ice
    Join Date
    Sep 2011
    Posts
    4
    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. IcePy 3.3.0 on openSUSE 11.0
    By pjtait in forum Help Center
    Replies: 0
    Last Post: 10-03-2008, 09:39 PM
  2. Replies: 3
    Last Post: 05-02-2007, 09:51 AM
  3. IcePy and shutdown
    By alexm in forum Help Center
    Replies: 6
    Last Post: 04-20-2006, 10:59 PM
  4. about icepy.py
    By code in forum Help Center
    Replies: 2
    Last Post: 06-12-2005, 03:26 PM
  5. IcePy on AIX?
    By zephyr007 in forum Help Center
    Replies: 1
    Last Post: 03-11-2005, 03:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •