Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. % tclsh
  2. % package require csv
  3.  
  4. >>> import os
  5. >>> print os.__file__
  6. '/a/b/python2.2.1/linux26_x86_64/lib/python2.2/os.pyc'
  7.  
  8. % package require csv
  9. 0.7.2
  10. % package ifneeded csv 0.7.2
  11. package provide csv 0.7.2;source -encoding utf-8 {C:/Program Files/Tcl/lib/teapot/package/tcl/teapot/tcl8/8.3/csv-0.7.2.tm}
  12.  
  13. join $::auto_path n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement