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
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
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
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
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...