Message5895

Author thijs
Recipients akong, njoyce, thijs, zyasoft
Date 2010-07-14.17:10:37
SpamBayes Score 3.5143304e-07
Marked as misclassified No
Message-id <1279127438.0.0.784096140909.issue1618@psf.upfronthosting.co.za>
In-reply-to
Content
Awesome, this seems to be fixed:

$ jython
Jython 2.5.2b1 (trunk:7078, Jul 14 2010, 18:47:14) 
[Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_20
Type "help", "copyright", "credits" or "license" for more information.
>>> impor pyamf
  File "<stdin>", line 1
    impor pyamf
         ^
SyntaxError: mismatched input 'pyamf' expecting NEWLINE
>>> import pyamf
>>> import optparse
>>> pyamf.register_package(globals(), package='flex.messaging.io')
{}
>>> globals()
{'pyamf': <module 'pyamf' from 'pyamf/__init__$py.class'>, '__doc__': None, 'optparse': <module 'optparse' from '/Volumes/Users/thijstriemstra/Sites/projects/opensource/jython-trunk/dist/Lib/optparse$py.class'>, '__name__': '__main__'}
>>>
History
Date User Action Args
2010-07-14 17:10:38thijssetmessageid: <1279127438.0.0.784096140909.issue1618@psf.upfronthosting.co.za>
2010-07-14 17:10:37thijssetrecipients: + thijs, zyasoft, akong, njoyce
2010-07-14 17:10:37thijslinkissue1618 messages
2010-07-14 17:10:37thijscreate