Create a message

A

Amie

Hi,

I would like to know if it's possible to display a message using
python, if so can you show me an example.
I saw something like:" from twisted.python import log
log.msg" in some programs but am not too sure how it works

Or provide me with the link that has info regarding that

Thanks
Amie
 
J

James Mills

I would like to know if it's possible to display a message using
python, if so can you show me an example.
I saw something like:" from twisted.python import log
log.msg" in some programs but am not too sure how it works

Define "message".

Message could be:
* a GUI related/rendered message
* a Web-based related/rendered message
* a simple (stdout) printed message
* a stored log message, syslog, etc

Simplest example:
Hello World

cheers
James
 
A

Amie

Define "message".

Message could be:
 * a GUI related/rendered message
 * a Web-based related/rendered message
 * a simple (stdout) printed message
 * a stored log message, syslog, etc

Simplest example:


Hello World

cheers
James

for example, I wanna display a message that contains a persons age
from the database like so: "Your age is 25". kind of like a messagebox
 
J

James Mills

for example, I wanna display a message that contains a persons age
from the database like so: "Your age is 25". kind of like a messagebox

Amie, you're just picking random behavioral
examples that you've seen in the software
world and asking how to do them in Python.

Please go through the Python tutorial,
after that go through a few User Interface
related tutorials such as Tkinter, or GTK, or
similar.

Once you have some background and a real
problem to solve, we'll help you. This list is
not designed to hold your hand and teach
you everything about computer science /
software.

Have a pleasant evening,

cheers
James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,808
Messages
2,569,684
Members
45,435
Latest member
HemanttSod

Latest Threads

Top