Re: Homework help requested (not what you think!)

2013-07-17 Thread PythonAB
On 17 jul 2013, at 08:35, alex23 wrote: > On 17/07/2013 8:43 AM, John Ladasky wrote: >> The kids all claim to be interested. They all want to write the next great >> 3D video game. Thus, I'm a little surprised that the kids don't actually >> try to sit down and code without me prompting them.

Re: Is there a graphical GUI builder?

2013-02-21 Thread PythonAB
On 21 feb 2013, at 04:45, Michael Torrie wrote: > On 02/20/2013 12:44 AM, Steve Simmons wrote: >> 2. Qt isn't 'free' (depending on what you are going to be doing with it) >> - read the licensing rules. > > How so? It's LGPL. You can't get much freer than that. Both in terms of > code and devel

Re: OT: Monty Python in Syria

2012-08-16 Thread PythonAB
On 16 aug 2012, at 02:56, Andrew Cooper wrote: > On 16/08/2012 01:52, Andrew Cooper wrote: >> On 16/08/2012 01:01, Terry Reedy wrote: >>> On 8/15/2012 6:07 PM, Mark Lawrence wrote: On 15/08/2012 20:15, Tamer Higazi wrote: > Exactly! > NOT PROGRAMMING related has NOTHING TODO HERE! >>

Re: How to uncompress a VOB file? (Win XP)

2012-08-13 Thread PythonAB
On 13 aug 2012, at 14:40, Mark Lawrence wrote: > On 13/08/2012 11:18, Xantipius wrote: >> subj >> > > Either > > a) write some code and when and if it fails give us a small code snippet that > demonstates the problem with the complete traceback. > > or > > b) state how much you are willing

Re: Bluetooth

2010-03-11 Thread PythonAB
On 10 mrt 2010, at 16:17, Jeff Peck wrote: > On 3/7/2010 1:26 PM, PythonAB wrote: >> >> Hello, >> >> >> I'm writing a script that has to connect a bluetooth device >> with a 3D application. >> On my search for a bluetooth module i ran into th

Bluetooth

2010-03-07 Thread PythonAB
Hello, I'm writing a script that has to connect a bluetooth device with a 3D application. On my search for a bluetooth module i ran into this: http://www.python.org/download/releases/2.4/notes/ where it says: "The socket module now supports Bluetooth sockets, if the system has " Yet I can't find

Re: How do I post to the wxPython mailing list?

2009-09-08 Thread PythonAB
On 8 sep 2009, at 02:25, Neil Hodgson wrote: PythonAB: I dont want to register with a google account, is there any way to use a non-gmail account? A Google account does not mean you have to use gmail. The Google account is used to handle your interaction with Google services and can

Re: How do I post to the wxPython mailing list?

2009-09-07 Thread PythonAB
On 7 sep 2009, at 22:51, mma...@gmx.net wrote: On Mon, 7 Sep 2009 13:04:39 -0400 Philip Semanchuk wrote: Did you subscribe to the mailing list before sending a message to it? I did not subscribe the gmane account when I tried out posting via gmane. I am pretty sure that I already subscrib

Re: Run pyc file without specifying python path ?

2009-07-30 Thread PythonAB
On 30 jul 2009, at 12:57, Chris Rebert wrote: On Thu, Jul 30, 2009 at 3:42 AM, Barak, Ron wrote: From: PythonAB [mailto:pyt...@rgbaz.eu] Sent: Thursday, July 30, 2009 12:18 To: Barak, Ron Cc: 'Dave Angel'; 'python-list@python.org' Subje

Re: Run pyc file without specifying python path ?

2009-07-30 Thread PythonAB
Hi Dave, Your solution sort of defeats my intended purpose (sorry for not divulging my 'hidden agenda'). I wanted my application to "hide" the fact that it's a python script, and look as much as possible like it's a compiled program. The reason I don't just give my user a py file, is that I