Re: [staf-users] datetime module not found
[staf-users] datetime module not found Hello, I use STAX 3.4.3, and cannot find the Python module datetime, despite Jython 2.5.1 includes it as a built-in module, http://www.jython.org/docs/library/date
[staf-users] datetime module not found
Hello, I use STAX 3.4.3, and cannot find the Python module datetime, despite Jython 2.5.1 includes it as a built-in module, http://www.jython.org/docs/library/datetime.html. Both the following lines say that there is module called datetime: > from datetime import datetime import datetime I face