Help Needed - Using Safenet( Previously, Aladdin) HASP Hardware Lock with Python

2010-10-21 Thread Bishwarup Banerjee
Dear All, It will be very kind of you, if you can let me know (Or point to some links), how to use HASP Hardware Lock using Python ? I am trying to handle Hardware Lock authentication for our project, but cant find any clear cut solution. I am using python 2.5 on windows XP platform. With Warm

Re: Help needed - To get path of a directory

2010-10-13 Thread Bishwarup Banerjee
Dear Emmanuel, Thank you for your reply. Actually what I want to do is, at the run time I want to know the location of a specific directory. Then I will add some file name to the path and load the file. The directory can reside in any drive, depending on the user. With Warm Regards, On Wed,

Help needed - To get path of a directory

2010-10-12 Thread Bishwarup Banerjee
Dear All, I want to get the absolute path of the Directory I pass explicitly. Like functionName(\abcd). I should pass the name of the directory and the function should search for it in the Hard drives and return me the full path of location on the drive. I tried using os.path, but didn't