Re: [julia-users] Re: PySide QDateTime

2014-05-07 Thread Samuele Carcagno
On 08/05/14 00:23, Steven G. Johnson wrote: On Wednesday, May 7, 2014 6:37:02 PM UTC-4, Samuele Carcagno wrote: but when I try to convert it to a string with PySide I get: julia> QtCore["QDateTime"][:toString](QtCore["QDateTime"][:currentDateTime]()) ERROR: type: apply: expected

[julia-users] Re: PySide QDateTime

2014-05-07 Thread Steven G. Johnson
On Wednesday, May 7, 2014 6:37:02 PM UTC-4, Samuele Carcagno wrote: > > but when I try to convert it to a string with PySide I get: > > julia> > QtCore["QDateTime"][:toString](QtCore["QDateTime"][:currentDateTime]()) > ERROR: type: apply: expected Function, got PyObject > Maybe pycall(QtCo