Re: unabe to import /pyd file.

2017-12-25 Thread Matt Wheeler
On Fri, Dec 15, 2017, 09:58 wrote: > Hi, > > I have created one library file > "modified_python_automation_tcl.py"..Inside my library file I have set of > codes as follows. > > import sys > import time > from datetime import datetime > import

Re: unabe to import /pyd file.

2017-12-15 Thread Steve D'Aprano
On Fri, 15 Dec 2017 09:09 pm, Tim Golden wrote: > Apart from anything else these need to be raw strings: > > sys.path.append(r'C:\Python27\Lib\lib-tk') Don't use raw strings for paths. It's a trap: r'C:\Python27' # okay r'C:\Python27\' # fails Windows supports / as directory separator.

Re: unabe to import /pyd file.

2017-12-15 Thread Tim Golden
On 15/12/2017 09:58, supsw...@gmail.com wrote: Hi, I have created one library file "modified_python_automation_tcl.py"..Inside my library file I have set of codes as follows. import sys import time from datetime import datetime import

unabe to import /pyd file.

2017-12-15 Thread supswain
Hi, I have created one library file "modified_python_automation_tcl.py"..Inside my library file I have set of codes as follows. import sys import time from datetime import datetime import re,sys,os,itertools,datetime,commands,logging,math,time,copy,inspect from robot.api import logger import