WindowsWindows 10 and Windows 8
   
   1. In Search, search for and then select: System (Control Panel)
   2. Click the *Advanced system settings* link.
   3. Click *Environment Variables*. In the section *System Variables*, 
   find the PATH environment variable and select it. Click *Edit*. If the 
   PATH environment variable does not exist, click New.
   4. In the *Edit System Variable* (or *New System Variable*) window, 
   specify the value of the PATHenvironment variable. Click *OK*. Close all 
   remaining windows by clicking *OK*.
   5. Reopen Command prompt window, and run your python code.

Windows 7
   
   1. From the desktop, right click the *Computer* icon.
   2. Choose *Properties* from the context menu.
   3. Click the *Advanced system settings* link.
   4. Click *Environment Variables*. In the section *System Variables*, 
   find the PATH environment variable and select it. Click *Edit*. If the 
   PATH environment variable does not exist, click New.
   5. In the *Edit System Variable* (or *New System Variable*) window, 
   specify the value of the PATHenvironment variable. Click *OK*. Close all 
   remaining windows by clicking *OK*.
   6. Reopen Command prompt window, and run your python code.

Windows Vista
   
   1. From the desktop, right click the *My Computer* icon.
   2. Choose *Properties* from the context menu.
   3. Click the *Advanced* tab (*Advanced system settings* link in Vista).
   4. Click *Environment Variables*. In the section *System Variables*, 
   find the PATH environment variable and select it. Click *Edit*. If the 
   PATH environment variable does not exist, click New.
   5. In the *Edit System Variable* (or *New System Variable*) window, 
   specify the value of the PATHenvironment variable. Click *OK*. Close all 
   remaining windows by clicking *OK*.
   6. Reopen Command prompt window, and run your python code.

Windows XP
   
   1. Select *Start*, select *Control Panel*. double click *System*, and 
   select the *Advanced* tab.
   2. Click *Environment Variables*. In the section *System Variables*, 
   find the PATH environment variable and select it. Click *Edit*. If the 
   PATH environment variable does not exist, click New.
   3. In the *Edit System Variable* (or *New System Variable*) window, 
   specify the value of the PATHenvironment variable. Click *OK*. Close all 
   remaining windows by clicking *OK*.
   4. Reopen Command prompt window, and run your python code.
   
   

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to