Re: [Twisted-Python] Twisted Python on Nokia E71x (Running the phone Python Interpreter)

2010-03-04 Thread Werner Thie
Hi see my post dated 30.05.2009 18:59 did some experimenting with E61i and twisted pre 8.0 pretty much worked. Now with the problems starting on E61i with the Python releases from 1.97 up to the latest 2.0 (certificate woes) and an extremely shabby implementation of the cam module I lost inter

Re: [Twisted-Python] SSHSessionProcessProtocol.inConnectionLost() behavior and Git over Conch

2010-03-04 Thread Michael Hudson-Doyle
On 4 March 2010 17:46, Bo Shi wrote: > Hi All, > > I've been struggling with this issue off and on for the better part of > a month now.  Having implemented a simple git SSH server using some of > the Conch examples in the official documentation, I encountered an > issue that would cause a git cli

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 6

2010-03-04 Thread Kevin Horn
On Thu, Mar 4, 2010 at 6:10 PM, Michael Hudson-Doyle wrote: > On 5 March 2010 12:31, Kevin Horn wrote: > > On Thu, Mar 4, 2010 at 5:05 PM, wrote: > >> > >> On 10:49 pm, kevin.h...@gmail.com wrote: > >> > > >> > If you look up a class, like "twisted.internet.defer.Deferred" for > >> >example, >

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 6

2010-03-04 Thread Michael Hudson-Doyle
On 5 March 2010 12:31, Kevin Horn wrote: > On Thu, Mar 4, 2010 at 5:05 PM, wrote: >> >> On 10:49 pm, kevin.h...@gmail.com wrote: >> > >> >  If you look up a class, like "twisted.internet.defer.Deferred" for >> >example, >> >  the link looks like this: >> > >> > >> >> > >http://twistedmatrix.com/d

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 6

2010-03-04 Thread Kevin Horn
On Thu, Mar 4, 2010 at 5:05 PM, wrote: > On 10:49 pm, kevin.h...@gmail.com wrote: > > > > If you look up a class, like "twisted.internet.defer.Deferred" for > >example, > > the link looks like this: > > > > > > > http://twistedmatrix.com/documents/current/api/twisted.internet.defer.Deferred.htm

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 6

2010-03-04 Thread exarkun
On 10:49 pm, kevin.h...@gmail.com wrote: > > If you look up a class, like "twisted.internet.defer.Deferred" for >example, > the link looks like this: > > >http://twistedmatrix.com/documents/current/api/twisted.internet.defer.Deferred.html > > Pretty simple right? But if you look up a function o

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Tim Allen
On Thu, Mar 04, 2010 at 01:55:50PM -0500, Glyph Lefkowitz wrote: > Now that our release process is better documented (THANK YOU JML), you > might be able to have a look at > and figure out > where 'setup.py upload' could fit in without uploading a

[Twisted-Python] Lore to Sphinx Conversion Progress Report 6

2010-03-04 Thread Kevin Horn
It's been a while, I know you were all waiting with baited breath... First a few fixes: - Thanks to Tim Allen and Steve Steiner, several theme issues were fixed. This fixes a few minor display bugs and should make pages validate properly. - inline markup will now include child contents. This

[Twisted-Python] Twisted Python on Nokia E71x (Running the phone Python Interpreter)

2010-03-04 Thread Prince Riley
Has anyone experimented with twisted-python on the Nokia E71x or E72 smartphones? Prince Riley ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] IMAP4 Client extrange behavior

