On May 3, 12:15 pm, rnd wrote:
> On May 2, 10:48 pm, John Henry wrote:
>
> > Attempt to push Pythoncard to a 1.0 status is now underway. A
> > temporary website has been created at:
>
> >http://code.google.com/p/pythoncard-1-0/
>
> > The
On May 2, 10:48 pm, John Henry wrote:
> Attempt to push Pythoncard to a 1.0 status is now underway. A
> temporary website has been created at:
>
> http://code.google.com/p/pythoncard-1-0/
>
> The official website continues to behttp://pythoncard.sourceforge.net/
>
&
Attempt to push Pythoncard to a 1.0 status is now underway. A
temporary website has been created at:
http://code.google.com/p/pythoncard-1-0/
The official website continues to be http://pythoncard.sourceforge.net/
Pythoncard is such a wonderful package that it would be a shame to
allow
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
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 pis
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
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 tha
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
exe
rote in message
news:e7a3e095-974f-4239-8812-44f304f5f...@n21g2000vba.googlegroups.com...
> 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 t
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 can'
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
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 = argtuple[0]
print "myThread: starting loop"
x =
On May 30, 9:50 am, [EMAIL PROTECTED] wrote:
> Have you shown this stuff to the google AppEngine folks!
> Thats being touted as the thing that'll make web-2 easy
> App-Engine has the persistence, and the integration, its missing the
> others and without them it'll never be great.
Google App Engine
Have you shown this stuff to the google AppEngine folks!
Thats being touted as the thing that'll make web-2 easy
but you have to write code (Python) which will turn off 99% of
possible users.
What made Hypercard really great (and Supercard on DOS, and the new
clones like Revolution) is that it w
all
> like that that could be used with YUI?
>
Sorry but I don't know any of this. I am pretty new to web
programming.
> I have evaluated XForms, Laszlo, Flex, ZK, ... but I have to say
> QxTransformer is the cleverest solution I have found so far (thanks to
> you). I love it.
f
> HTML itself. Eventhough PythonCard hasn't keep up with the latest
> widgets in wxpython, the programs so created still works a lot better
> - until now.
>
> If you look at programs at some of the major sites these days - like
> Google calendar, Netflix, blockbuster,
ve to say
QxTransformer is the cleverest solution I have found so far (thanks to
you). I love it.
> I want Pythoncard.
I feel with you
Thanks!
Jaime
--
http://mail.python.org/mailman/listinfo/python-list
On Apr 29, 1:16 pm, Panyasan <[EMAIL PROTECTED]> wrote:
> On 29 Apr., 20:30, Panyasan <[EMAIL PROTECTED]> wrote:
>
> > On 29 Apr., 18:17, John Henry <[EMAIL PROTECTED]> wrote:
>
> > > There are a whole bunch of test programs that comes with Pythoncard.
On 29 Apr., 20:30, Panyasan <[EMAIL PROTECTED]> wrote:
> On 29 Apr., 18:17, John Henry <[EMAIL PROTECTED]> wrote:
>
>
>
> > There are a whole bunch of test programs that comes with Pythoncard.
> > Do they work? (Not all of them will work - some requires a
On 29 Apr., 18:17, John Henry <[EMAIL PROTECTED]> wrote:
>
> There are a whole bunch of test programs that comes with Pythoncard.
> Do they work? (Not all of them will work - some requires a database)
Yes, the examples work. Just the resourceEditor.py and the
layoutEditor.py in
On Apr 29, 8:28 am, Panyasan <[EMAIL PROTECTED]> wrote:
> > Christian,
>
> > It appears you're missing a file. Where did you placed my program? I
> > see that there are two places being mentioned:
>
> > > no resource file for /Users/bibliograph/Pr
> Christian,
>
> It appears you're missing a file. Where did you placed my program? I
> see that there are two places being mentioned:
>
> > no resource file for /Users/bibliograph/Programme/PythonCard/tools/
> > layoutEditor/multipropertyEditor
>
> an
On Apr 29, 1:57 am, Panyasan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am one of the two developers working on the xml-to-javascript
> converter (qxtransformer) John has mentioned and we are thrilled that
> our project has found a use in the PythonCard community.
>
>
Hi,
I am one of the two developers working on the xml-to-javascript
converter (qxtransformer) John has mentioned and we are thrilled that
our project has found a use in the PythonCard community.
However, we have a problem getting PythonCard to work on our Macs (Mac
OS 10.5 Leopard). We should
On Apr 28, 12:41 pm, John Henry <[EMAIL PROTECTED]> wrote:
> On Apr 27, 12:23 pm, Fred Pacquier <[EMAIL PROTECTED]> wrote:
>
>
>
> > Do keep us posted !
>
> > TIA,
> > fp
>
> Check it out now.
>
> Only one to be added is the Multicolumn List (table), and then menus.
> The other widgets (Togglebutto
On Apr 27, 12:23 pm, Fred Pacquier <[EMAIL PROTECTED]> wrote:
>
> Do keep us posted !
>
> TIA,
> fp
Check it out now.
Only one to be added is the Multicolumn List (table), and then menus.
The other widgets (Togglebutton, BitmapCanvas, Gauge, Notebook,
CodeEditor) will not be implemented initially
m wondering what kind of impact those tools you mention
would have, server side.
> Yes, who would have throught we don't have to give up on Pythoncard?
Proof of superior vision, architecture and design, all that time ago...
--
http://mail.python.org/mailman/listinfo/python-list
On Apr 27, 12:23 pm, Fred Pacquier <[EMAIL PROTECTED]> wrote:
> John Henry <[EMAIL PROTECTED]> said :
>
> > Welcome to the modernized world of Pythoncard!!!
>
> Hey, that's really neat !
>
> I remember dabbling in Pythoncard in the early days, some years ag
On Apr 27, 11:36 am, Ron Stephens <[EMAIL PROTECTED]> wrote:
> John,
>
> This is very interesting! Please do make this available. I love
> PythonCard, but I am doing mainly web programming these days.
>
> I will mention this on my next podcast. Can you do a
John Henry <[EMAIL PROTECTED]> said :
> Welcome to the modernized world of Pythoncard!!!
Hey, that's really neat !
I remember dabbling in Pythoncard in the early days, some years ago, it was
a very interesting project. I gave it up eventually, partly because it
seemed somewha
John,
This is very interesting! Please do make this available. I love
PythonCard, but I am doing mainly web programming these days.
I will mention this on my next podcast. Can you do a slider?
Ron Stephens
Python411 www.awaretek.com/python/index.html
--
http://mail.python.org/mailman/listinfo
On Apr 26, 11:04 pm, John Henry <[EMAIL PROTECTED]> wrote:
> On Apr 26, 3:03 pm, John Henry <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > On Apr 26, 8:46 am, [EMAIL PROTECTED] (Aahz) wrote:
>
> > > In article <[EMAIL PROTECTED]>,
> > > John Henry <[EMAIL PROTECTED]> wrote:
>
> > > >But then I looked cl
On Apr 26, 3:03 pm, John Henry <[EMAIL PROTECTED]> wrote:
> On Apr 26, 8:46 am, [EMAIL PROTECTED] (Aahz) wrote:
>
>
>
>
>
> > In article <[EMAIL PROTECTED]>,
> > John Henry <[EMAIL PROTECTED]> wrote:
>
> > >But then I looked closer. It turns out the XML file created by
> > >QxTransformer is *very
On Apr 26, 4:05 pm, [EMAIL PROTECTED] wrote:
> On Apr 26, 5:03 pm, John Henry <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Apr 26, 8:46 am, [EMAIL PROTECTED] (Aahz) wrote:
>
> > > In article <[EMAIL PROTECTED]>,
> > > John Henry <[EMAIL PROTECTED]> wrote:
>
> > > >But then I looked closer. It turns ou
On Apr 26, 5:03 pm, John Henry <[EMAIL PROTECTED]> wrote:
> On Apr 26, 8:46 am, [EMAIL PROTECTED] (Aahz) wrote:
>
>
>
>
>
> > In article <[EMAIL PROTECTED]>,
> > John Henry <[EMAIL PROTECTED]> wrote:
>
> > >But then I looked closer. It turns out the XML file created by
> > >QxTransformer is *very
On Apr 26, 8:46 am, [EMAIL PROTECTED] (Aahz) wrote:
> In article <[EMAIL PROTECTED]>,
> John Henry <[EMAIL PROTECTED]> wrote:
>
>
>
> >But then I looked closer. It turns out the XML file created by
> >QxTransformer is *very* similar in structure when compared to the
> >resource files used inPytho
In article <[EMAIL PROTECTED]>,
John Henry <[EMAIL PROTECTED]> wrote:
>
>But then I looked closer. It turns out the XML file created by
>QxTransformer is *very* similar in structure when compared to the
>resource files used in PythonCard. Since there are no GUI builders
PythonCard hasn't keep up with the latest
widgets in wxpython, the programs so created still works a lot better
- until now.
If you look at programs at some of the major sites these days - like
Google calendar, Netflix, blockbuster, and so forth - you would
undoubtedly notice that the quali
On Apr 15, 1:04 pm, bvidinli <[EMAIL PROTECTED]> wrote:
> i installed pythoncard, but i could not find how to start it ?
> where can i find its executable/binary ?
> or menu item ?
> or command line that i should enter ?
>
> thanks.
>
> --
> Ý.Baha
i installed pythoncard, but i could not find how to start it ?
where can i find its executable/binary ?
or menu item ?
or command line that i should enter ?
thanks.
--
İ.Bahattin Vidinli
Elk-Elektronik Müh.
---
iletisim bilgileri (Tercih sirasina gore):
skype: bvidinli (sesli
is an open source alternative to Visual Fox pro.
Sorry for coming into this discussion late; I was away celebrating
our 21st anniversary with my wife!
I think that the most important thing to consider in deciding
between one or the other is what it is you want to do. PythonCard
"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
On May 25, 4:43 pm, "Michal Lipinski" <[EMAIL PROTECTED]>
wrote:
> now it's working just fine. but still I dont know why eval dont work ?
>
> and thx for help
>
> 25 May 2007 15:05:03 -0700, 7stud <[EMAIL PROTECTED]>:
>
>
>
> > Here's a complete example:
>
> > ###
> > #create objec
now it's working just fine. but still I dont know why eval dont work ?
and thx for help
25 May 2007 15:05:03 -0700, 7stud <[EMAIL PROTECTED]>:
> Here's a complete example:
>
> ###
> #create object 's':
>
> class S(object):pass
> class X(object):pass
> class Y(object):pass
>
> s =
Here's a complete example:
###
#create object 's':
class S(object):pass
class X(object):pass
class Y(object):pass
s = S()
s.components = X()
s.components.d1 = Y()
s.components.d2 = Y()
s.components.d3 = Y()
##
##
set some initial values:
f
On May 25, 3:33 pm, "Michal Lipinski" <[EMAIL PROTECTED]>
wrote:
> Hi
>
> its my first post. I have a problem, I want to user eval() function in
> a for loop to set labels to staticText so i done something like this:
>
> dzien=self.components.Calendar.GetDate().GetDay()
>for i in range(1,8):
Hi
its my first post. I have a problem, I want to user eval() function in
a for loop to set labels to staticText so i done something like this:
dzien=self.components.Calendar.GetDate().GetDay()
for i in range(1,8):
act=dzien+i -1
eval( 'self.components.d' + str(i) +
r.
On the other end, being an open-source project, I myself isn't that
concerned. I found PythonCard fit my needs - it has been for several
years, and probably remain so for several years to come. The fact
that there has been no new widgets added to the project for a couple
of years didn
onents happens to NOT reside in the .py file that we are use
to put our logic in, so, the various Editors/Plug-ins cannot
"understand" what type is the object we refer to so they cannot
provide intellisense information.
Let' say for example, that we create a design in PythonCard that
co
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 thin
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 bee
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 awh
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
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 yo
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 bee
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 gathered a lot of buzz.
Anyon
> 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
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
> 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 s
Button object.
> This force you to remember many properties and switch back and forth
> between your code and the wxPython help file. This is not the case for
> wxGlade because all boilerplate code is in the same file (for good and
> for bad)
I don't know much about PythonCard or wxGl
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 separate implementation of GUI and Code that PythonCard
provid
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 PythonC
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> Imp
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
--
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 progr
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:
==
C:\Py
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 im
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, menu,
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,
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 u
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)
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.
--
http://mail.python.org/mailman
Pythoncard powered Backup program.
http://www.latedecember.com/sites/software/LDBackup/
This is a small simple project to encourage newbies to get involved in
Open Source, learn more Python(card) and to give me some experience in
running a project. It is also a handy tool which I have used for
Luis M. González wrote:
> 18 months? Wow!.. time flies...
> Anyway, PythonCard is a fine product, and it's very good just the way
> it is.
> It would be great if a new release comes up though...
The mailing list is quite active :
http://news.gmane.org/gmane.comp.python.pythonc
18 months? Wow!.. time flies...
Anyway, PythonCard is a fine product, and it's very good just the way
it is.
It would be great if a new release comes up though...
--
http://mail.python.org/mailman/listinfo/python-list
There haven't been any updates since version 0.8.1 in October 2004,
almost 18 months. And the new book on wxPython doesn't say anything
about PythonCard, which I find rather surprising.
--
http://mail.python.org/mailman/listinfo/python-list
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
I am trying to port a Delphi database application
to python on linux with a firebird database backend
and I am using pythoncard to recreate the gui.
I will have about 25 delphi forms to
be recreated and I would like to know
what is the best way to call them up
from within each other .
There is a
[EMAIL PROTECTED] wrote:
> Hi,
>
> I'm attempting to build a small app that uses pythoncard for a gui
> layer. The intention is to use py2app to construct an .app bundle for
> the Mac. I'm running OS 10.4 on an Intel MacBook Pro. I'm using the
> default i
[EMAIL PROTECTED] wrote:
> Hi,
>
> I'm attempting to build a small app that uses pythoncard for a gui
> layer. The intention is to use py2app to construct an .app bundle for
> the Mac. I'm running OS 10.4 on an Intel MacBook Pro. I'm using the
> default install
Hi,
I'm attempting to build a small app that uses pythoncard for a gui
layer. The intention is to use py2app to construct an .app bundle for
the Mac. I'm running OS 10.4 on an Intel MacBook Pro. I'm using the
default installed Python 2.3
The .app bundle appears to build, but
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
I have created a small gui stub as follows using Pythoncard:
c:\myhome
lmsgui.py
lmsgui.rsrc.py
When I try to run I get the following error:
(Errno2) no such file or directory lmsqui.rsrc.py
I understand why I am getting the error the question is how do I fix
this so it looks in the
class) and
things should work.
FYI here is the version of starter1.py from my installed PythonCard
0.8.1:
#!/usr/bin/python
"""
__version__ = "$Revision: 1.6 $"
__date__ = "$Date: 2004/05/05 16:53:23 $"
"""
from PythonCard import model
Under the "Getting Started with Pythoncard" there is a short little
example of changing the starter1.py. I have made the 2 changes and
when I run the program I get the following error:
Traceback error
...
result = dialog.alertDialog(self, 'It works!', 'Showing Of
Thanks Greg.
>
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 seen a
7;Aprano <[EMAIL PROTECTED]> wrote:
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
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
> ques
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...
def on_openBackground(self, event):
result
There are some Python packages that I prefer to get from the developer
instead of from my Linux distribution (Debian).
Usually it is because I intend to upgrade the package before, or more
often than, my distribution releases a new version. (A likely scenario
if you use Debian - zing!)
So I downlo
On Fri, 26 Aug 2005 20:51:15 +0530, "Varun Hiremath"
<[EMAIL PROTECTED]> said:
> Hello everybody,
> I was trying to install pythoncard on my system and I got this
> error. I am using an unstable version of Debian. Can someone tell me
> what the error
Hello everybody,
I was trying to install pythoncard on my system and I got this
error. I am using an unstable version of Debian. Can someone tell me
what the error could be. Is it because I am usingUnstable version of
Debian I am getting this error or is it because of some other
reason
ll()
self.cond.release()
time.sleep(1)
class Cons(Thread):
def __init__(self, queue, cond):
Thread.__init__(self)
self.queue=queue
self.cond=cond
def run(self):
while 1:
time.sleep(2)
self.cond.acquire()
1 - 100 of 121 matches
Mail list logo