for assembly macro for PPC Linux
platforms.
Many thanks to all contributors!
[1] http://opensource.hyves.org/concurrence/
[2] http://eventlet.net/
[3] http://www.gevent.org/
--
Cheers
Ralf Schmitt
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I've just uploaded pypiserver 1.1.1 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just 'pip install pypiserver'). It
doesn't have any external depende
Hi,
I've just uploaded pypiserver 1.1.2 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just 'pip install pypiserver'). It
doesn't have any external depende
Hi,
I've just released bbfreeze 1.1.2. The code is available from pypi
https://pypi.python.org/pypi/bbfreeze/
or from github
https://github.com/schmir/bbfreeze
bbfreeze creates stand-alone executables from python scripts. It's
similar in purpose to the well known py2exe for windows, py2ap
Fábio Santos writes:
> Seems like it has awesome features, but py3k is really important to me. Is
> this on your roadmap?
Sorry, I don't have a need for python 3 and also don't have a roadmap.
--
Cheers
Ralf
--
http://mail.python.org/mailman/listinfo/python-list
/
[3] http://www.gevent.org/
--
Cheers
Ralf Schmitt
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I've just uploaded pypiserver 0.6.1 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just easy_install pypiserver). It
doesn't have any external dependen
Hi,
I've just uploaded pypiserver 1.0.0 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just 'pip install pypiserver'). It
doesn't have any external depende
Hi,
I've just uploaded pypiserver 1.0.1 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just 'pip install pypiserver'). It
doesn't have any external depende
://www.gevent.org/
--
Cheers
Ralf Schmitt
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I've just uploaded pypiserver 0.5.1 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just easy_install pypiserver). It
doesn't have any external dependen
Hi,
I've just uploaded pypiserver 0.5.2 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just easy_install pypiserver). It
doesn't have any external dependen
Hi,
I've just uploaded pypiserver 0.6.0 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just easy_install pypiserver). It
doesn't have any external dependen
Hi,
I've just uploaded pypiserver 1.1.5 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just 'pip install pypiserver'). It
doesn't have any external depende
Hi,
I've just uploaded pypiserver 0.3.0 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just easy_install pypiserver). It
doesn't have any external dependen
Hi,
I've just uploaded pypiserver 0.4.0 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just easy_install pypiserver). It
doesn't have any external dependen
Hi,
I've just uploaded pypiserver 0.5.0 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just easy_install pypiserver). It
doesn't have any external dependen
build dependencies patch from flub.
* #21 - Can't pass parent=None to greenlet.greenlet()
[1] http://opensource.hyves.org/concurrence/
[2] http://eventlet.net/
[3] http://www.gevent.org/
--
Cheers
Ralf Schmitt
--
http://mail.python.org/mailman/listinfo/python-list
x64 windows
* Add a test for greenlet C++ exceptions
* Fix compilation on Solaris with SunStudio
[1] http://opensource.hyves.org/concurrence/
[2] http://eventlet.net/
[3] http://www.gevent.org/
--
Cheers
Ralf Schmitt
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I've just uploaded pypiserver 1.1.0 to the python package index.
pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.
pypiserver is easy to install (i.e. just 'pip install pypiserver'). It
doesn't have any external depende
Schüle Daniel schrieb:
> hello NG,
>
> consider this code
>
> >>> def timelogger(f):
> ... def wrapper(*a,**kw):
> ... print "started at %s" % time.ctime()
> ... t0 = time.time()
> ... f(*a, **kw)
> ... t1 = time.time()
> ... print
Neal Becker wrote:
Any ideas on this?
bb-freeze test5-coded-pre.py
x86_64.egg/bbfreeze/eggutil.py", line 132, in copyDistribution
raise RuntimeError("setup.py not found for development egg")
RuntimeError: setup.py not found for development egg
Can you try the latest bbfreeze version f
Hi all,
I uploaded bbfreeze 0.96.5 to the python package index.
bbfreeze creates standalone executables from python scripts (similar to
py2exe).
bbfreeze works on windows and unix-like operating systems (no OS X
unfortunately).
bbfreeze is able to freeze multiple scripts, handle egg files and
23 matches
Mail list logo