0

I had an application build with the Python version 2.4.4. It unlocks some features after reading a license file from the path "C:/filename ".

But it is not working while trying on the other machine with Win-7 OS, while working on other machines successfully.

Note: Out of 10 machines 1 machine is facing with this problem.

The file which it is directed to read is just a decrypted file created using the volume number of the O.S using py-crypto.

Can anyone suggest me to sort this out?

MarmiK
  • 5,639
  • 6
  • 40
  • 49
  • 2
    Well. bad luck. Please provide additional info, how it fails, backtrace, what code you use to read that file... – Bruce Sep 16 '15 at 11:27
  • No Error message on the screen It just shows found on console window if found, if not it shows not found. – kirankumar Sep 16 '15 at 11:31
  • open (path) to read the file. – kirankumar Sep 16 '15 at 11:32
  • Is this recent error! which was working fine before! if yes then there are some updates installed in Windows 7 which have made python non working!! :( – MarmiK Sep 18 '15 at 12:41
  • You mean that when, win-7 updates this makes python non working is it so? – kirankumar Sep 19 '15 at 04:42
  • But, i am working on my machine on which the code is developed its working fine.... – kirankumar Sep 19 '15 at 05:56
  • if so,it is working fine on my machine on which the application is compiled and build making the changes in the code.if i remove the updates from the machine where the license file error is occurring,Does it work ? – kirankumar Sep 19 '15 at 06:30
  • its not possible to remove the installed updates,Is there any way to resolve this issue? – kirankumar Sep 22 '15 at 04:13

0 Answers0