You don't need frames to view this website. Flash communication server. Flash mx xml socket server.
Home
Main Menu
Home
- - - - - - -
What is Palabre ?
Features
News
FAQ
Forum
DEMO
- - - - - - -
Downloads !
Browse SVN
- - - - - - -
Search
Contact Us
- - - - - - -
Sourceforge Project Page
Python
Links
Palabre on Facebook






Actionscript for Multiplayer games
 
Download Palabre Flash Xml Socket Server DOWNLOAD Download Palabre Flash Xml Socket Server FORUM Download Palabre Flash Xml Socket Server FAQ Download Palabre Flash Xml Socket Server WHAT IS IT
 



Using Palabre ? Coming here for Support ? Please consider making an (even small) donation :)
Palabre Forum  


::post new topic::
Palabre can't be launched on MacOsX - 2005/12/07 19:41 Hi everyone,

Palabre is a really good software and works perfectly on my debian sarge server.
But I haven't been able to launch it on my powerbook with MacOsX Tiger ( 10.4 ), an error occured :

Code:

 Traceback (most recent call last):   File "/usr/bin/palabre"line 39in ?     from palabre import palabreDaemon   File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/palabre/ __init__.py"line 48in ?     stream=logfile) TypeErrorbasicConfig() takes no arguments (3 given)



Do you know what I should do ?

Thank you :-)
  reply | quote
Re:Palabre can't be launched on MacOsX - 2005/12/07 20:53 Hello !

Unfortunatly I have no Mac Os to test ...
Did you try to start it via the PalabreQuickStarter.py ?
Does it work ?

If it does, it looks like a problem with the logging module (or config parser) on mac.

If it doesn't you could try to start with the following python script and see if it works (it won't print anything but you can try to connect from flash to test):

Code:

  #!/usr/bin/python from palabre.palabreServer import PalabreServer import asyncore myServer PalabreServer('',2048,'Password' ) asyncore.loop()



By the way if you have any knowledge of packaging python applications on Mac, any help or code contribution is appreciated :)
  reply | quote
Re:Palabre can't be launched on MacOsX - 2005/12/21 19:59 I have commented the lines after logging.basicConfig in the __init__.py and it works ( without logging of course ).

"setup.py install" works like a charm on MacOsX. It only install palabre in strange places ( the same as linux in fact ), but having a small linux structure in your is not that ennoying, I can cope ;-)
  reply | quote
Re:Palabre can't be launched on MacOsX - 2006/03/28 14:50 I have the same problem under FC3 (with Python 2.3.4).

1) I ran python setup.py install
2) edited he config file
3) Ran palable start

I can't get the server to start en when I disable the logging I cann't connect with the sample scripts aswell (telnet works, but I have to dig deeper in the site the check to to get some ouptput from palabre)

Can someone tell me what I did wrong?

Thanks,
Frank
  reply | quote
Re:Palabre can't be launched on MacOsX - 2006/03/28 17:47 Hi

Have you got the same error message ? :

TypeError: basicConfig() takes no arguments (3 given)

Or another message ?

If it's the same message, it seems that the Python Logging module has changed, and it should be fixed in the next version of palabre

If it's another error please paste it here.

But if telnet works and the flash clients doesn't, it may be a problem with the flash policy (view other posts about xml crossdomain).


Have fun
  reply | quote
::post new topic::
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...

In the meantime you may still download palabre or use the forum