Re: PythonCard - My app stuck when button clicked

2009-05-14 Thread daved170
On May 14, 2:37 pm, Dave Angel wrote: > daved170 wrote: > > On May 13, 7:42 pm, Dave Angel wrote: > > >> daved170 wrote: > > >>> Hi there, > >>> I'm newbie in pythonCard. > >>> I have an application with 2 buttons : START , STOP > >>> Start execute a while(1) loop that execute my calculations. >

Re: PythonCard - My app stuck when button clicked

2009-05-14 Thread MRAB
daved170 wrote: On May 13, 7:42 pm, Dave Angel wrote: daved170 wrote: Hi there, I'm newbie in pythonCard. I have an application with 2 buttons : START , STOP Start execute a while(1) loop that execute my calculations. Stop suppose to raise a flag that will end that loop. Whenever I pish the ST

Re: PythonCard - My app stuck when button clicked

2009-05-14 Thread Dave Angel
daved170 wrote: On May 13, 7:42 pm, Dave Angel wrote: daved170 wrote: Hi there, I'm newbie in pythonCard. I have an application with 2 buttons : START , STOP Start execute a while(1) loop that execute my calculations. Stop suppose to raise a flag that will end that loop. Wheneve

Re: PythonCard - My app stuck when button clicked

2009-05-14 Thread daved170
On May 13, 7:42 pm, Dave Angel wrote: > daved170 wrote: > > Hi there, > > I'm newbie in pythonCard. > > I have an application with 2 buttons : START , STOP > > Start execute a while(1) loop that execute my calculations. > > Stop suppose to raise a flag that will end that loop. > > > Whenever I pis

Re: PythonCard - My app stuck when button clicked

2009-05-13 Thread Dave Angel
daved170 wrote: Hi there, I'm newbie in pythonCard. I have an application with 2 buttons : START , STOP Start execute a while(1) loop that execute my calculations. Stop suppose to raise a flag that will end that loop. Whenever I pish the START button my GUI is stuck. the calculation executes but

Re: PythonCard - My app stuck when button clicked

2009-05-13 Thread Adam Gaskins
I second this. I am very interested in PyCard having just discovered it in your message here. I know I'll run in to this same problem in my application that will run test routines that must have a mechanism to abort. Sorry for the lack of any help here... -Adam "daved170" wrote in message n

Re: PythonCard timer/thread tutorial

2008-12-25 Thread Mike Driscoll
On Dec 25, 7:24 am, Steven D'Aprano wrote: > On Wed, 24 Dec 2008 16:59:23 -0800, Mike Driscoll wrote: > >> Among my questions are: > >> """ A little thread we've added""" seems to be an isolated string. It > >> does not seem to be doing anything there, almost like a comment. Why is > >> it there?

Re: PythonCard timer/thread tutorial

2008-12-25 Thread Steven D'Aprano
On Wed, 24 Dec 2008 16:59:23 -0800, Mike Driscoll wrote: >> Among my questions are: >> """ A little thread we've added""" seems to be an isolated string. It >> does not seem to be doing anything there, almost like a comment. Why is >> it there? > > > That's what some people call a doc string.

Re: PythonCard timer/thread tutorial

2008-12-24 Thread Gabriel Genellina
En Wed, 24 Dec 2008 20:56:45 -0200, Sponge Nebson escribió: This is my first post. Nice to meet you all! Could one of you walk me through this code? It is from David McNab and Alex Tweedly's tutorial on timers and threads, which can be found here: Mike Driscoll has already answered your quest

Re: PythonCard timer/thread tutorial

2008-12-24 Thread Mike Driscoll
On Dec 24, 4:56 pm, Sponge Nebson wrote: > Hello all, > > This is my first post. Nice to meet you all! Could one of you walk me > through this code? > >    def myThread(*argtuple): >         """ >         A little thread we've added >         """ >         print "myThread: entered" >         q = a

Re: PythonCard or Dabo?

2007-06-02 Thread Ed Leafe
On Jun 2, 2007, at 7:22 AM, SPE - Stani's Python Editor wrote: > Another alternative are GUI designers such as wxGlade or XRCed, both > of which ship with SPE (http://pythonide.stani.be). Dabo is especially > usefull (but not limited to) developping database applications as it > is an open source

Re: PythonCard or Dabo?

2007-06-02 Thread Terry Reedy
"Bill Maxwell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | On 19 Mar 2007 10:40:03 -0700, [EMAIL PROTECTED] wrote: | | ... | >You might want to submit this to the wxpython news-group. | ... | | What is the name of this newsgroup? I can't seem to locate it on my | news server.

Re: PythonCard or Dabo?

