← Back to team overview

agesys-dev team mailing list archive

[Bug 911897] [NEW] Tried Installing on MacOSX Lion via easy_install and It Fails to Import

 

Public bug reported:

It succeeds in installing, but when I attempt to import it, I get this
error:

Python 2.7.2 (default, Nov 11 2011, 00:38:38) 
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import oursql
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: dynamic module does not define init function (initoursql)

** Affects: oursql
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Agesys
Team, which is subscribed to oursql.
https://bugs.launchpad.net/bugs/911897

Title:
  Tried Installing on MacOSX Lion via easy_install and It Fails to
  Import

Status in oursql:
  New

Bug description:
  It succeeds in installing, but when I attempt to import it, I get this
  error:

  Python 2.7.2 (default, Nov 11 2011, 00:38:38) 
  [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)] on darwin
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import oursql
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
  ImportError: dynamic module does not define init function (initoursql)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oursql/+bug/911897/+subscriptions


Follow ups

References