Hi,
I downloaded source code and tried to run it from source.
I download python2.6 since some old libraries this software requires goes with only up to python2.6. But when I run python dicomplyer_app.py
I got the following error:
C:\dicompyler-source\dicompyler-1c4309763693>c:\Python26\python.exe dicompyler_a
pp.py
Traceback (most recent call last):
File "dicompyler_app.py", line 10, in <module>
import dicompyler.main
OverflowError: modification time overflows a 4 byte field
Does anyone has the same problem? What version of python do you use?
Thanks