2007-06-02 Thread SPE - Stani's Python Editor
On Jun 2, 7:20 am, Bill Maxwell <[EMAIL PROTECTED]> wrote: > On 19 Mar 2007 10:40:03 -0700, [EMAIL PROTECTED] wrote: > > ...>You might want to submit this to the wxpython news-group. > > ... > > What is the name of this newsgroup? I can't seem to locate it on my > news server. > > Thanks, > > Bill

Re: PythonCard or Dabo?

2007-06-01 Thread Bill Maxwell
On 19 Mar 2007 10:40:03 -0700, [EMAIL PROTECTED] wrote: ... >You might want to submit this to the wxpython news-group. ... What is the name of this newsgroup? I can't seem to locate it on my news server. Thanks, Bill -- http://mail.python.org/mailman/listinfo/python-list

Re: PythonCard thoughts

2007-03-19 Thread John Henry
> > Do we know more things about the developing of this product, is it > active/dead or something ?? > I plan to use it to create something that will take a long time to > finish and i wouldn't want to find out that the product is a dead- > end... There is still "some" development work going on bu

Re: PythonCard thoughts

2007-03-19 Thread king kikapu
Ο/Η John Henry έγραψε: > (If I understand your question correctly) > > There is no restirction on what you call your objects. For instance, > I do call all of my buttons btnSomeThing, and so forth. No, i surely didn't mean this! What i mean is that the creation of these components happens to NOT

Re: PythonCard thoughts

2007-03-19 Thread John Henry
On Mar 19, 5:08 am, "king kikapu" <[EMAIL PROTECTED]> wrote: > Hi to all folks here, > > i downloaded and "playing" with PythonCard and i just want to share my > thoughts so maybe we can discuss a little about it. > I was used to wxGlade before and i think PythonCard is even better. > I like the se

Re: PythonCard or Dabo?

2007-03-19 Thread John Henry
On Mar 19, 10:24 am, Kevin Walzer <[EMAIL PROTECTED]> wrote: > I'm curious to know what others think of these two frameworks for > building wxPython apps. > > PythonCard has been around longer, but its development seems to have > slowed. The last release, 0.8.2, has been out for quite awhile now. >

Re: PythonCard or Dabo?

2007-03-19 Thread Paul Rudin
Kevin Walzer <[EMAIL PROTECTED]> writes: > I'm curious to know what others think of these two frameworks for > building wxPython apps. > > PythonCard has been around longer, but its development seems to have > slowed. The last release, 0.8.2, has been out for quite awhile now. > > Dabo is newer an

Re: PythonCard or Dabo?

2007-03-19 Thread Steve Holden
Kevin Walzer wrote: > I'm curious to know what others think of these two frameworks for > building wxPython apps. > > PythonCard has been around longer, but its development seems to have > slowed. The last release, 0.8.2, has been out for quite awhile now. > > Dabo is newer and seems to have ga

Re: PythonCard thoughts

2007-03-19 Thread Steve Holden
king kikapu wrote: >> I don't know much about PythonCard or wxGlade, but I use wxPython (which >> wxGlade uses, right?) and you now have the option to separate your GUI >> and code using an XRC file (xml file that describes layout). So perhaps >> this is something you can do with wxGlade, but at th

Re: PythonCard or Dabo?

2007-03-19 Thread kyosohma
On Mar 19, 12:24 pm, Kevin Walzer <[EMAIL PROTECTED]> wrote: > I'm curious to know what others think of these two frameworks for > building wxPython apps. > > PythonCard has been around longer, but its development seems to have > slowed. The last release, 0.8.2, has been out for quite awhile now. >

Re: PythonCard thoughts

2007-03-19 Thread king kikapu
> Would you please explain more in detail this "Message Watcher" option? > I use PythonCard from time to time, and I find it very easy to use and > practical, even considering the small shortcomings you mentioned > above, but I have no idea of this feature you're talking about.. > > Regards, > Luis

Re: PythonCard thoughts

2007-03-19 Thread Luis M. González
On Mar 19, 11:44 am, "king kikapu" <[EMAIL PROTECTED]> wrote: > > I don't know much about PythonCard or wxGlade, but I use wxPython (which > > wxGlade uses, right?) and you now have the option to separate your GUI > > and code using an XRC file (xml file that describes layout). So perhaps > > this

Re: PythonCard thoughts

2007-03-19 Thread king kikapu
> I don't know much about PythonCard or wxGlade, but I use wxPython (which > wxGlade uses, right?) and you now have the option to separate your GUI > and code using an XRC file (xml file that describes layout). So perhaps > this is something you can do with wxGlade, but at the same time it might >

Re: PythonCard thoughts

