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




 
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 a new message in "Default Forum"
Name:
Subject:
topic icon:
no
boardcode:
 Colour:  Size:   Close all tags
Message:
CAPTCHA: How much is 2 added to 8

Topic History of: SSH Trouble
Max. showing the last posts - (Last post first)
Author Message
gabs gabs wrote:

Hello, I did that but now i get a:

[root@main palabre-src-0.5.1]# palabre start

Traceback (most recent call last):

File "/usr/bin/palabre", line 39, in ?

from palabre import palabreDaemon

File "/usr/lib/python2.4/site-packages/palabre/__init__.py", line 43, in ?

config.readfp(open('/etc/palabre.conf'))

File "/usr/lib/python2.4/ConfigParser.py", line 286, in readfp

self._read(fp, filename)

File "/usr/lib/python2.4/ConfigParser.py", line 490, in _read

raise e

ConfigParser.ParsingError: File contains parsing errors: /etc/palabre.conf

[line 85]: 'AND acc_password LIKE MD5([PASSWORD])rn'




nvm I fixed it :)
gabs Hello, I did that but now i get a:

[root@main palabre-src-0.5.1]# palabre start

Traceback (most recent call last):

File "/usr/bin/palabre", line 39, in ?

from palabre import palabreDaemon

File "/usr/lib/python2.4/site-packages/palabre/__init__.py", line 43, in ?

config.readfp(open('/etc/palabre.conf'))

File "/usr/lib/python2.4/ConfigParser.py", line 286, in readfp

self._read(fp, filename)

File "/usr/lib/python2.4/ConfigParser.py", line 490, in _read

raise e

ConfigParser.ParsingError: File contains parsing errors: /etc/palabre.conf

[line 85]: 'AND acc_password LIKE MD5([PASSWORD])rn'
admin Hi





You can get the python version by the command :

Code:

 
# python



(and then type CTRL + D to exit)


the to install palabre :
Code:

 
# wget http://palabre.gavroche.net/download/palabre-server-0.5/palabre-src-0.5.tar.gz

# tar zxf palabre-src-0.5.tar.gz

# cd palabre-0.5

(at this step you can try this command to test if palabre works with your python :

# python QuickStarter.py

)

And 
then install 


# python setup.py install

(edit /etc/palabre.conf)

# palabre start






Hope this helps !


célio
Raccoon Hi I actually think I installed it but I'm not sure now. I ran "which python" and it returned /usr/bin/python so I'm pretty sure I some how installed it :P. Is there an easy way to check I have the right version installed? Also, sorry to be a pain, but how can I install Palabre? The READ ME didn't help a lot sense I have no experiance using SSH or Unix servers. Do I have to do wget or something and then run Python to install it. Heh, sorry for being a noob XD.
admin Hi



could you post the complete error message ?

what version of python is installed ?
Raccoon Hi, I have been using Palabre for awhile on my home computer in order to test games I'm developing. I recently upgraded my shared hosting to a virtual private server (VPS) so I could install Palabre on it and have my games online. I'm no server genius but I figured I knew enough commands to install Python and Palabre. Unfoutunatly, I'm having a horrible time. I have a Unix server and can not get Python to install. I've tried many MANY combinations of installation methods and I keep getting "Memory Error". I was wondering if anyone knew a way to get around this using or not using SSH. Thanks.