Re: [Twisted-Python] TAP howto: doesn't appear to cover installation

2012-08-04 Thread Glyph
Le Aug 3, 2012 à 11:39 PM, Duncan McGreggor a écrit : > I think that this is the following Stack Overflow question: > > http://stackoverflow.com/questions/7275295/how-do-i-write-a-setup-py-for-a-twistd-twisted-plugin-that-works-with-setuptools > > That's a great link; the main solution solves

Re: [Twisted-Python] TAP howto: doesn't appear to cover installation

2012-08-04 Thread Duncan McGreggor
On Sat, Aug 4, 2012 at 3:56 AM, wrote: > On 06:39 am, duncan.mcgreg...@gmail.com wrote: > >On Fri, Aug 3, 2012 at 7:52 PM, Glyph wrote: > >> > >>Le Aug 3, 2012 à 11:09 AM, Duncan McGreggor > >> > >>a écrit : > >> > >>On Fri, Aug 3, 2012 at 10:13 AM, Laurens Van Houtven <_...@lvh.cc> wrote: > >>

Re: [Twisted-Python] TAP howto: doesn't appear to cover installation

2012-08-04 Thread exarkun
On 06:39 am, duncan.mcgreg...@gmail.com wrote: >On Fri, Aug 3, 2012 at 7:52 PM, Glyph wrote: >> >>Le Aug 3, 2012 à 11:09 AM, Duncan McGreggor >> >>a écrit : >> >>On Fri, Aug 3, 2012 at 10:13 AM, Laurens Van Houtven <_...@lvh.cc> wrote: >> >>Hi, >> >>I'm reading the tap how to: >>http://twistedmat

Re: [Twisted-Python] TAP howto: doesn't appear to cover installation

2012-08-03 Thread Duncan McGreggor
On Fri, Aug 3, 2012 at 7:52 PM, Glyph wrote: > > Le Aug 3, 2012 à 11:09 AM, Duncan McGreggor > a écrit : > > On Fri, Aug 3, 2012 at 10:13 AM, Laurens Van Houtven <_...@lvh.cc> wrote: > > Hi, > > I'm reading the tap how to: > http://twistedmatrix.com/documents/current/core/howto/tap.html > > In t

Re: [Twisted-Python] TAP howto: doesn't appear to cover installation

2012-08-03 Thread Laurens Van Houtven
On 04 Aug 2012, at 04:52, Glyph wrote: > I think that this is the following Stack Overflow question: > > http://stackoverflow.com/questions/7275295/how-do-i-write-a-setup-py-for-a-twistd-twisted-plugin-that-works-with-setuptools Thanks! > There are some issues with the answer there, as noted i

Re: [Twisted-Python] TAP howto: doesn't appear to cover installation

2012-08-03 Thread Glyph
Le Aug 3, 2012 à 11:09 AM, Duncan McGreggor a écrit : > On Fri, Aug 3, 2012 at 10:13 AM, Laurens Van Houtven <_...@lvh.cc> wrote: >> Hi, >> >> I'm reading the tap how to: >> http://twistedmatrix.com/documents/current/core/howto/tap.html >> >> In the conclusion, it says: >> >> • Use it from

Re: [Twisted-Python] TAP howto: doesn't appear to cover installation

2012-08-03 Thread Duncan McGreggor
On Fri, Aug 3, 2012 at 10:13 AM, Laurens Van Houtven <_...@lvh.cc> wrote: > Hi, > > I'm reading the tap how to: > http://twistedmatrix.com/documents/current/core/howto/tap.html > > In the conclusion, it says: > > • Use it from your development environment > • Install it correctly and use it in dep

[Twisted-Python] TAP howto: doesn't appear to cover installation

2012-08-03 Thread Laurens Van Houtven
Hi, I'm reading the tap how to: http://twistedmatrix.com/documents/current/core/howto/tap.html In the conclusion, it says: • Use it from your development environment • Install it correctly and use it in deployment I can get it to work from my development environment, but I can't find anything