Re: [Tutor] Alternatives to PY2EXE

2006-11-14 Thread tomd
I used PyInstaller, it was simple, but the app I used it for was rather simple too. http://pyinstaller.hpcf.upr.edu/ -- Tom, http://www.vscripts.net/ on Tue, 14 Nov 2006 19:25:17 +, you wrote: > Are there any "simple" alternatives to PY2EXE for > shipping Python apps to Windows machines? _

Re: [Tutor] free IDE for Python?

2006-11-13 Thread tomd
Try Stani's Python editor from http://stani.be/python/spe/blog/ -- Tom, http://www.vscripts.net/ on Mon, 13 Nov 2006 16:03:15 -0700, you wrote: > A newbie to Python. What is the free IDE for Python development > activities? ActiveState’s Komodo IDE needs a license and a fee. _

Re: [Tutor] My attempt...Re: Help needed to install SOAPpy

2006-11-08 Thread tomd
http://www.warnes.net/rwndown or if that link doesn't work for you, just google it. -- Regards, Tom http://www.vscripts.net/ on Wed, 8 Nov 2006 11:08:46 +, you wrote: > I installed the pyxml module, but the link for installing fpconst is not > working. _

Re: [Tutor] Looking for an edutainment-type introduction to programming book

2006-09-29 Thread tomd
If he is into games, you could try to look at Python Programming for the Absolute Beginner, from Michael Dawson. It teaches Python through programming a set of simple games. -- Tom, http://www.vscripts.net on Fri, 29 Sep 2006 15:54:32 +0200, you wrote: > 1) simple, and fun enough so that he can

Re: [Tutor] Getting Started with Python

2006-09-11 Thread tomd
Hi Will, do a search in the archives, plenty of similar discussions, even just few days ago. Try http://wiki.python.org/moin/BeginnersGuide/NonProgrammers (Admins: consider sending a welcome message on the subscription to each newcomer specifying usually recommended sources.) > just recently hav

Re: [Tutor] Q

2006-09-05 Thread tomd
> my Q is how do you learn the languge of python ? and how do you program? see http://www.freenetpages.co.uk/hp/alan.gauld/ -- Tom, http://www.vscripts.net/ ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Hi All

2006-09-02 Thread tomd
> i have just started working on Python ... > please let me know the books to refer to start > learning I recommend Beginning Python from Magnus Lie Hetland, apart from being comprehensive and targetted at beginners, it will take you through the develoopment of 10 various projects, including game,