Re: egg and modpython

2006-09-13 Thread Paul Boddie
Bruno Desthuilliers wrote: > > AFAIK, jar files don't include native dynamic libs... But I'm not a Java > expert (happily forgot most of what I used to know about this language). I can't be bothered to read the specification to say what is allowed in .jar files, but .war files frequently get unpac

Re: egg and modpython

2006-09-12 Thread Bruno Desthuilliers
Paul Boddie wrote: > Bruno Desthuilliers wrote: >> eggs are the Python's equivalent to Java's JAR, not a RPM-like. I said >> it was not an egg-specific issue (which is not totally accurate) because >> it mostly have to do with loading dynamic libs (.so, .dll etc) from >> zipped files. > > True. It

Re: egg and modpython

2006-09-12 Thread Paul Boddie
Bruno Desthuilliers wrote: > > eggs are the Python's equivalent to Java's JAR, not a RPM-like. I said > it was not an egg-specific issue (which is not totally accurate) because > it mostly have to do with loading dynamic libs (.so, .dll etc) from > zipped files. True. It is notable that various Ja

Re: egg and modpython

2006-09-12 Thread Bruno Desthuilliers
Paul Boddie wrote: > Bruno Desthuilliers wrote: >> Wensheng a écrit : >>> I installed pysqlite2 using easy_install. >>> and got this when using it from modpython: >>> -- >>> Mod_python error: "PythonHand

Re: egg and modpython

2006-09-11 Thread Wensheng
Paul Boddie wrote: > Bruno Desthuilliers wrote: > > Wensheng a écrit : > > > I installed pysqlite2 using easy_install. > > > and got this when using it from modpython: > > > -- > > > Mod_python error: "

Re: egg and modpython

2006-09-11 Thread Damjan
> I applaud you for studying the traceback in more depth than I can find > the motivation for, Bruno. ;-) However, this looks like a program using > some package installed by setuptools/easy_install needs to unpack that > package when running. See news:[EMAIL PROTECTED] -- damjan -- http://mail

Re: egg and modpython

2006-09-11 Thread Paul Boddie
Bruno Desthuilliers wrote: > Wensheng a écrit : > > I installed pysqlite2 using easy_install. > > and got this when using it from modpython: > > -- > > Mod_python error: "PythonHandler etc.modpython" [.

Re: egg and modpython

2006-09-10 Thread Bruno Desthuilliers
Wensheng a écrit : > I installed pysqlite2 using easy_install. > and got this when using it from modpython: > -- > Mod_python error: "PythonHandler etc.modpython" > > Traceback (most recent call last):

egg and modpython

2006-09-08 Thread Wensheng
I installed pysqlite2 using easy_install. and got this when using it from modpython: -- Mod_python error: "PythonHandler etc.modpython" Traceback (most recent call last): File "/usr/lib/python2.4/sit