Re: [Tutor] Pygame fonts not been initialised

2014-12-01 Thread fabu desay
If you still don't have a solution I suggest using the default font for pygame freesansbold.tiff it is located in the python library files just search for it in the python-pygame directory. I think your code fails because it does not pick the font you wanted hence not initialised. Below is a

[Tutor] Option on How to create web Interface

2014-05-21 Thread fabu desay
If I got the problem correctly,you can equally create + open a file file = open(filename,+wr) The file should have the HTML extension You can now pace your web contents in the file.html you created that should work by trigering the python file you programed in and it inturn creates the website or

Re: [Tutor] Tutor Digest, Vol 121, Issue 42 nested for

2014-03-17 Thread fabu desay
python executes the first for and its condititions then the next for. What i'm saying is that you should first deal with one as nested block codes ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: