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.
>
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
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
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
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
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
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?
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.
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
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
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
"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.
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
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
>
> 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
Ο/Η 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
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
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.
>
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
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
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
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.
>
> 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
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
> 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
>
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
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>
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
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
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:
> =
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
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
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
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
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
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
Never mind I figured out my on stupid mistake
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
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.
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
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
>
> 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
That did it. Thanks a lot.
--
http://mail.python.org/mailman/listinfo/python-list
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
> 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
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:/
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
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
[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
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
> 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
[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
[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
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
[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
54 matches
Mail list logo