189 reputation
10
bio website
location
age
visits member for 2 years, 5 months
seen 23 hours ago
stats profile views 16

1d
awarded  Popular Question
Apr
15
comment Managing third party modules after upgrading Python
@CppLearner I guess even there they are not much recommending copy-paste. I better re-install them. Thanks.
Apr
15
comment Managing third party modules after upgrading Python
Thanks i will check that out. I am simply using it since it is recommended as the latest stable version for python. Thanks again
Apr
15
comment Managing third party modules after upgrading Python
@LTWorf I am using Windows 7, I have pip, but am not very comfortable using it. Though I have used it before, with help from SO. I do not use virtualenv
Apr
15
comment Managing third party modules after upgrading Python
@CppLearner I have a new Laptop, OS remains the same (win 7). The old libraries I was using continue to exist in the new laptop. But I installed the latest python version (v2.7.4) on the new laptop. Now i am trying to see if the old libraries can be copy-pasted to the new python version (i think it is not a good idea, based on discussion above). Also, it is not important for me to upgrade to latest python version. I can continue to use the old python version, if it makes life any easier.
Apr
15
comment Managing third party modules after upgrading Python
@CppLearner Yes even that should work for me, its not terribly important for me to have the latest python version
Apr
15
comment Managing third party modules after upgrading Python
@CppLearner actually I changed laptops recently, due to which i had to reinstall python. I have chosen the latest stable version 2.7.4, previously I was using version 2.7.x (I dont exactly remember which one). I write some utility scripts on python, and usually work with numpy/scipy.
Apr
15
comment Managing third party modules after upgrading Python
@CppLearner, Say if a module supports both python2.6 and python2.7, can i simply copy-paste it from site-packages (sorry if i sound dumb on this)?
Apr
15
comment Managing third party modules after upgrading Python
Difficult or no, it is surely time-consuming if there are many modules
Apr
15
asked Managing third party modules after upgrading Python
Apr
12
accepted Compare strings in excel vba
Mar
12
comment Compare strings in excel vba
This won't help for strings like ACBD,ADB
Mar
12
revised Compare strings in excel vba
added 199 characters in body
Mar
12
asked Compare strings in excel vba
Mar
5
awarded  Caucus
Feb
24
comment Get total length of videos in a particular directory in python
I took care of that, however, I just realized that I have been that I was running this script in Python 2.7 where as the script is made for Python 3, which could be the source of trouble.
Feb
24
comment Get total length of videos in a particular directory in python
Though this is not a complete answer, but this helped me in the crux of the matter. For anybody who looks at this question in the future, I also need to refer to stackoverflow.com/questions/2780897/python-sum-up-time in order to sum the individual times.
Feb
24
accepted Get total length of videos in a particular directory in python
Feb
24
comment Get total length of videos in a particular directory in python
Every time I run this routine, MI.Open(prefix+f) simply returns an integer 0L. Am I doing something wrong here? The only thing i change in your code is ` os.environ["windir"] + "\\Performance\\WinSAT\\" `, by a path in my local machine.
Feb
23
revised Get total length of videos in a particular directory in python
edited title