|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix > OCNix | |
Here is my first contribution: SimpleConf
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#11 (permalink) | |||||||||||||
|
Linux Lobbyist
|
http://www.box.net/shared/me760ne888
Updated version. Now the scripting system should be more usable and obvious on what to do (other minor updates, a man page, READMEs, etc...) Again, testing and the like would be good. If anyone feels like writing a script then that'd be cool. Obviously, it's useless without any scripts, but I'm hoping people will write stuff for their own use, and then share with others, so people can just use from a library of available ones.
__________________
Lattyware | Main (Sig) Rig: gBOX42 | Lan Rig: gLAN42 Never been convinced by Linux? Here is a challenge. | Using LVM Scratched Disc? | Guide To LAN Parties | Writing a GUI application in Python/Glade Etching an image into your case. | Wireless Access Points: Easy wireless networking. A Member Of The OCN Anime/Manga Club There are three types of software. Free as in speech (FOSS), Free as in beer (Freeware) and Free as in BitTorrent.
Last edited by lattyware : 02-23-08 at 03:03 PM. |
|||||||||||||
|
|
|
|
#12 (permalink) | ||||||||||||
|
Programmer
|
Following your instructions, I can't get simpleconf to run. I get:
__________________Code:
sh: ./simpleconf: Permission denied. Edit: It may be a problem on my end, my OCNix build got screwed up, it seems.
|
||||||||||||
|
|
|
|
|
#13 (permalink) | |||||||||||||
|
Linux Lobbyist
|
You need to set the file as executable. Apparently whatever you use to extract your files does not keep the executable file permission. Do 'chmod a+x simpleconf' and then './simpleconf' or just right click the file in Nautilus, choose properties, permissions, make file executable, and then double click simpleconf and choose run from the popup (You could also just do 'python simpleconf', but it's impossible to do that with a GUI, so...).
__________________
Lattyware | Main (Sig) Rig: gBOX42 | Lan Rig: gLAN42 Never been convinced by Linux? Here is a challenge. | Using LVM Scratched Disc? | Guide To LAN Parties | Writing a GUI application in Python/Glade Etching an image into your case. | Wireless Access Points: Easy wireless networking. A Member Of The OCN Anime/Manga Club There are three types of software. Free as in speech (FOSS), Free as in beer (Freeware) and Free as in BitTorrent.
Last edited by lattyware : 02-24-08 at 04:43 AM. |
|||||||||||||
|
|
|
|
#14 (permalink) | ||||||||||||
|
Programmer
|
I get all sorts of errors:
__________________![]() Also, for whatever reason, I can't get the dbus dependancy even though it is in the debian sid repositry?!? I installed python-gtk and the error message surprisingly stayed the same.
Last edited by version2 : 03-17-08 at 08:54 PM. |
||||||||||||
|
|
|
|
|
#15 (permalink) | |||||||||||||
|
Folding Fanatic
|
I had the same problem, gave up.... figured it was my fault (user error)
__________________
|
|||||||||||||
|
|
|
|
#16 (permalink) | |||||||||||||
|
Linux Lobbyist
|
That's because you are running it with sh ./simpleconf - sh runs it as a bash script - it's a python script.
python simpleconf or ./simpleconf will work (it has a shabang, so if you set it as executable, the latter will work).
__________________
Lattyware | Main (Sig) Rig: gBOX42 | Lan Rig: gLAN42 Never been convinced by Linux? Here is a challenge. | Using LVM Scratched Disc? | Guide To LAN Parties | Writing a GUI application in Python/Glade Etching an image into your case. | Wireless Access Points: Easy wireless networking. A Member Of The OCN Anime/Manga Club There are three types of software. Free as in speech (FOSS), Free as in beer (Freeware) and Free as in BitTorrent.
|
|||||||||||||
|
|
|
|
#17 (permalink) | |||||||||||||
|
Programmer
|
Quote:
To my knowledge, running sh ./simpleconf should work anyway, because it calls for the python binary in the file, right? I'll try again.
|
|||||||||||||
|
|
|
|
|
#18 (permalink) | |||||||||||||
|
Linux Lobbyist
|
what, 'python simpleconf' gave you the same error? Something is going wrong with your setup, then...
__________________
Lattyware | Main (Sig) Rig: gBOX42 | Lan Rig: gLAN42 Never been convinced by Linux? Here is a challenge. | Using LVM Scratched Disc? | Guide To LAN Parties | Writing a GUI application in Python/Glade Etching an image into your case. | Wireless Access Points: Easy wireless networking. A Member Of The OCN Anime/Manga Club There are three types of software. Free as in speech (FOSS), Free as in beer (Freeware) and Free as in BitTorrent.
|
|||||||||||||
|
|
|
|
#19 (permalink) | ||||||||||||
|
Programmer
|
__________________
|
||||||||||||
|
|
|
|
|
#20 (permalink) | ||||||||||||||
|
Linux Lobbyist
|
OK, the problem is, it was written for python 2.5, and you are using 2.4 (I tried 2.4 and got that error).
Quote:
__________________
Lattyware | Main (Sig) Rig: gBOX42 | Lan Rig: gLAN42 Never been convinced by Linux? Here is a challenge. | Using LVM Scratched Disc? | Guide To LAN Parties | Writing a GUI application in Python/Glade Etching an image into your case. | Wireless Access Points: Easy wireless networking. A Member Of The OCN Anime/Manga Club There are three types of software. Free as in speech (FOSS), Free as in beer (Freeware) and Free as in BitTorrent.
|
||||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|