ImportError: /usr/lib/python2.4/site-packages/_xmlplus/parsers/pyexpat.so: undefined symbol: PyUnicodeUCS4_Decode

2007-09-27 Thread Amal
When I am compiling some code, I am getting the following the above mentioned error. So how can i go about solving this issue. Should I recompile python using -enable-unicode=UCS4 option. Is there no other way to solve this issue. Amal. -- http://mail.python.org/mailman/listinfo/python-list

Re: Cheese shop (was Re: python2.4/site-packages)

2005-08-12 Thread Tim Churches
Michael Hoffman wrote: >Ben Finney wrote: > > > >>Conversely, PyPI is a dull name with no obvious pronunciation, thus >>difficult to remember; whereas Cheese Shop is a short phrase (that can >>be translated), is easy to remember and has easy analogies to its >>actual function. >> >> > >A pla

Re: Cheese shop (was Re: python2.4/site-packages)

2005-08-12 Thread Michael Hoffman
Ben Finney wrote: > Conversely, PyPI is a dull name with no obvious pronunciation, thus > difficult to remember; whereas Cheese Shop is a short phrase (that can > be translated), is easy to remember and has easy analogies to its > actual function. A place you visit where you can never find what y

Re: Cheese shop (was Re: python2.4/site-packages)

2005-08-12 Thread Ben Finney
Erik Max Francis <[EMAIL PROTECTED]> wrote: > I came across the change a good while back in my Web referrals, not > having heard of it except passively. PyPI was a simple, clear, > unambiguous name; Cheese Shop is just a silly name for no purpose. Conversely, PyPI is a dull name with no obvious p

Re: Cheese shop (was Re: python2.4/site-packages)

2005-08-12 Thread Erik Max Francis
Michael Hoffman wrote: > I have but I've never heard of PyPI's name being changed? I can only > find an announcement on Slashdot? I came across the change a good while back in my Web referrals, not having heard of it except passively. PyPI was a simple, clear, unambiguous name; Cheese Shop is

Cheese shop (was Re: python2.4/site-packages)

2005-08-12 Thread Michael Hoffman
Lucas Raab wrote: > Michael Hoffman wrote: >> http://www.python.org/pypi >> >> This used to be called the Python Package index but is now the Python >> Cheese Shop? Huh??? > > You've never heard the Cheese Shop Sketch by Monty Python?? I have but I've never heard of PyPI's name being changed? I

Re: python2.4/site-packages

2005-08-11 Thread Lucas Raab
Michael Hoffman wrote: > Srinivasan TK wrote: > >> Now ,Is it mandatory that I build the third-party >> packages ( python2.4/site-packages) . > > > Only if you want to use them. Really, no. > >> If so is there a >> list that needs to be built and i

Re: python2.4/site-packages

2005-08-11 Thread Michael Hoffman
Srinivasan TK wrote: > Now ,Is it mandatory that I build the third-party > packages ( python2.4/site-packages) . Only if you want to use them. Really, no. > If so is there a > list that needs to be built and installed . There is a list of them packages which you MAY install

python2.4/site-packages

2005-08-11 Thread Srinivasan TK
All, I have been successful in build/install of python2.4 on AIX. Now ,Is it mandatory that I build the third-party packages ( python2.4/site-packages) .If so is there a list that needs to be built and installed . Please advise