Re: What do I do now?

2009-10-12 Thread Che M
On Oct 12, 12:19 am, Donn wrote: > On Monday 12 October 2009 00:53:42 Someone Something wrote:> 1) What should I > start programming (project that takes 1-2 months, not very > > short term)? > > 2) Whtat are some good open source projects I can start coding for? > > These kinds of questions amaze

Re: Combining python and sqlite DB into a single, "executeable".

2009-10-06 Thread Che M
On Oct 6, 5:31 pm, Robert Kern wrote: > On 2009-10-06 16:16 PM, tcumming...@gmail.com wrote: > > > Any body got any ideas how to do the following... > > > I would like to be able to write an app in python that keeps it's > > persistent data in a sqlite database file. > > > So far so good. The prob

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

2009-09-07 Thread Che M
On Sep 7, 12:50 pm, mma...@gmx.net wrote: > Hi > > Since I have been told in this group to post wxPython related topics in > the wxPython-users mailing list instead of here, I just tried doing > that. > > However, I always get an error message back when using gmane. > Mailing directly, there is no

Re: Evil trend report

2009-09-06 Thread Che M
On Sep 6, 8:50 am, Grant Edwards wrote: > On 2009-09-06, John Nagle wrote: > > > > > Bing > >    A     3    2.4%  () > >    A     1    0.8%  (non_commercial) > >    Q    50   40.0%  () > >    Q    15   12.0%  (no_location) > >    U     5    4.0%  (no_website) > >    U    33   26.4%  (non_commerci

Re: Video?

2009-09-03 Thread Che M
On Sep 3, 4:11 pm, David C Ullrich wrote: > Not at all important, just for fun (at least for me): > > It seems to me, looking at various docs, that wxWidgets > includes a "media control" that can play video files, but > it's not included in wxPython. (There's something in > wxPython with a promisi

Re: IDE for Python

2009-08-31 Thread Che M
On Aug 31, 10:53 am, Mike Driscoll wrote: > On Aug 29, 1:08špm, ivanko@gmail.com wrote: > > > 29.08.2009 4:14 ÐÏÌØÚÏ×ÁÔÅÌØ "Thangappan.M" š > > ÎÁÐÉÓÁÌ: > > > > Dear all, > > > Please suggest some good IDE for python.I am working in linux platform. > > > -- > > > Regards, > > > Thangappan.M >

Re: Python Noob - gui module, book, annoying questions

2009-08-29 Thread Che M
On Aug 29, 3:20 am, Pherdnut wrote: > I want to write cross-platform stuff. Any opinions on the best GUI > module for that? > > I like a good juicy, but concise book for reading on my commute > downtown. I was thinking of checking Python in a Nutshell. Good? Bad? > Better? > > Is 3.0+ more object

Re: What python can NOT do?

2009-08-29 Thread Che M
On Aug 28, 6:37 pm, qwe rty wrote: > i know that an interpreted language like python can't be used to make > an operating system or system drivers. > > what else can NOT be done in python? what are the limitations of the > language? Now that you have some good answers, may I ask what what your re

Re: IDE for python similar to visual basic

2009-08-29 Thread Che M
On Aug 28, 6:19 pm, qwe rty wrote: > i have been searching for am IDE for python that is similar to Visual > Basic but had no luck.shall you help me please? Boa Constructor. IDE/visual GUI-builder/sizer support, lots of other goodies. Not actively maintained, though, and some issues on Linux, i

Re: Python for professsional Windows GUI apps?

2009-08-26 Thread Che M
On Aug 26, 4:47 pm, David C Ullrich wrote: > On Mon, 24 Aug 2009 22:22:20 -0700, sturlamolden wrote: > > On 25 Aug, 05:56, Peter Decker wrote: > > >> I use the Dabo Class Designer to visually design my forms. So what's > >> you're point?  :) > > > Nothing, except lobbying for wxFormBuilder for an

Re: Python for professsional Windows GUI apps?

2009-08-26 Thread Che M
> Combined with the comment above about issues with printing, it looks > like Python for GUI apps isn't a very good idea :-/ I don't have that feeling at all. I don't have that much of a basis of comparison, but my experience with wxPython for making GUI apps has been pretty good. Does anyone kn

Re: Python for professsional Windows GUI apps?

