[Tutor] Switching from 2.3 to 2.6

2009-09-23 Thread Kristina Ambert
Hi guys, I'm getting this error after I tried to switch from python 2.3 to 2.6. I tried to look online for what it means, but I can't find any good explanation. Do any of you guys have any idea what's causing it and what it means? C:\Python26\lib\site-packages\win32\lib\dbi.py:13: DeprecationWarnin

Re: [Tutor] ODBC SQL Server Question

2009-09-23 Thread Kristina Ambert
Hi, Thanks you guys for the replies and thanks Kent for the explanation, and yes, this: self.cursor.execute("SELECT CUSTID FROM Stories WHERE NAME= ?", (name, )) using the comma did make it work. On Fri, Sep 18, 2009 at 3:40 PM, Jeff Johnson wrote: > Thanks for the clarification Kent! > > > Ke

[Tutor] ODBC SQL Server Question

2009-09-18 Thread Kristina Ambert
Hi, Is anyone familiar with this error: dbi.internal-error: [Microsoft][SQL Server Driver]Invalid cursor state in EXEC This error is triggered by the first sql statement call in an accessor module which purpose is only to get data from a source module and feed it into a database: self.cursor.execu

Re: [Tutor] wxpython question

2009-09-10 Thread Kristina Ambert
Thank you guys for the replies! And thanks for the headsup about the wxpython mail list, I'll be sure to sign up there as well. On Wed, Sep 9, 2009 at 7:14 PM, Alan Gauld wrote: > "Kristina Ambert" wrote > > I'm not sure if I could ask questions about wx in this l

[Tutor] wxpython question

2009-09-09 Thread Kristina Ambert
Hi, I'm not sure if I could ask questions about wx in this list or not, hopefully it's okay? If not I guess disregard this question. But, does anyone have any idea of if it's possible to make a frame that will latch on to the parent frame (e.g. if you resize the parent, the child also resizes, if y

Re: [Tutor] Tracking variable changes in a different application

2009-09-03 Thread Kristina Ambert
Hey guys, Yes, I figure that there are changes that need to be done in the main application to fit the needs of my application. Like what some of you guys suggested, I have looked into having the main application use a database to feed the information that I'll need. Right now that I guess is the

Re: [Tutor] Tracking variable changes in a different application

2009-09-02 Thread Kristina Ambert
king it standalone. Or am I trying to make things a bit too complication for myself? I guess I was just thinking of a way for my application to be more versatile and can be used with other similar main applications, sort of as a service application. On Wed, Sep 2, 2009 at 3:54 AM, Alan Gauld wro

[Tutor] I always get this message as a reply

2009-09-02 Thread Kristina Ambert
Hi, I just wanted to ask if everyone else gets this message as a first reply everytime you send out a message to tutor. It feels like I'm getting spam or something. Geneviève DIAGORN to me show details 3:59 PM (17 hours ago) Bonjour, Je suis absente jusqu'au 02/09 inclus. En cas d'urgence Soprane

[Tutor] Tracking variable changes in a different application

2009-09-01 Thread Kristina Ambert
Hi again, The question might be a tad confusing, but what I want to ask is, if it's possible to track if and when a variable in an application has changed, and then grab the new content of that variable? I have my product inventory database application which is attached to another bigger applicati

[Tutor] What does it mean to create separate applications?

2009-08-28 Thread Kristina Ambert
Hi, I'm new to python and frankly new to programming. This is my first question post, so I hope everyone could bear with me. I'm working on a small database application which basically handles a store inventory, it's my internship project for the semester. My boss asked me to break down each form