Search:

Type: Posts; User: stevescripts; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    569

    Re: Python Idle errors...tkinter...

    Can you be more specific? An example would probably prove useful...

    Steve
  2. Replies
    1
    Views
    207

    Re: Searching a database

    duh ... lacking time and energy this am, I am not going to exactly answer your question, but offer an alternative solution ...

    If you want a database (and your data will increase, and increase...
  3. Replies
    8
    Views
    723

    Re: Merry Christmas and Happy New Year!

    Me too!

    Wishing all the best of holiday seasons, and a happy, healthy and prosperous New Year!

    Steve
  4. Replies
    9
    Views
    779

    Re: Simple database programming

    and yet another vote for sqlite ;)

    Steve
  5. Replies
    5
    Views
    2,223

    Re: OOP Programming Exercises

    A program to handle payroll, and perhaps one to handle something like an airline reservation system come to mind also. Don't overlook those card games either ... ;)

    Steve
  6. Replies
    51
    Views
    5,316

    Re: Easiest Programming Language?

    Another $.02 from an(other) old-fart ...

    I would avoid any sort of BASIC like the plague - today's scripting languages are a far superior place to begin ...

    CPT Picard - interesting concept...
  7. Replies
    6
    Views
    491

    Re: Tkinter doubt

    hmm ... if you want a table - why not look at a table widget, rather than drawing it on a canvas?

    TkTable - http://tkinter.unpythonic.net/wiki/TkTable

    Steve
    (PS - with Tk, you should avoid...
  8. Re: Creating a GUI for the commands that i enter to terminal

    MrBoxes -

    How about you start a new thread, with some specific examples of some of the commands you are talking about?

    Just for clarification - you said you would actually prefer tk ... so are...
  9. Re: Creating a GUI for the commands that i enter to terminal

    hmm... I *suspected* when I saw "tksurfer", that there might be a tcl/tk
    scripting interface to freesurfer. (I have never used this, FWIW).

    Have you looked at this link?...
  10. Replies
    14
    Views
    815

    Re: Is HTML important?

    Note that HTML is a *markup* language, and not a programming language.

    Still, taking that class is certainly not a bad idea, I doubt there are many folks here who haven't done at least a bit of...
  11. Replies
    9
    Views
    541

    Re: I'm new to C++, help?

    One more voice for first learning to code with a text editor and build from the command line ...

    Steve
  12. Replies
    1
    Views
    216

    Re: Output to soundcard

    For what very little work I have ever done with sound, I have used Snack:

    http://www.speech.kth.se/snack/

    Some examples you might find useful:
    ...
  13. Replies
    18
    Views
    771

    Re: having trouble updating IDLE

    sorry for the brainfart - I should have read the whole post before going off half-cocked ...

    Can you post the output of "whereis python" ?
  14. Replies
    18
    Views
    771

    Re: having trouble updating IDLE

    rather than su root - on Ubuntu, type sudo make install
    you will then be prompted for the root password
  15. Re: Tkinter (Python) running from command line.

    Java Geek - My pleasure ;)



    Paul - quite true, however, since nearly everything I write has to run on linux and *******, I am in the habit of using file extensions virtually always.

    Steve
  16. Re: Tkinter (Python) running from command line.

    Java Geek -

    Indeed monraaf is correct in assuming you have not started Tk's event loop.



    #!/usr/bin/python

    from Tkinter import *
  17. Replies
    10
    Views
    1,597

    Re: tkinter askdirectory question

    smartbei - Glad you found the time I havent been able to make.

    david - make sure you understand what smartbei is saying about your code (and the overriding of the label names)

    EDIT: It seems...
  18. Replies
    10
    Views
    1,597

    Re: tkinter askdirectory question

    hmm ... I thought I had it fixed, but I don't...

    I find your widget naming ... unusual ... and the indentation and program flow a bit confusing.

    Maybe I can find some more time later. Gotta pay...
  19. Replies
    10
    Views
    1,597

    Re: tkinter askdirectory question

    david,

    grid is *NOT* the problem - I took a quick look at your script, and still don't have time right now to help you clean it up a bit. (it appears to be a scope problem, on a quick glance)...
  20. Re: A little python help, not that hard a question probably

    google is your friend ...

    http://en.wikipedia.org/wiki/Event_handler

    http://www.webopedia.com/TERM/E/event_handler.html

    Steve
    (make sure your read about callbacks and event driven...
  21. Replies
    8
    Views
    450

    Re: When some one asks a question...?

    hmm ... during the time I have been here, sometimes asking for help,
    and sometimes giving help, I have only written what I would consider a
    *full* program for someone else once...

    The problem...
  22. Replies
    10
    Views
    1,597

    Re: tkinter askdirectory question

    dalandtwist,

    No time right now to look at your script.

    A quickie hack that might help with your problem:



    #!/usr/bin/python
  23. Replies
    13
    Views
    687

    Re: Newbie Python Question

    I certainly agree with getting some experience prior to undertaking a text editor.

    Also, If you want to write a text editor, why console based, rather than GUI based? <curiosity... ;) >

    That...
  24. Replies
    5
    Views
    1,023

    Re: Booting a toy OS from flash disk

    EDIT Grub: http://www.howtoforge.com/working_with_the_grub_menu

    This may be even more useful, however: http://www.pendrivelinux.com/usb-ubuntu-904-persistent-install-windows/

    Hope this helps a...
  25. Replies
    12
    Views
    863

    Poll: Re: Free Software Developer Demographics

    hmm ... or does it show that the students are the ones who answered the poll ... ?

    Steve
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4