Your right, Tarek. This is much more sane. Many thanks for the advice.
Regards,
David
Tarek Ziadé wrote:
> On Fri, Apr 18, 2008 at 3:11 PM, David Pratt <[EMAIL PROTECTED]> wrote:
>> It looks like what I should be doing is subclassing Command from
>> setuptools, then pa
It looks like what I should be doing is subclassing Command from
setuptools, then passing in user options. I'll be trying a few things
out this way but any additional info would be helpful. Many thanks.
Regards,
David
David Pratt wrote:
> Hi. What would be the best way of program
Hi. What would be the best way of programatically making eggs as opposed
to python setup.py bdist_egg sdist on the command line. Many thanks.
___
Distutils-SIG maillist - Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig
Hi Raphael. Indeed, I exported my sources instead of checking them out
of svn so it did not add the files to the egg since they were no longer
under version control. Many thanks for pointing this out.
Regards,
David
Raphael Ritz wrote:
> David Pratt schrieb:
>> I've got sort of a
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 register bdist_egg sdist upload
I thought
Many thanks for this Phillip. I'll give this a try.
Regards,
David
Phillip J. Eby wrote:
> At 05:49 PM 12/14/2006 -0400, David Pratt wrote:
>> Hi. I'd like to produce an egg by compiling swig code for a particular
>> platform. Can someone advise a blueprint for this. M
Hi. I'd like to produce an egg by compiling swig code for a particular
platform. Can someone advise a blueprint for this. Many thanks.
Regards,
David
___
Distutils-SIG maillist - Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distuti
Hi. I am trying to get my head around using buildout with both private
and public repositories. So my questions relate to a way to organize my
svn in a better way for eggification and construction of a simple
sandbox to keep my svn checkouts together in a consistent and portable
way. The goal i