2010-03-04 Thread César García
Hello all I have solved this, here are my final functions, I thing to notice is that with twisted 8.2 the one from the debian/ubuntu repos this functions do not work properly, in the other hand, they work just fine with twisted 9 and 10 def selectMailbox(self, mailbox): """ Sele

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Žiga Seilnacht
exar...@twistedmatrix.com wrote: > On 07:54 pm, ziga.seilna...@gmail.com wrote: >> >>I think that easy_install and related tools can be directed to the >>proper download location by providing a Download-URL on the PyPI page. >> >>E.g. the page for Twisted 9.0.0: >>http://pypi.python.org/pypi/Twiste

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread exarkun
On 07:54 pm, ziga.seilna...@gmail.com wrote: >Glyph Lefkowitz wrote: >> >>If someone (perhaps Mark van Lent!) could point us at how to provide >>the correctly structured information to easy_install via PyPI so it >>will _stop_ screen-scraping our website, and just point at the >>correct files, this

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Žiga Seilnacht
Glyph Lefkowitz wrote: > On Mar 4, 2010, at 7:59 AM, Jonathan Lange wrote: >> On Thu, Mar 4, 2010 at 10:45 AM, Mark van Lent >> wrote: >>> Hi everyone! I am a bit puzzled about the way new version of >>> Twisted is released. Or better: the way the old version seems to >>> be taken out of service.

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Glyph Lefkowitz
On Mar 4, 2010, at 1:44 PM, Chris Withers wrote: > exar...@twistedmatrix.com wrote: >> On 04:53 pm, kevin.h...@gmail.com wrote: >>> Is there any particular reason Twisted doesn't upload packages to PyPI >>> itself? >> >> Messing about with web forms is no fun and "setup.py register" has >> issu

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Chris Withers
Jonathan Lange wrote: > I don't know how the PyPI announcement was done (although I'd love > to!), but I think you can announce new versions without > decommissioning old ones. PyPI already does the right thing w.r.t. "hide previous versions" (either way works, it doesn't affect tools like easy_i

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Chris Withers
exar...@twistedmatrix.com wrote: > On 04:53 pm, kevin.h...@gmail.com wrote: >> Is there any particular reason Twisted doesn't upload packages to PyPI >> itself? > > Messing about with web forms is no fun and "setup.py register" has > issues. What issues? I've never had problems with either the r

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Chris Withers
exar...@twistedmatrix.com wrote: > Perhaps easy_install isn't the best way to manage deployments to your > production server? No, but buildout is... However, this process of discovering packages (hit pypi, scrape web pags if the distro isn't on pypi) is the only solution the python community (

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread exarkun
On 04:53 pm, kevin.h...@gmail.com wrote: > >Is there any particular reason Twisted doesn't upload packages to PyPI >itself? Messing about with web forms is no fun and "setup.py register" has issues. Jean-Paul ___ Twisted-Python mailing list Twisted-Py

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Kevin Horn
On Thu, Mar 4, 2010 at 10:31 AM, Glyph Lefkowitz wrote: > > On Mar 4, 2010, at 7:59 AM, Jonathan Lange wrote: > > On Thu, Mar 4, 2010 at 10:45 AM, Mark van Lent > wrote: > > Hi everyone! > > I am a bit puzzled about the way new version of Twisted is released. Or > > better: the way the old versio

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Glyph Lefkowitz
On Mar 4, 2010, at 7:59 AM, Jonathan Lange wrote: > On Thu, Mar 4, 2010 at 10:45 AM, Mark van Lent > wrote: >> Hi everyone! >> I am a bit puzzled about the way new version of Twisted is released. Or >> better: the way the old version seems to be taken out of service. >> Last weeks I've been devel

Re: [Twisted-Python] Twisted 10.0.0 released

2010-03-04 Thread exarkun
On 08:37 am, ch...@simplistix.co.uk wrote: >Jonathan Lange wrote: >> * A new Windows installer that ships without zope.interface > >Interesting, why? The installer is now built using bdist_msi. If there's a way to bundle zope.interface in the MSI, then this might be interesting to pursue. Also

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread exarkun
On 10:45 am, m.van.l...@zestsoftware.nl wrote: >Hi everyone! > >I am a bit puzzled about the way new version of Twisted is released. Or >better: the way the old version seems to be taken out of service. > >Last weeks I've been developing agains version Twisted 9.0.0. Yesterday >I wanted to deploy

Re: [Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Jonathan Lange
On Thu, Mar 4, 2010 at 10:45 AM, Mark van Lent wrote: > Hi everyone! > I am a bit puzzled about the way new version of Twisted is released. Or > better: the way the old version seems to be taken out of service. > Last weeks I've been developing agains version Twisted 9.0.0. Yesterday I > wanted to

[Twisted-Python] Twisted 9.0.0?

2010-03-04 Thread Mark van Lent
Hi everyone! I am a bit puzzled about the way new version of Twisted is released. Or better: the way the old version seems to be taken out of service. Last weeks I've been developing agains version Twisted 9.0.0. Yesterday I wanted to deploy my code to my production server, but to my surprise I

Re: [Twisted-Python] Twisted 10.0.0 released

2010-03-04 Thread Chris Withers
Jonathan Lange wrote: > * A new Windows installer that ships without zope.interface Interesting, why? Is zope.interface not used/required anymore? If so, why is it shipping in the non-windows version? FWIW, zope.interface: - has binaries available for windows - has pure python fall-backs for whe