Installing PyMSNT on Wildfire running Win 2K3

YES, with psi client I can add MSN contact.

Thanks

Madeleine

Hi bretts

i follow you indication but nothing appear in wildfire.

When i launch pymsnt, all look ok.

I havent go dns, i use my IP may that can come from that.

This is my config.xml :

Thanks for help

Hi Mav,

I havent go dns, i use my IP may that can come from

that.

This is my config.xml :

82.243.255.78

Your , (a documentation error), but in most cases you’‘ll want a private local address. It needs to be an address that’'s directly on the PC where PyMSNt is installed. It should be the localhost address (127.0.0.1) or one of the addresses that display when issuing the “ipconfig” command from the PC where PyMSNt is installed:

C:\Documents and Settings\root>ipconfig

Windows IP Configuration

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :

IP Address. . . . . . . . . . . . : 192.168.0.3

Subnet Mask . . . . . . . . . . . : 255.255.255.0

IP Address. . . . . . . . . . . . : 192.168.0.2 <— I’'m using this one

Subnet Mask . . . . . . . . . . . : 255.255.255.0

Default Gateway . . . . . . . . . : 192.168.0.1

/code

Only your Wildfire Jabber server’'s address needs to be reachable from the internet. PyMSNt can stay behind your firewall.

  • Brett

hi brett

Well i allready check with local ip or localhost, and i just recheck but nothing change.

here is a post in french with a screenshot of wildfire config.

http://forum.jabberfr.org/viewtopic.php?id=511

may that can help to resolve my prob.

thx for all

Can you see anything in your external componants section? If not, do you see python running as a process in windows?

i don’‘t see it in external componants and it’'s look normal cause i dont see python running as process.

Damned so there is a matter with python. How to know if there is an error ?

You are running pyMSNt correct? when you are running pyMSNt, your command should be

python pymsnt.py(or what ever the file name is for windows)

This should start msnt using python and show python in your processes if ti is running correctly. I am sure that there is a debug option in python. find sys.stderr file itshould contain errors from python when it cannot run. I do not know where the file is located, it might be in the python installation directory.

jeff

Message was edited by: jeff_garner

hi jeff thanks for help.

I launch python as you say.

the result is :

C:\Program Files\Wildfire\Transports\pymsnt>PyMSNt.py

Unable to install any good reactors (kqueue, epoll, poll).

We fell back to using select. You may have scalability problems.

This reactor will not support more than 1024 connections +at a time.

Unknown reactor: select . Using select(), reactor.

As i read in the forum the error of reactof is normal cause there is no reactor on windows.

But nothing more can tell me why that didn’'t work.

i try with python -d to debug, and python -v to verbose but i didn’'s see any errors.

i realy don’'t know what i can do more.

Hi Mav,

here is a post in french with a screenshot of

wildfire config.

JabberFR : informations et entraide francophone sur Jabber

From your screenshot, I’'d say you should try using this address:

/code

One question. Does your setting in your config.xml match your Wildfire Admin Console “Default shared secret:” under External Components?

config.xml

/code

Wildfire Admin Console:

External Component Settings

Service Enabled

( ) Disabled - External components are not allowed to connect to this server.

(*) Enabled - External components can connect to this server.

Port:

Default shared secret:

/code

You can enable debug options in your Wildfire server in the Admin Console, and also in your config.xml by changing this:

/code

  • Brett

hi all

thanks for help, the probleme is solve, thanks to debug 3

I was using psi and wildfire on the same computer, and Pymsnt need the port 8010 free.

I just change the psi port and it’'s work well.