Message4030

Author yanne
Recipients yanne
Date 2009-01-12.09:58:48
SpamBayes Score 2.3673822e-06
Marked as misclassified No
Message-id <1231754329.94.0.529862428688.issue1229@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.5b1 (trunk:5903:5905, Jan 9 2009, 16:01:29) 
[Java HotSpot(TM) Server VM (Sun Microsystems Inc.)] on java1.6.0_10
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.utime('README.txt', (1,1))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/jth/jython2.5b1/Lib/os.py", line 557, in utime
    atimeval = _to_timeval(times[0])
  File "/home/jth/jython2.5b1/Lib/os.py", line 574, in _to_timeval
    from org.jruby.ext.posix.util import Platform
ImportError: No module named jruby
>>>
History
Date User Action Args
2009-01-12 09:58:50yannesetrecipients: + yanne
2009-01-12 09:58:49yannesetmessageid: <1231754329.94.0.529862428688.issue1229@psf.upfronthosting.co.za>
2009-01-12 09:58:49yannelinkissue1229 messages
2009-01-12 09:58:48yannecreate