Topic History of: self contained install? Max. showing the last posts - (Last post first)
Author
Message
Célio
oups
and it should work fine with any python 2.3+ installation
Célio Conort
Hi,
in fact you should be able to start palabre via the PalabreQuickStarter.py without installation, but it's a little bit buggy yet but will be fixed soon.
you can try to create a python file in the un-tar-ed Palabre Folder with the following code :
Code:
#!/usr/bin/python
from palabre.palabreServer import PalabreServer
import asyncore
myServer = PalabreServer('',2048,'Password' )
asyncore.loop()
it won't print anything but should start Palabre (then try to connect via a flash client or telnet to test)
Anyway if you don't have full access to the webserver, you may not be able to open the desired port on the computer or the firewall, ...
Célio
Lucas
i have no Python instal on my pc and it run grate...
phloydde
Hi!
Palabre looks really great, but I can't install it on my webserver. I do not have access to folders outside of my home directory. Is there a way to create a self contained installation of Palabre which does not install the log files in /var/log/palabre.log
or the scripts in /usr/lib/python2.[VERSION]/site-packages/palabre/.
Also, what version of Python is required to run?
Thanks,
_p
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...