Re: [Twisted-Python] twisted site should link to tx site ...

2011-02-10 Thread Lucas Taylor
On Feb 10, 2011, at 1:24 PM, Stephen Waterbury wrote: This url should really be linked either from Twisted's main page or at the very least on the "Twisted Community" page: https://launchpad.net/tx It is linked from here, with a description: http://twistedmatrix.com/trac/wiki/ProjectsUsingT

Re: [Twisted-Python] twisted site should link to tx site ...

2011-02-10 Thread Stephen Waterbury
On 02/11/2011 12:11 AM, Glyph Lefkowitz wrote: > > On Feb 10, 2011, at 3:24 PM, Stephen Waterbury wrote: > >> This url should really be linked either from Twisted's main page >> or at the very least on the "Twisted Community" page: >> >> https://launchpad.net/tx >> >> Lots of tx stuff that's not in

Re: [Twisted-Python] twisted site should link to tx site ...

2011-02-10 Thread Glyph Lefkowitz
On Feb 10, 2011, at 3:24 PM, Stephen Waterbury wrote: > This url should really be linked either from Twisted's main page > or at the very least on the "Twisted Community" page: > > https://launchpad.net/tx > > Lots of tx stuff that's not in PyPI, etc ... sheesh! Also, > if you do a search on "

Re: [Twisted-Python] OT: Languages (was Re: twisted can't find internet module)

2011-02-10 Thread Stefano Debenedetti
Yaroslav Fedevych wrote: > Therefore, it's essential that everyone on the list sticks to its ligua > franca if at all possible... yeah! Except that I would call it "Koine" rather than "lingua franca" but other than that http://en.wikipedia.org/wiki/Koine_Greek ;) ciao ste p.s. "...it's a

Re: [Twisted-Python] twisted can't find internet module

2011-02-10 Thread Laurens Van Houtven
Do you have a file called twisted.py somewhere? What's import twisted; print twisted.__file__ do? cheers lvh ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] twisted site should link to tx site ...

2011-02-10 Thread Stephen Waterbury
This url should really be linked either from Twisted's main page or at the very least on the "Twisted Community" page: https://launchpad.net/tx Lots of tx stuff that's not in PyPI, etc ... sheesh! Also, if you do a search on "tx" in the twisted site "search" it says "search query too short", and

Re: [Twisted-Python] twisted can't find internet module

2011-02-10 Thread Tom Davis
On Thu, Feb 10, 2011 at 1:14 PM, Glyph Lefkowitz wrote: > On Feb 10, 2011, at 8:08 AM, Stephen Thorne wrote: > > I am also very curious about the nature of the "problem horse", as > > google translate suggests the first response is about. :-) > > > I did not use google translate, but I was wonderi

Re: [Twisted-Python] twisted can't find internet module

2011-02-10 Thread Glyph Lefkowitz
On Feb 10, 2011, at 8:08 AM, Stephen Thorne wrote: >> I am also very curious about the nature of the "problem horse", as >> google translate suggests the first response is about. :-) > > I did not use google translate, but I was wondering why horses were > mentioned in the discussion as well. S

Re: [Twisted-Python] twisted can't find internet module

2011-02-10 Thread Stephen Thorne
On 2011-02-10, Glyph Lefkowitz wrote: > On Feb 10, 2011, at 4:52 AM, Yaroslav Fedevych wrote: > > > On Feb 10, 2011, at 11:38 AM, 杨振宇 wrote: > > > >> 既然用中文了。 > >> 你是以哪一种方式安装twisted的?具体的环境是?>_< > > > > Sorry for dropping in, but, when the problem is ultimately solved, > > can you post the summary

[Twisted-Python] OT: Languages (was Re: twisted can't find internet module)

2011-02-10 Thread Yaroslav Fedevych
On Feb 10, 2011, at 12:46 PM, Glyph Lefkowitz wrote: > On Feb 10, 2011, at 4:52 AM, Yaroslav Fedevych wrote: > >> On Feb 10, 2011, at 11:38 AM, 杨振宇 wrote: >> >>> 既然用中文了。 >>> 你是以哪一种方式安装twisted的?具体的环境是?>_< >> >> Sorry for dropping in, but, when the problem is ultimately solved, can you >> post

Re: [Twisted-Python] twisted can't find internet module

2011-02-10 Thread Glyph Lefkowitz
On Feb 10, 2011, at 4:52 AM, Yaroslav Fedevych wrote: > On Feb 10, 2011, at 11:38 AM, 杨振宇 wrote: > >> 既然用中文了。 >> 你是以哪一种方式安装twisted的?具体的环境是?>_< > > Sorry for dropping in, but, when the problem is ultimately solved, can you > post the summary in English? > > I don't know a word in Chinese, for e

Re: [Twisted-Python] twisted can't find internet module

2011-02-10 Thread Glyph Lefkowitz
On Feb 10, 2011, at 4:10 AM, 唐东军 wrote: > I use xp,python 2.5.5,twisted 10.2.0 for py2.5 > code: > from twisted.internet import reactor > reactor.run() > > I save the code named 1.py.while I run 1.py,give me the error: > ImportError: No module named internet > > who can give me a help? The er

Re: [Twisted-Python] twisted can't find internet module

2011-02-10 Thread Yaroslav Fedevych
On Feb 10, 2011, at 11:38 AM, 杨振宇 wrote: > 既然用中文了。 > 你是以哪一种方式安装twisted的?具体的环境是?>_< Sorry for dropping in, but, when the problem is ultimately solved, can you post the summary in English? I don't know a word in Chinese, for example. And you certainly wouldn't feel very good if I started replyin

Re: [Twisted-Python] twisted can't find internet module

2011-02-10 Thread 杨振宇
既然用中文了。 你是以哪一种方式安装twisted的?具体的环境是?>_< 头太晕 编写: >你这报错是路径问题。把你的环境搞清晰一些,马就能找到问题原因。 > >2011/2/10 唐东军 > >> I use xp,python 2.5.5,twisted 10.2.0 for py2.5 >> code: >> from twisted.internet import reactor >> reactor.run() >> >> I save the code named 1.py.while I run 1.py,give me the error: >> ImportErro

Re: [Twisted-Python] twisted can't find internet module

2011-02-10 Thread 头太晕
你这报错是路径问题。把你的环境搞清晰一些,马就能找到问题原因。 2011/2/10 唐东军 > I use xp,python 2.5.5,twisted 10.2.0 for py2.5 > code: > from twisted.internet import reactor > reactor.run() > > I save the code named 1.py.while I run 1.py,give me the error: > ImportError: No module named internet > > who can give me a help? > >

[Twisted-Python] twisted can't find internet module

2011-02-10 Thread 唐东军
I use xp,python 2.5.5,twisted 10.2.0 for py2.5 code: from twisted.internet import reactor reactor.run() I save the code named 1.py.while I run 1.py,give me the error: ImportError: No module named internet who can give me a help?___ Twisted-Python mail