2007-03-19 Thread John Salerno
king kikapu wrote: > The only "problem" i see with this design is that by that separation > of Gui/Code, you loose the intellisense that (ex. PyDev) some editors/ > plugins can provide because in the .py file nothing is indicating > that , for example, the btnDoWork is a Button object. > This forc

Re: PythonCard

2007-01-30 Thread Tequila
On Jan 30, 6:26 pm, [EMAIL PROTECTED] wrote: > Tequila> I'm having some trouble starting PythonCard on my PC. I've > Tequila> downloaded and ran python-2.5.msi to install Python on my > Tequila> machine. And PythonCard-0.8.2.win32.exe to install PythonCard. > ... > Tequila>

Re: PythonCard

2007-01-30 Thread skip
Tequila> I'm having some trouble starting PythonCard on my PC. I've Tequila> downloaded and ran python-2.5.msi to install Python on my Tequila> machine. And PythonCard-0.8.2.win32.exe to install PythonCard. ... Tequila> import wx Tequila> ImportError: No module named

Re: PythonCard

2007-01-30 Thread Gabriel Genellina
En Tue, 30 Jan 2007 18:45:49 -0300, Tequila <[EMAIL PROTECTED]> escribió: > I'm having some trouble starting PythonCard on my PC. Usually it's a good idea at least to read the installation instructions :) http://pythoncard.sourceforge.net/windows_installation.html -- Gabriel Genellina -- ht

Re: PythonCard

2007-01-30 Thread Paul Watson
Tequila wrote: > I'm having some trouble starting PythonCard on my PC. > > I've downloaded and ran python-2.5.msi to install Python on my > machine. And PythonCard-0.8.2.win32.exe to install PythonCard. > > When I try to run the program I get the following error: > =

Re: PythonCard installation

2007-01-29 Thread Steve Holden
dudds wrote: > Anyone had any joy with this using FC6?? When I try to run code editor > I get the error "Traceback (most recent call last): > File > "/usr/lib/python2.4/PythonCard-0.8.2/tools/codeEditor/codeEditor.py", > line 13, in ? > from PythonCard import about, configuration, dialog, log

Re: PythonCard Auto Placement

2006-12-21 Thread John Henry
Brandon McGinty wrote: > Hi All, > I'm getting started with pythoncard. > I'm wondering if there is any way to auto-place the gui elements that I > use, so that they are all visible, and aligned? > I would use the "layout/resource" editors, but I'm blind, so I can't see > where the elements end up

Re: PythonCard question

2006-08-17 Thread [EMAIL PROTECTED]
DarkBlue wrote: > Is it possible to create pythoncard textField components > dynamically during run time ? > > Something on the lines of > > pseudo code : > > def make_textfield(length,topleftposx,topleftposy): > doit > > self.make_textfield(120,20,20) > > > Thanks for any ideas. The noresour

Re: Pythoncard question

2006-05-04 Thread bryan rasmussen
oops, sorry about that. I copied the message over in gmail but forgot to change the subject. Sorry, Bryan Rasmussen -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythoncard question

2006-05-04 Thread bryan rasmussen
Hi, I'm doing a sort of symbolic linking app in Windows for my own enjoyment, and figured I would do it in python for the same reason + learning the language. The following functions could obviously do with some refactoring. One obvious thing would be to make wordsetter and wordsforfolder more gen

Re: ? Pythoncard

2005-10-28 Thread Lee Harr
On 2005-10-28, LenS <[EMAIL PROTECTED]> wrote: > Never mind I figured out my on stupid mistake > How about posting a very simple explanation of what you did wrong and how you fixed it, instead of leaving the next person who has this problem with a dead end? Thanks. -- http://mail.python.org/ma

Re: ? Pythoncard

2005-10-28 Thread LenS
Never mind I figured out my on stupid mistake Thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: [Pythoncard-users] Re: Pythoncard mental block

2005-10-09 Thread Alex Tweedly
Gregory Piñero wrote: The Python-Card guys are really helpful, <[EMAIL PROTECTED]>, you may have to register on sourceforge to get on their list. In the meantime I went ahead and cc'd them on this.  Python-Card guys, make sure to cc Steven as he may not be on the list. Thanks Greg.

Re: Pythoncard mental block

