ArmaSpy Advanced
- iDiot / sPuNkY
- Average Program
- Posts: 54
- Joined: Fri Apr 21, 2006 5:46 pm
- Location: instruction trace cache
- Contact:
looks nice.. but everytime I close the buddy/server window.. the program terminates...
but I already use it all the time
keep going...
Code: Select all
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 7
Minor opcode: 0
Resource id: 0x3000042
spunky@machine:~$
keep going...
- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
Well, yeah, that's about half- intended. It's default KDE/QT behavior that the program exits if you close the main window
If you just want to hide the settings window click the tray icon, it toggles its visibility. I'll look if i can find out how to catch the close button and make it just hide the window.
Edit: ok, fixed it
If you just want to hide the settings window click the tray icon, it toggles its visibility. I'll look if i can find out how to catch the close button and make it just hide the window.
Edit: ok, fixed it
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:
hehe did not work so well...
thats all I get..
Code: Select all
Traceback (most recent call last):
File "/home/spunky/armaspyadvanced/armaspyadvanced.py", line 26, in ?
ARMAGETRONAD_COMMAND = config.getElementsByTagName('ArmagetronadCommand')[0].getAttribute('command')
IndexError: list index out of range
- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
The XML feed is up again as long as my server doesn't cause any more trouble.
Also fixed the error you were getting, it was probably related to you already having an XML config file generated by an older version that didn't have some new config items. I changed the code so it only tries to read the new config if it actually exists.
Also fixed the error you were getting, it was probably related to you already having an XML config file generated by an older version that didn't have some new config items. I changed the code so it only tries to read the new config if it actually exists.
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:
- 2020
- Outside Corner Grinder
- Posts: 1322
- Joined: Thu Dec 29, 2005 9:21 pm
- Location: the present, finally
mac python
looks good
so i downloaded the python script
opened up the terminal
and tried to drag the script onto the terminal:
Permission denied
so i then did what luci said and got:
can't open file 'armaspy.py'
i do use a mac
if that is a factor...
so i downloaded the python script
opened up the terminal
and tried to drag the script onto the terminal:
Permission denied
so i then did what luci said and got:
can't open file 'armaspy.py'
i do use a mac
if that is a factor...
hold the line
- Lucifer
- Project Developer
- Posts: 8683
- Joined: Sun Aug 15, 2004 3:32 pm
- Location: Republic of Texas
- Contact:
Re: mac python
You also need pyKDE. I don't know if that's even available for Mac.2020 wrote: i do use a mac
if that is a factor...