ArmaSpy Advanced
- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
ArmaSpy Advanced
Well, as iF's armabell is discontinued and doesn't run on linux anyways and weip doesn't seem to update his armaspy (and I don't wanna mess with its plainC code) I decided to make my own version.
It's called ArmaSpy Advanced, is a python app using pykde and my first project with pykde and my second one with python at all, so the code is a mess right now.
Here's a screenshot. The code is in SVN.
It's called ArmaSpy Advanced, is a python app using pykde and my first project with pykde and my second one with python at all, so the code is a mess right now.
Here's a screenshot. The code is in SVN.
There's no place like ::1
- iDiot / sPuNkY
- Average Program
- Posts: 54
- Joined: Fri Apr 21, 2006 5:46 pm
- Location: instruction trace cache
- Contact:
sounds very nice..
but i can not get it to run.. I use SPE with Ubuntu (dapper)..
do I need a special libary for it?
I have most python modules installed and I have SVN support...But in SPE it says:
"SyntaxError: invalid syntax
Script terminated."
(in almost every line)
..bare with me, I usually do not use python...
but it is something I would like to test...
but i can not get it to run.. I use SPE with Ubuntu (dapper)..
do I need a special libary for it?
I have most python modules installed and I have SVN support...But in SPE it says:
"SyntaxError: invalid syntax
Script terminated."
(in almost every line)
..bare with me, I usually do not use python...
but it is something I would like to test...
Can you try just running it from a terminal like you'd run any other program?
Then if it borks, copy the backtrace here so we can see it...

Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
- iDiot / sPuNkY
- Average Program
- Posts: 54
- Joined: Fri Apr 21, 2006 5:46 pm
- Location: instruction trace cache
- Contact:
I tried running it with the terminal..
I think there is something missing on my system...(or screwed up)
thanks in advance
I think there is something missing on my system...(or screwed up)
Code: Select all
spunky@machine:~$ sh /home/spunky/Desktop/armaspy.py
/home/spunky/Desktop/armaspy.py: line 3: UPDATE_INTERVAL: command not found
/home/spunky/Desktop/armaspy.py: line 4: ARMAGETRONAD_COMMAND: command not found
/home/spunky/Desktop/armaspy.py: line 6: import: command not found
/home/spunky/Desktop/armaspy.py: line 7: import: command not found
from: can't read /var/mail/qt
from: can't read /var/mail/kdecore
from: can't read /var/mail/kdeui
/home/spunky/Desktop/armaspy.py: line 14: import: command not found
from: can't read /var/mail/xml.dom
/home/spunky/Desktop/armaspy.py: line 17: description: command not found
/home/spunky/Desktop/armaspy.py: line 18: version: command not found
/home/spunky/Desktop/armaspy.py: line 19: syntax error near unexpected token `('
/home/spunky/Desktop/armaspy.py: line 19: ` aboutData = KAboutData ("", "", \'
spunky@machine:~$
try "python armaspy.py" and see what that does
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
- iDiot / sPuNkY
- Average Program
- Posts: 54
- Joined: Fri Apr 21, 2006 5:46 pm
- Location: instruction trace cache
- Contact:
I know that feeling.. but everybody started as a noob...Jonathan wrote:Sorry, but I really had to laugh.

/me uses Linux since 2 1/2 month now

/me never "really" worked with python (just to get personal impressions with this program language)
but to get back to the point:
Code: Select all
spunky@machine:~$ python /home/spunky/Desktop/armaspy.py
File "/home/spunky/Desktop/armaspy.py", line 3
UPDATE_INTERVAL = 60 * 1000 #1 minute
^
SyntaxError: invalid syntax
spunky@machine:~$
I will check my python dependences...
Hmmm, how did you get it? This really feels like some sort of conversion happened that broke the file, like if you were to copy and paste it from Firefox to a text editor, or something like that.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
This is where you can usually download it
That is, if SF's SVN viewer isn't screwed up like it is right now, it just displays an error. The other way to get it would be via SVN:
That is, if SF's SVN viewer isn't screwed up like it is right now, it just displays an error. The other way to get it would be via SVN:
Code: Select all
svn co https://svn.sourceforge.net/svnroot/armagetronad/private/wrtlprnft/armaspyadvanced/
There's no place like ::1
- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
New version 
This one attempts to read your user.cfg and extract your server favorites. It displays these servers even if they're empty (but online) and shows a star next to them. Screenshot

This one attempts to read your user.cfg and extract your server favorites. It displays these servers even if they're empty (but online) and shows a star next to them. Screenshot
There's no place like ::1
- iDiot / sPuNkY
- Average Program
- Posts: 54
- Joined: Fri Apr 21, 2006 5:46 pm
- Location: instruction trace cache
- Contact:
After installing 20 new Python packages, it finally runs...
nicely done... *thumbs up*
I don't know if it is me, but I have a bug tho...
If there are player using ''exotic'' letters like ''î'' or ''ø'' the terminal says:
''QPopupMenu: (KActionMenu::KActionMenuPrivate) Popup has invalid menu item''
and in the actual menu there is a blank instead of the player name...
...seems that it can not handle the unicode...
but besides of that it is really nice... i'm looking toward the final
nicely done... *thumbs up*
I don't know if it is me, but I have a bug tho...
If there are player using ''exotic'' letters like ''î'' or ''ø'' the terminal says:
''QPopupMenu: (KActionMenu::KActionMenuPrivate) Popup has invalid menu item''
and in the actual menu there is a blank instead of the player name...
...seems that it can not handle the unicode...
but besides of that it is really nice... i'm looking toward the final
