i'm doing my final year project with this and i'm using it in the Uni's
accommodation. but nvm... i'm able to find other way outs for that....
but i have another problem when i upgrade to 0.11
previous version i was getting the xish.domish module not found...
but after upgrading to this....
i got the following error...
First i receive a popup saying that i do not have libeay32.dll (i have placed
it in the windows/system and windows/system32 folder....)
then
]We fell back to using select. You may have scalability problems.
This reactor will not support more than 1024 connections +at a time.
You must install pycrypto and pyopenssl.
Traceback (most recent call last):
File "pymsnt.py", line 11, in ?
import main
File "C:\Program Files\wildfire\Transport\pymsnt\src\main.py", line 102, in ?
import session
File "C:\Program Files\wildfire\Transport\pymsnt\src\session.py", line 7, in ?
import legacy
File "C:\Program Files\wildfire\Transport\pymsnt\src\legacy\__init__.py", line
4, in ?
from glue import LegacyConnection, LegacyGroupchat, translateAccount, startS
tats, updateStats, reloadConfig
File "C:\Program Files\wildfire\Transport\pymsnt\src\legacy\glue.py", line 8,
in ?
from tlib import msn
File "C:\Program Files\wildfire\Transport\pymsnt\src\tlib\msn\__init__.py", li
ne 1, in ?
from msnw import MSNConnection, MultiSwitchboardSession
File "C:\Program Files\wildfire\Transport\pymsnt\src\tlib\msn\msnw.py", line 1
4, in ?
from tlib.msn import msn
File "C:\Program Files\wildfire\Transport\pymsnt\src\tlib\msn\msn.py", line 10
4, in ?
from twisted.internet.ssl import ClientContextFactory
File "c:\python24\lib\site-packages\twisted\internet\ssl.py", line 47, in ?
from OpenSSL import SSL
File "C:\Python24\Lib\site-packages\OpenSSL\__init__.py", line 11, in ?
import rand, crypto, SSL, tsafe
ImportError: DLL load failed: The specified procedure could not be found.
Any ideas what i am missing....
Also, i have installed twisted 2.2.0 along with pycrypto2.0.1 and pyOpenSSL0.6.
Please advice. Thank you!
James Bunton <[EMAIL PROTECTED]> wrote: You can't.
Can't you open the firewall to allow outgoing connections on port
5222/3?
---
James
On 15/02/2006, at 8:58 PM, Chee Wei wrote:
> Hi there, I just downloaded webreg-0.4 and tried running on my pc. I
> got this error:
>
> Warning: fsockopen(): unable to connect to jabber.org:5222 in
> C:\Program Files\Apache Group\Apache2\htdocs\webreg\class.jabber.php
> on line 1857
>
> Fatal error: Maximum execution time of 30 seconds exceeded in
> C:\Program Files\Apache Group\Apache2\htdocs\webreg\class.jabber.php
> on line 1857
>
>
> I suspect the cause of this is because i'm behind a firewall.
>
> How do i specify proxy for the fsockopen()?
_______________________________________________
py-transports mailing list
[email protected]
http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
---------------------------------
Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://modevia.com/pipermail/py-transports/attachments/20060217/409553a5/attachment.html
From [EMAIL PROTECTED] Fri Feb 17 19:06:35 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Fri Feb 17 19:06:41 2006
Subject: [py-transports] Re: [jdev] PyMSNt 0.11 release
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
On 2/17/06, Peter Saint-Andre <[EMAIL PROTECTED]> wrote:
> How do you complete the file transfer? In particular, I'm interested in
> whether the JID of the MSN user is a bare JID or a full JID. I've heard
> reports that it's a bare JID, which might cause problems because
> JEP-0065 requires it to be a full JID. I'm willing to modify JEP-0065
> (and proxy65) on this point if required.
File transfers always used to work (with Psi) with a bare jid. Now
however all msn transport users are sending presence from the 'msn'
resource. (It would be fairly neat if it was linked to the msn client
version or something dynamic, but I'm sure that would make coding
harder - James: any chance that the iq:version reply could show that
info?)
To be 100% honest having a resource for each contact make more sence
(it's the way the python yahoo transport has always done it - I was
going to remove it, but I've seen the light), and I'll probably be
adding fixed resources in my irc transport now too.
--
- Norman Rasmussen
- Email: [EMAIL PROTECTED]
- Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED] Fri Feb 17 19:16:03 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Fri Feb 17 19:16:08 2006
Subject: [py-transports] Re: PyMSNt 0.11 release
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
On 2/17/06, Sam Morris <[EMAIL PROTECTED]> wrote:
> > PyMSNt no longer runs under twistd. You execute PyMSNt directly.
> Should the .tac file, and the PyMSNt files not be removed then? :)
Odd: they're not in the svn trunk (deleted in rev 100), but they see
to have made it into the 0.11 tag. (rev 122) Sounds like something
went wierd during the svn branch operation.
--
- Norman Rasmussen
- Email: [EMAIL PROTECTED]
- Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED] Fri Feb 17 21:56:17 2006
From: [EMAIL PROTECTED] (James Bunton)
Date: Fri Feb 17 21:56:51 2006
Subject: [py-transports] Re: PyMSNt 0.11 release
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
On 18/02/2006, at 4:05 AM, Sam Morris wrote:
> Norman Rasmussen wrote:
>> On 2/17/06, Lionel Dricot (aka Ploum) <[EMAIL PROTECTED]> wrote:
>>> "Failed to load application: reactor already installed" :-(
>>>
>>> I don't understand...
>>>
>>> On 17/02/06Failed to load application: reactor already installed,
>>> James
>>> Bunton <[EMAIL PROTECTED]> wrote:
>>>> * Removed annoying twistd stuff
>>
>> PyMSNt no longer runs under twistd. You execute PyMSNt directly.
>
> Should the .tac file, and the PyMSNt files not be removed then? :)
>
> --
> Sam Morris
> http://robots.org.uk/
Yes.
Oops. They weren't meant to be in there.
---
James