GUI

D

daniel

hello,

I'm new to python but I known other
languages like ruby or php...

I've found a tiny script in the net with
throws an error, that the modules 'GUI' is
not known - in this line
'import GUI, struct'


In the net I haven't found a GUI module -
where I can get it?



daniel
 
?

=?ISO-8859-1?Q?Gerhard_H=E4ring?=

daniel said:
[...] I've found a tiny script in the net with
throws an error, that the modules 'GUI' is
not known - in this line
'import GUI, struct'

struct is a standard module, while GUI is not. I am not even aware of a
third-party module that's called 'GUI'.
In the net I haven't found a GUI module -
where I can get it?

Your script was probably part of a larger application that has a GUI
module or package. So your best bet is to search wherever you found the
original script, and if that doesn't succeed, try to contact the author
of the script.

-- Gerhard
 

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

No members online now.

Forum statistics

Threads
474,113
Messages
2,570,688
Members
47,269
Latest member
VitoYwo03

Latest Threads

Top