From: Sharma, G. <gir...@wu...> - 2016-03-09 04:05:12
|
Sorry Kloth, I used datetime only. While writing to you, I made a mistake. The order in my mainscript is: from Tkinter import * import numpy.core.multiarray import math as ma # maths operations import matplotlib.pyplot as plt # plotting import numpy as np # for arrays from scipy.integrate import ode # for integration if 0: import datetime ________________________________________ From: Jeremy Kloth <jer...@gm...> Sent: Tuesday, March 8, 2016 10:01 PM To: Sharma, Girish Cc: py2...@li... Subject: Re: [Py2exe-users] .exe file working on my computer but not other computers On Tue, Mar 8, 2016 at 8:50 PM, Sharma, Girish <gir...@wu...> wrote: > Hi Kloth, > > The same error persists even after adding 'import time'. The import needed is 'datetime'. -- Jeremy Kloth |