Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

spe(1) [debian man page]

SPE(1)							      General Commands Manual							    SPE(1)

NAME
spe -- Platform independent pluggable Python IDE SYNOPSIS
spe [-d, --debug] [-w, --workspace] [<script-name1> <script-name2>] DESCRIPTION
This manual page documents briefly spe. This manual page was written for the Debian distribution because the original program does not have a manual page. spe (Stani's Python Editor) is an Integrated Development Editor for the Python programming language (fully compatible with Blender). spe has an editor with syntax highligthing and code completion, can generate UML diagram and code documentation using pydoc. spe is written using wxWidgets and integrate wxGlade and XRCed as plugins to make GUI creation easier. spe can also use pychecker for code check and win- pdb to debug python code. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -d --debug Prints debug information usefull to add to bug report. -w --workspace Start spe with the selected workspace. If none spe opens the default workspace. AUTHOR
This manual page was written by Stefano Canepa <sc@linux.it> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2, as published by the Free Soft- ware Foundation. On Debian systems, the complete text of the GNU General Public License, Version 2, can be found in /usr/share/common-licenses/GPL-2. SPE(1)

Check Out this Related Man Page

CONFIG-MANAGER(1)					      General Commands Manual						 CONFIG-MANAGER(1)

NAME
cm -- Work with configs. SYNOPSIS
cm [-a] [-v] [-d] [-s] [-p] [-r] [-n] DESCRIPTION
This manual page documents briefly the cm tool. This manual page was written for the Debian distribution because the original program does not have a manual page. cm is a program that manages directory trees. The components of a directory tree are specified by a recipe (also known as a config). A recipe can specify that the directories components should be retrieved via Arch, CVS, HTTP or FTP as appropriate. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -h --help Show summary of options. -v --version Show version of program. SEE ALSO
tla (1) AUTHOR
This manual page was written by Anand Kumria wildfire@progsoc.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. CONFIG-MANAGER(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Should I learn UML 2.0?

I'm a non-programmer but I built a computer with FreeBSD and have been learning that operating system and I plan on studying the other *ixs. Also, I am teaching myself Python in hopes of becoming a programmer and I wonder if I need to learn UML 2.0 at the same time? I'm not brand new to... (3 Replies)
Discussion started by: Aaron Van
3 Replies

2. Shell Programming and Scripting

What is the best Python book?

I have been downloading programs for Linux and I have found something out. A lot of GUI apps such as AWN and Screenlets use Python as the default programming language to make new applets/screenlets. I wanted to learn how to do this as I am relatively new to programing. I was wondering what the... (2 Replies)
Discussion started by: Texasone
2 Replies

3. Programming

need help with c

hello guys i am trying to code a program that will read the last line from a file using c language. i got no experience with c, so my code is giving me plenty of errors. could you help me debug ?? code: # include <stdio.h> typedef int function; void main(void){ int count =... (9 Replies)
Discussion started by: surubi_abada
9 Replies

4. Programming

In Python, what does "x = 5" really do/mean?

Hi, I'm a great scripter, but just learning programming (using Python). I'm very much a newbie at this, so please be patient as I'm sure these will seem so basic a questions and may seem stupid to those experienced. I'm reading a python book right now that has me thinking about variables.... (2 Replies)
Discussion started by: Narnie
2 Replies

5. Programming

Help New Os

Hey everyone im soon going to be working on a new Os it will either be program in Python or c++ if you want to help just PM me please Os name: Toshler Os Os kernel: Monolithic written in: c++ or Python That its (1 Reply)
Discussion started by: Tyler Aaron
1 Replies

6. Shell Programming and Scripting

To make my script multi-os compatible

Hi, I would like to make my script multi-os compatible and I am having problems to make it work. I would like it to be compatible with those 4 linux versions : Ubuntu, Debian, Fedora and Centos. I am mostly confused when it comes to the repository installation and the different os... (1 Reply)
Discussion started by: gaaara
1 Replies

7. Shell Programming and Scripting

Help with syntax of Python script

I added some fields to some existing code, and all was well. Just added a few more, and BAM. I've looked this over forever, but being a newbie to Python, I see NOTHING. The code generates syslog messages, and the new fields were added around "rtp_lapse*" . Any clues??? #!/usr/bin/python ... (4 Replies)
Discussion started by: gmark99
4 Replies