2009-08-24 Thread Che M
> I'm especially concerned about the lack of controls, the lack of > updates (lots of controls in wxWidgets are 1.0 deadware), I use wxPython. No lack of controls there, and most are up to date. Which "lots" in wxWidgets are you thinking of? > I need controls for business apps like access to d

Re: GUI interface builder for python

2009-08-18 Thread Che M
On Aug 18, 10:54 am, sturlamolden wrote: > On 17 Aug, 17:19, Che M wrote: > > > Boa (Boa Constructor) is really nice for wxPython GUI > > work, but it has some bugs when using Linux that might > > be dealbreakers for the user.  At least I have had > > problems on U

Re: GUI interface builder for python

2009-08-17 Thread Che M
On Aug 17, 2:26 pm, axl456 wrote: > On Aug 17, 1:59 am, "l...@d@n" wrote: > > > Which is the best GUI interface builder with drag and drop > > capabilities. > > I am using Ubuntu GNU/Linux. > > Please help me. > > Thank you. > > boa is really nice.. Boa (Boa Constructor) is really nice for wxPyt

Re: Converting DD MM YYYY into YYYY-MM-DD?

2009-08-17 Thread Che M
On Aug 17, 6:26 pm, Gilles Ganault wrote: > Hello, > >         I need to convert DD MM dates into the MySQL-friendly > -MM-DD, and translate the month name from literal French to its > numeric equivalent (eg. "Janvier" into "01"). > > Here's an example: > > SELECT dateinscription, datecon

Re: sqlite3 performance problems only in python

2009-07-23 Thread Che M
On Jul 23, 3:58 pm, Stef Mientki wrote: > Piet van Oostrum wrote: > >> Stef Mientki (SM) wrote: > > >> SM> btw, I don't know if it's of any importance, the SQL-statement I > >> perform is > >> SM> select OPNAMEN.*, NAME, NAME_, SCORES.SCORE, PATIENT.* > >> SM>  from OPNAMEN > >> SM>    inner

Re: any suggestions to synchronize typed text and speech ?

2009-07-20 Thread Che M
On Jul 19, 4:15 pm, Stef Mientki wrote: > hello, > > I'm using Scintilla as a wxPython widget with great pleasure. > I now have an application where I want to make notes during a conversation, > but also want to record the speech during that conversation. > I'm using Scintilla as a wxPython widget

Re: why did you choose the programming language(s)you currently use?

2009-07-14 Thread Che M
On Jul 14, 11:55 am, Deep_Feelings wrote: > So you have chosen programming language "x" so shall you tell us why > you did so , and  what negatives or positives it has ? As a hobbyist--and not a real programmer*--I think I chose Python (I don't really recall now) because of things like: - There

Re: Ubigraph vs Matplotlib (dynamic plotting, event handling)

2009-07-01 Thread Che M
On Jun 30, 6:20 pm, Ala wrote: > Hello everyone, > > I intend to use python for some network graph plotting, with event > handling (clicking on network nodes, zooming in/out etc..) and so far I > have come across two good candidates which are Matplotlib and Ubigraph. > > Did anyone have any experi

Re: Beginning with Python; the right choice?

2009-06-26 Thread Che M
On Jun 26, 10:22 pm, "sato.ph...@gmail.com" wrote: > Hi, > > As you can imagine, I am new, both to this group and to Python.  I > have read various posts on the best book to buy or online tutorial to > read and have started to go through them.  I was wondering, as someone > with virtually no progr

Re: dynamically associate radio buttons with droplists

2009-06-24 Thread Che M
On Jun 24, 10:37 am, a...@pythoncraft.com (Aahz) wrote: > In article > <16b382ee-a3ae-46ee-88fd-d87fc40d2...@g20g2000vba.googlegroups.com>, > > > > Shoryuken   wrote: > >On Jun 21, 8:43=A0pm, a...@pythoncraft.com (Aahz) wrote: > >> In article >.com>,LeoBrugud=A0 wrote: > > >>>Not being very famil

Re: launch a .py file from a batch file

2009-06-23 Thread Che M
On Jun 23, 5:30 am, Paul Moore wrote: > 2009/6/23 C M : > > >> Assuming you're running on Windows XP, try the following line in your > >> batch file: > >> @start path\MyPythonApp.pyw > > >> That's of course after you rename your script to a pyw extension.  That's > >> associated with pythonw, whic