[egenix-users]

Y Tu ytu888 at hotmail.com
Mon Oct 1 09:54:48 CEST 2007


Thank you very much Charlie, for the prompt answer.
With the command you suggested, it seems work, at least no error message showed. However, when I tested with the import statement at the Python prompt, I got the following error. What's wrong? Thanks.

leesComputer:/applications/Python_Bio/egenix-mx-base-3.0.0.macosx-10.3-fat-py2.5_ucs4.prebuilt lee$ python
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) 
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from mx import TextTools
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/mx/TextTools/__init__.py", line 8, in <module>
    from TextTools import *
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/mx/TextTools/TextTools.py", line 13, in <module>
    from mxTextTools import *
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/mx/TextTools/mxTextTools/__init__.py", line 8, in <module>
    from mxTextTools import *
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/mx/TextTools/mxTextTools/mxTextTools.so, 2): Symbol not found: __PyUnicodeUCS4_ToLowercase
  Referenced from: /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/mx/TextTools/mxTextTools/mxTextTools.so
  Expected in: dynamic lookup


> Date: Mon, 1 Oct 2007 15:39:17 +0200
> To: ytu888 at hotmail.com; egenix-users at egenix.com
> Subject: Re: [egenix-users]
> From: charlie at egenix.com
> 
> Am 01.10.2007, 15:35 Uhr, schrieb Y Tu <ytu888 at hotmail.com>:
> 
> > Hi,
> > I'm a newbie for the Python and wanna install Biopython on my new  
> > MacBook Pro (intel chip). As a requirement of BioPytbon, I downloaded  
> > and installed mxtext tool. However, I got the following error message.  
> > Could someone help me to fix the problem? Thank you very much.
> 
> > lizhexu$ sudo python setup.py install
> 
> Dear Y,
> 
> the mx tools are already compiled which is why you get the error.
> 
> sudo python setup.py build --skip install
> 
> is correct even it looks strange
> 
> Charlie
> -- 
> Charlie Clark
> eGenix.com
> 
> Professional Python Services directly from the Source
> >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
> >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
> >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
> ________________________________________________________________________
> 
> :::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::
> 
>      eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
>      D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
>             Registered at Amtsgericht Duesseldorf: HRB 46611

_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us-------------- next part --------------
An HTML attachment was scrubbed...
URL: /mailman-archives/egenix-users/attachments/20071001/8de9d91a/attachment.htm


More information about the egenix-users mailing list