[Tutor] keystroke via software

2006-07-09 Thread johnsonv3
Hi, How can one make a networked Windows XP  think a keystroke has been made every 13 minutes?  What would a python program to do this look like?   Thanks for your help. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo

Re: [Tutor] Python Programming Books

2006-07-14 Thread johnsonv3
I also am a novice. Nearly finished with the first book listed below... If learning Python for the fun of it I have found this one enjoyable (pasted below is listing at Amazon): Python Programming for the Absolute Beginner, Second Edition (For the Absolute Beginner) by Michael Dawson (P

[Tutor] search path

2006-07-22 Thread johnsonv3
Hi,   If one does this...   import sys sys.path.append("C:\\panda\direct")   Is the change to python search path only temporary? Thanks. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] search path

2006-07-22 Thread johnsonv3
Another search path question   When one installs a program (such as Panda or Livewires) into python sitepackage folder is the python search path automnatically updated to search the newly installed folders and files? ___ Tutor maillist - Tutor@pyth

[Tutor] starting a program from python

2006-07-22 Thread johnsonv3
Hi, Using Windows XP Home & python 234 I am trying to start python programs that run Panda 3D without having to open command prompt and type a path every time I run a program.   This pandastart.bat file works...   cd C:\Panda3D-1.2.3\mystuff ppython bvd.py   and from python shell this works...