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

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

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