Click here to Skip to main content
15,881,802 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using arch linux. I need an aplication for sharing files. So I found Droopy: http://mayurmgaikwad.wordpress.com/tag/woof-py/[^]

This is the droopy code:
https://gitorious.org/droopy/droopy/source/6ce19ca30a5930487f7583c4a3560e5c03a647c1:droopy#L25[^]

I compiled it:
SQL
mkdir ~/uploads
cd ~/uploads
python ~/bin/droopy -m

But then it shout an error:
SQL
File "/home/rado/bin/droopy", line 750
    except Exception, e:
                    ^
SyntaxError: invalid syntax


Pls help cause I do not know python well.

Tnx.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900