Manlio Perillo wrote:
[..]
However, for my web application there is more work to do.
I use Nginx + wsgi module, so I also need to configure Nginx.
The Nginx configuration file is actually a Mako template, since some
parameters (server name, location paths) depends on the deployment type
(devel
Manlio Perillo wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi.
I'm starting to use setuptools for my projects and I have a few questions.
In my web applications, usually I have some scripts that needs to be
installed as cron scripts.
I would like to install them using setuptools, sin
Reinout van Rees wrote:
Hi all,
Hi Reinout,
[..]
Question: how to maintain such a custom index?
http://pypi.python.org/pypi/haufe.eggserver
might be another option,
Raphael
iirc chrism has a script to build an apache-served folder structure from
a bunch of eggs/tarba
Tarek Ziadé wrote:
Hello
As suggested in Catalog-SIG by some people, I would like to propose
the addition of three more fields for 1.2:
"Repository-URL"
A string containing the URL for the package's repository.
Example:
http://svn.python.org/projects/python/trunk/
"Repository-Br
Barry Warsaw wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Jan 29, 2009, at 10:03 AM, Jean-Paul Calderone wrote:
Barry, just have your buildbot do it for you - and not just when you do a
release, but every time you commit. As a bonus, it can then install the
packages and run your te
Amit k. Saha wrote:
On Wed, Jan 14, 2009 at 3:34 PM, Lutz Paelike wrote:
Hey Amit,
a __init__.py file needs to be contained in a folder to make the folder a
package.
I had missed the 'folder' thingy..
Glad you've got a solution that works for you
but IIRC it should be possible to do as you
Sorry guys this wasn't meant to go here.
My apologies :-(
Raphael
Raphael Ritz wrote:
> http://allmydata.org/trac/tahoe
>
> something for the software center?
>
> Raphael
>
> ___
> Distutils-SIG maillist - Di
http://allmydata.org/trac/tahoe
something for the software center?
Raphael
___
Distutils-SIG maillist - Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig
David Pratt schrieb:
> I've got sort of a strange issue with eggs for distribution to pypi. I
> am using the following command to create a egg and send it to pypi and
> it is omitting my .zcml files from the egg somehow.
>
> I export the source from svn and then run:
>
> python setup.py registe