Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python 3.2

Idle-python3.2 Not Starting: Complains Of Nameerror: Name 'tk' Is Not Defined

running linux mint 13 idle-python3.2 did work from the terminal before, now it does not. Calling i… Read more Idle-python3.2 Not Starting: Complains Of Nameerror: Name 'tk' Is Not Defined

Sending Mail Error With Python Smtplib

I am attempting to use the python 3.2 SMTPlib.sendmail() function to send a message, after some mod… Read more Sending Mail Error With Python Smtplib

SQLAlchemy+pymysql Error: Sqlalchemy.util.queue.Empty

Trying to run Python3.2, SQLAlchemy0.8 and MySQL5.2 on Ubuntu using Eclispse but I keep getting the… Read more SQLAlchemy+pymysql Error: Sqlalchemy.util.queue.Empty

Python 3.2 - Find Second Smallest Number In A List Using Recursion

So I need to find the second smallest number within a list of integers using recursion but I cannot… Read more Python 3.2 - Find Second Smallest Number In A List Using Recursion

Python 3.2 - Find Second Smallest Number In A List Using Recursion

So I need to find the second smallest number within a list of integers using recursion but I cannot… Read more Python 3.2 - Find Second Smallest Number In A List Using Recursion