Hi,
I ran the commands and here is the result:
[EMAIL PROTECTED]:~/transports/pyaim-t-0.8/src$ python
Python 2.4.4c1 (#2, Oct 11 2006, 21:51:02)
[GCC 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import twistfix
>>> twistfix.main()
ImportError! You probably forgot to install Twisted Words or Web. Have a
look at the docs. You may also be using an unsupported version of Twisted.
[EMAIL PROTECTED]:~/transports/pyaim-t-0.8/src$ python
Python 2.4.4c1 (#2, Oct 11 2006, 21:51:02)
[GCC 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import twistfix
>>> twistfix.tryTwisted30()
False
>>> twistfix.tryTwisted20()
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/home/jabber/transports/pyaim-t-0.8/src/twistfix/__init__.py", line
45, in tryTwisted20
from twisted.xish.domish import SuxElementStream, Element,
unescapeFromXml
ImportError: No module named xish.domish
>>> twistfix.tryTwisted10()
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/home/jabber/transports/pyaim-t-0.8/src/twistfix/__init__.py", line
64, in tryTwisted10
jid.internJID = jid.intern
AttributeError: 'module' object has no attribute 'intern'
>>>
On Fri, 25 May 2007 17:39:52 +0200, "Norman Rasmussen"
<[EMAIL PROTECTED]> wrote:
> in the src folder run:
> $python
>>>> import twistfix
>>>> twistfix.main()
>
> and if that doesn't work run:
>>>> import twistfix
>>>> twistfix.tryTwisted30()
>>>> twistfix.tryTwisted20()
>>>> twistfix.tryTwisted10()
>
> and see what error each one generates
>
> On 5/25/07, Florian Jensen <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> here is what is showed:
>>
>> >>> import twisted
>> >>> twisted.version
>> Version('twisted', 2, 4, 0)
>> >>> from twisted import words
>> >>> words.version
>> Version('twisted.words', 0, 4, 0)
>> >>>
>>
>> Florian Jensen
>>
>> On Fri, 25 May 2007 16:49:22 +0200, "Norman Rasmussen"
>> <[EMAIL PROTECTED]> wrote:
>> > try running python, and typing (don't type the >>>'s):
>> >>>> import twisted
>> >>>> twisted.version
>> >>>> from twisted import words
>> >>>> words.version
>> >
>> > what does it show?
>> >
>> > On 5/25/07, Florian Jensen <[EMAIL PROTECTED]> wrote:
>> >>
>> >> This is an example:
>> >> [EMAIL PROTECTED]:~/transports/pymsnt-0.11.2$ python PyMSNt.py
>> >> ImportError! You probably forgot to install Twisted Words or Web.
> Have
>> a
>> >> look at the docs. You may also be using an unsupported version of
>> > Twisted.
>> >>
>> >> On Fri, 25 May 2007 15:57:40 +0200, "Norman Rasmussen"
>> >> <[EMAIL PROTECTED]> wrote:
>> >> > On 5/25/07, Florian Jensen <[EMAIL PROTECTED]> wrote:
>> >> >>
>> >> >> I constantly get an Import Error, although all twisted / zope
>> > packages
>> >> > are
>> >> >> installed.
>> >> >>
>> >> >> What can I do?
>> >> >
>> >> >
>> >> > paste that error into an email, so that we can see it too.
>> >> >
>> >> > --
>> >> > - Norman Rasmussen
>> >> > - Email: [EMAIL PROTECTED]
>> >> > - Home page: http://norman.rasmussen.co.za/
>> >> --
>> >> Flosoft.biz / CEK Media Service
>> >> CEK Media Service
>> >> Seestr. 8
>> >> 73773 Aichwald
>> >> Germany
>> >>
>> >> _______________________________________________
>> >> py-transports mailing list
>> >> [email protected]
>> >> http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports
>> >>
>> >
>> >
>> >
>> > --
>> > - Norman Rasmussen
>> > - Email: [EMAIL PROTECTED]
>> > - Home page: http://norman.rasmussen.co.za/
>> --
>> Flosoft.biz / CEK Media Service
>> CEK Media Service
>> Seestr. 8
>> 73773 Aichwald
>> Germany
>>
>> _______________________________________________
>> py-transports mailing list
>> [email protected]
>> http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>
>
>
>
> --
> - Norman Rasmussen
> - Email: [EMAIL PROTECTED]
> - Home page: http://norman.rasmussen.co.za/
--
Flosoft.biz / CEK Media Service
CEK Media Service
Seestr. 8
73773 Aichwald
Germany
_______________________________________________
py-transports mailing list
[email protected]
http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports