already running.
How is this different from the zc.lockfile package?
http://pypi.python.org/pypi/zc.lockfile/
-srid
--
http://mail.python.org/mailman/listinfo/python-list
app/
$ python setup.py sdist register upload
That's all you need to do .. to have your "myapp" project uploaded to
PyPI. From now onwards, anyone connected to the internet will be able
to run "pip install myapp" to get your package.
For more details, may I suggest you to r
orks/Python.framework/Versions/2.6/lib/
> python2.6/site-packages/setuptools-0.6c11-py2.6.egg/setuptools/
> sandbox.py", line 105, in run
> File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
> python2.6/site-packages/setuptools-0.6c11-py2.6.egg/setuptools/
> sandbox.py", line 64, in
> File "setup.py", line 119, in
>
> File "/tmp/easy_install-r2obQa/lxml-2.2.3/setupinfo.py", line 51, in
> ext_modules
> TypeError: build_libxml2xslt() got an unexpected keyword argument
> 'libiconv_version'
https://bugs.launchpad.net/lxml/+bug/480225
-srid
--
http://mail.python.org/mailman/listinfo/python-list
es will be installed:
lxml-2.2.2
Get: [pypm.activestate.com] lxml 2.2.2-2
Installing lxml-2.2.2
$ python -c "import lxml; print lxml.__file__"
/Users/sridharr/.local/lib/python2.6/site-packages/lxml/__init__.py
$
-srid
On Nov 11, 4:49 am, 7stud wrote:
> I'm trying to installlxml
on our
side (if the package is popular) or the package authors can fix it
themselves.
As for installing from a URL, you may use easy_install (included in
ActivePython). For .tar.gz and dir/, run 'python setup.py install'
manually.
HTH.
-srid
PS: You can pass -vv option to see t
PyPM is now released!
http://groups.google.com/group/comp.lang.python/browse_thread/thread/e9efdedf264a3b8a
On Oct 1, 4:42 am, flebber wrote:
> On Oct 1, 11:28 am, srid wrote:
>
>
>
>
>
> > On Sep 30, 4:51 pm, Robert Hicks wrote:
>
> > > I am just curio
- a new release of ActivePython-2.6 will be
made available that will include, for the first time, a new Python
package manager (PyPM) from ActiveState that makes it easier to
install packages from pypi.python.org (without having to compile them
yourself). This is similar to PPM from ActivePe