Topic History of: Palabre can\'t be launched on MacOsX Max. showing the last posts - (Last post first)
Author
Message
Célio Conort
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
Frekel
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
LeMagu(s)
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 ;-)
Célio Conort
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 :)
LeMagu(s)
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 39, in ? from palabre import palabreDaemon
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/palabre/
__init__.py", line 48, in ? stream=logfile) TypeError: basicConfig() takes no arguments (3 given)
Do you know what I should do ?
Thank you :-)
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...