2005-10-07 Thread Gregory Piñero
The Python-Card guys are really helpful, <[EMAIL PROTECTED]>, you may have to register on sourceforge to get on their list. In the meantime I went ahead and cc'd them on this.  Python-Card guys, make sure to cc Steven as he may not be on the list. -Greg On 10/7/05, Steven D'Aprano <[EMAIL PROTECT

Re: Pythoncard mental block

2005-10-07 Thread Steven D'Aprano
On Fri, 07 Oct 2005 10:25:24 -0700, jlocc wrote: > Hi!! > > I am working on a school project and I decided to use PythonCard and > wxPython for my GUI development. I need a password window that will > block unwanted users from the system. I got the pop-up password > question to work... I haven't

Re: [Pythoncard-users] Grid problems

2005-07-25 Thread Dark Cowherd
> > info = dbc.fetchall() > > > self.dbTable=DBTable(¿?¿?¿?¿?) ß here is where I have problems, I > used cursor, argument but no data shown > Hmm, Not sure, but isnt the data in the variable 'info' try self.dbTable = info -- Dark Cowherd -- http://mail.python.org/mailma

Re: PythonCard and Py2Exe

2005-02-26 Thread PipedreamerGrey
That did it. Thanks a lot. -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythoncard - Mistake in walkthrough?

2005-02-24 Thread It's me
No, those are old still. "Deltones" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > As stated in the on-line WalkThrough, the information there was written for > > an older version of the program. > > > > > Hi, > > I understand, but the walkthrough I'm doing comes from the doc fo

Re: Pythoncard - Mistake in walkthrough?

2005-02-23 Thread Deltones
> As stated in the on-line WalkThrough, the information there was written for > an older version of the program. > Hi, I understand, but the walkthrough I'm doing comes from the doc folder of the latest windows package. I thought that the walkthrough were updated to fit the newest version. Than

Re: Pythoncard - Mistake in walkthrough?

2005-02-23 Thread It's me
As stated in the on-line WalkThrough, the information there was written for an older version of the program. "Deltones" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > I'm just getting into Python/wxPython/Pythoncard and I'm trying the > tutorial from this page: > http:/

Re: PythonCard and Py2Exe

2005-02-22 Thread It's me
It's: from PythonCard.components import radiogroup not just: from PythonCard import radiogroup "PipedreamerGrey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm trying to create a standalone version (.exe) of PythonCard's Custdb > sample using Py2Exe version 0.5.0. E

Re: PythonCard and Py2Exe

2005-02-18 Thread PipedreamerGrey
I am using the command prompt. What I realized after reading your entry, Peter, is that if I use "setup.py py2exe" instead of "start setup.py py2exe" I can see the error in the same window without it closing. I went into the script and double spaced everything in case Notebook smashed the lines

Re: PythonCard and Py2Exe

2005-02-17 Thread Peter Hansen
[EMAIL PROTECTED] wrote: (Most recent call last): C:\Documents and Settings\Gateway User\ Desktop\custdb\setup.py", > line 1, name = "custdb", 'setup' is not defined There may be a single word infront of 'setup' on the fourth line, it scramble on my screen because I have to use a screen capture to

Re: PythonCard and Py2Exe

2005-02-16 Thread pipedreamergrey
The Error: (Most recent call last): C:\Documents and Settings\Gateway User\ Desktop\custdb\setup.py", line 1, name = "custdb", 'setup' is not defined There may be a single word infront of 'setup' on the fourth line, it scramble on my screen because I have to use a screen capture to read th

Re: PythonCard and Py2Exe

2005-02-16 Thread pipedreamergrey
> You should move these 'import ...' statements to your *script* so that > py2exe doesn find them, not to the setup script. > > Thomas Removing import statements only returns this error message before the package compiles: = "custdb", 'setup' is not defined No files are returned. -- http://ma

Re: PythonCard and Py2Exe

2005-02-16 Thread Peter Hansen
[EMAIL PROTECTED] wrote: You should move these 'import ...' statements to your *script* so that py2exe doesn find them, not to the setup script. Removing import statements only returns this error message before the package compiles: = "custdb", 'setup' is not defined No files are returned. Please u

Re: PythonCard and Py2Exe

2005-02-15 Thread Thomas Heller
[EMAIL PROTECTED] writes: > For this setup file, the executable packs, but when I attempt to run > the program, the screen flashes, " cannot import name radiogroup ". > I've attempted adding "import radiogroup", "from Pythoncard import > radiogroup" and "from Pythoncard.compnents import radiogrou

Re: PythonCard and Py2Exe

2005-02-15 Thread PipedreamerGrey
For this setup file, the executable packs, but when I attempt to run the program, the screen flashes, " cannot import name radiogroup ". I've attempted adding "import radiogroup", "from Pythoncard import radiogroup" and "from Pythoncard.compnents import radiogroup" to the setup file, and that doe

Re: PythonCard and Py2Exe

2005-02-15 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I've been banging my head against this problem for a week. It's time > to ask for help, because I'm obviously not going to solve this by trial > and error. I'm trying to create a standalone version (.exe) of > PythonCard's Custdb sample using Py2Exe version 0.5.0. Eve