have designed and developed Graphing tools and Math/Stats online
software that is available on internet. Most of my visitor are from US
academia. The list of programs include the following
1. Graphing Rectangular 2D
2. Graphing Rectangular 3D
3. Graphing Polar
4. Graphing 2D Parametric curves
5.
I am trying my hands on Python, and i bump into an error and woah! when you
google it up, it's an bug in windows.
The bug which you people are discussing about is still not patched up in
Win XP. I have updated all the my windows update and have installed all kinds
of patch.
regards
dexter
--
http://mail.python.org/mailman/listinfo/python-list
On Wed, Jun 18, 2014 at 1:20 PM, cutey Love wrote:
> I'm trying to read in 10 lines of text, use some functions to edit them
> and then return a new list.
>
> The problem is my program always goes not responding when the amount of lines
> are a high number.
>
> I don't care how long the prog
When i try to run this code and to connect to server (server is written in java
that part of code is ok) everything stalls. Thread that i created here occupies
processor all the time and GUI freezes. It's supposed to be waiting for message
from server. (asynchronous one) Is there something that
Yeah, that seems to be problem. Waiting for message is in theory infinite. But
why doesn't this separate thread leave processor while it is sleeping?
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for help. Do you have any reference to pint me out for that subprocess
creation?
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for help. Do you have any reference to direct me for that subprocess
creation?
--
http://mail.python.org/mailman/listinfo/python-list
FOUND ERROR! :D In creatin method of thread i wrote treadFunc() and should have
said threadFunc (as pointer). Now i have problem with Text component. How to
append string at end of it?
--
http://mail.python.org/mailman/listinfo/python-list
Thanks! :D
--
http://mail.python.org/mailman/listinfo/python-list
On Jun 27, 5:56 pm, MRAB wrote:
> eric_dex...@msn.com wrote:
> > I managed to get the program running and the menu options are
> > appearing on the list but the programs are not running. I suspect it
> > is my onexecutemethod
>
> [snip]
>
> > #add execute files from the text file list
> >
On Jun 27, 7:46 pm, MRAB wrote:
> Stephen Hansen wrote:
> > On 6/27/10 6:09 PM, MRAB wrote:
> >> Terry Reedy wrote:
> >>> Another would have been to add but never remove anthing, with the
> >>> consequence that Python would become increasingly difficult to learn
> >>> and the interpreter increasin
On Jun 27, 8:18 pm, MRAB wrote:
> eric dexter wrote:
> > On Jun 27, 5:56 pm, MRAB wrote:
> >> eric_dex...@msn.com wrote:
> >>> I managed to get the program running and the menu options are
> >>> appearing on the list but the programs are not running.
On Jun 28, 5:48 am, Dave Pawson wrote:
> I've a fairly long bash script and I'm wondering
> how easy it would be to port to Python.
>
> Main queries are:
> Ease of calling out to bash to use something like imageMagick or Java?
> Ease of grabbing return parameters? E.g. convert can return both
> he
13 matches
Mail list logo