Hi!

Daniel Henninger schrieb:
>> Daniel Henninger schrieb:
>>> I don't ever recommend using the SVN version unless you are
>>> readytodeal with potential problems and ideally report bugs. =)
>>> SVNisundergoing a lot of reworkings at the moment and is
>>> "notguaranteedto be stable".
>>
>> Yeah I know. But the last stable release is really rusted ;-) andit
>> lacks some nice features.
> 
> It sure is =D

;-) BTW: When will the next stable version be released?

>> And I hoped that the bugs were more hidden. I don't thought that
>> anobvious error like this would hide in this version.
> 
> I don't treat SVN as "should be able to function properly". I moreor
> less treat it as a version change tracker and a offsite copy of mycode. =)

Okay. Good to know.

> When did you check out SVN btw, I never finished my thoughtearlier . . .
> what actual release are you at? (svn release) r129should have fixed the
> outgoing message thing. (and in fact I testedit and it seems fine)

I don't know the version (how can I see it?) but I fetched the file on
3rd February at 6:48 GMT+1 I fetched it not per svn but with the link
named "[Download]" (for the svn) on
<http://blathersource.org/project.php?projid=pyicq-t>

The one I fetched now has the following problem:

---------------------------------------------------------------
vl14s23:/usr/local/pyicq-t-svn# python PyICQt.py
/usr/lib/python2.3/site-packages/twisted/words/__init__.py:21:
UserWarning: twisted.words will be undergoing a rewrite at some point in
the future.
  warnings.warn("twisted.words will be undergoing a rewrite at some
point in the future.")
Traceback (most recent call last):
  File "PyICQt.py", line 11, in ?
    import main
  File "/usr/local/pyicq-t-svn/src/main.py", line 4, in ?
    import exception
  File "/usr/local/pyicq-t-svn/src/exception.py", line 6, in ?
    import debug
  File "/usr/local/pyicq-t-svn/src/debug.py", line 7, in ?
    import utils
  File "/usr/local/pyicq-t-svn/src/utils.py", line 12, in ?
    from twisted.words.protocols.jabber import client, jid
ImportError: No module named protocols.jabber
vl14s23:/usr/local/pyicq-t-svn#
---------------------------------------------------------------

I really guess I should stick with the 0.6 and should try to get it to
work with twistd. ;-)

Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3587 bytes
Desc: S/MIME Cryptographic Signature
Url : 
http://modevia.com/pipermail/py-transports/attachments/20060204/a398bc03/smime.bin
From [EMAIL PROTECTED]  Sat Feb  4 00:28:25 2006
From: [EMAIL PROTECTED] (Daniel Henninger)
Date: Sat Feb  4 00:28:34 2006
Subject: [py-transports] PyICQ-t subversion 03.02. - can't send messages
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

>>> Yeah I know. But the last stable release is really rusted ;-) andit
>>> lacks some nice features.
>> It sure is =D
>
> ;-) BTW: When will the next stable version be released?

When I'm ready to release it.  =P


>>> And I hoped that the bugs were more hidden. I don't thought that
>>> anobvious error like this would hide in this version.
>>
>> I don't treat SVN as "should be able to function properly". I moreor
>> less treat it as a version change tracker and a offsite copy of  
>> mycode. =)
>
> Okay. Good to know.
>
>> When did you check out SVN btw, I never finished my  
>> thoughtearlier . . .
>> what actual release are you at? (svn release) r129should have  
>> fixed the
>> outgoing message thing. (and in fact I testedit and it seems fine)
>
> I don't know the version (how can I see it?) but I fetched the file on
> 3rd February at 6:48 GMT+1 I fetched it not per svn but with the link
> named "[Download]" (for the svn) on
> <http://blathersource.org/project.php?projid=pyicq-t>
>
> The one I fetched now has the following problem:
>
> ---------------------------------------------------------------
> vl14s23:/usr/local/pyicq-t-svn# python PyICQt.py
> /usr/lib/python2.3/site-packages/twisted/words/__init__.py:21:
> UserWarning: twisted.words will be undergoing a rewrite at some  
> point in
> the future.
>   warnings.warn("twisted.words will be undergoing a rewrite at some
> point in the future.")
> Traceback (most recent call last):
>   File "PyICQt.py", line 11, in ?
>     import main
>   File "/usr/local/pyicq-t-svn/src/main.py", line 4, in ?
>     import exception
>   File "/usr/local/pyicq-t-svn/src/exception.py", line 6, in ?
>     import debug
>   File "/usr/local/pyicq-t-svn/src/debug.py", line 7, in ?
>     import utils
>   File "/usr/local/pyicq-t-svn/src/utils.py", line 12, in ?
>     from twisted.words.protocols.jabber import client, jid
> ImportError: No module named protocols.jabber
> vl14s23:/usr/local/pyicq-t-svn#
> ---------------------------------------------------------------
>
> I really guess I should stick with the 0.6 and should try to get it to
> work with twistd. ;-)

I have no intention of getting it to work with twistd.  Not  
particularly a fan of it.  =)

Daniel

>
> Michael
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to