Re: [Tutor] Getting started with PyGTK [Receiving Error]

2012-04-28 Thread Russell Smith
Make sure you installed the theme engine 'pixmap' or whichever gtk package that has the theme engine you are missing. Google search for the gtk packages. Look here http://askubuntu.com/questions/66356/gdk-gtk-warnings-and-errors-from-the-command-lineand you will see a very similar problem with a so

Re: [Tutor] more help with vitualenv

2012-04-27 Thread Russell Smith
http://pypi.python.org/pypi/virtualenv/1.7.1.2 Read the page at the link above. You will find it. On Friday, April 27, 2012, Ivor Surveyor wrote: > > As suggested I visited the site virtualenv. However I could not find the > files for download and to install on my machine. > Could I please ask

Re: [Tutor] Pygame installation problems

2012-04-27 Thread Russell Smith
I would google 'pygame download' and look at the first hit. You are right to add the import but you need to download the files still. On Friday, April 27, 2012, Osemeka Osuagwu wrote: > Hi, > I started learning Python recently, having only very little programming > experience. I installed Pygame

Re: [Tutor] PIL and converting an image to and from a string value

2012-04-27 Thread Russell Smith
What did you do? On Friday, April 27, 2012, Chris Hare wrote: > > I got it figured out. > > On Apr 27, 2012, at 12:21 AM, Chris Hare wrote: > > > > > Here is what I am trying to: > > > > the application user chooses an image file. I want to store the image > data in a field in a sqlite database.

[Tutor] Help - server health check reporter

2010-09-30 Thread Russell Smith
Hey guys, I’m trying to put together a script using urllib2, smtplib and stripogram/html2text which will use a healthcheck url, read the response after loading it and then email me the results without any unwanted html tags. I was able to do that but, when I get a timeout on one of the servers t