Discussion:
[Pyparsing] Difference between Mac and Windows?
mlist @dslextreme.com
2015-04-22 17:33:34 UTC
Permalink
I am seeing something strange. At first, I thought I was doing something
wrong, but now I wonder if it is a bug. I have my script (Dropbox
<https://www.dropbox.com/s/s4chl173yi4xyj8/foo.py?dl=0>) and when I run it
on a windows machine *.dump() *expands everything nicely. When I run the
same script on a Mac, it spews out a list *[[bunch o' data]]*. Has anyone
else seen this?
Paul McGuire
2015-04-22 21:07:27 UTC
Permalink
Please check what version of pyparsing you are running. I think your Mac has
an older version installed.

Python
import pyparsing
pyparsing.__version__
Should print 2.0.3

This latest version expands arrays of objects - older versions did not.

To get the latest version of pyparsing, use easy_install or pip.

-- Paul


-----Original Message-----
From: mlist @dslextreme.com [mailto:***@dslextreme.com]
Sent: Wednesday, April 22, 2015 12:34 PM
To: pyparsing-***@lists.sourceforge.net
Subject: [Pyparsing] Difference between Mac and Windows?

I am seeing something strange. At first, I thought I was doing something
wrong, but now I wonder if it is a bug. I have my script (Dropbox
<https://www.dropbox.com/s/s4chl173yi4xyj8/foo.py?dl=0>) and when I run it
on a windows machine *.dump() *expands everything nicely. When I run the
same script on a Mac, it spews out a list *[[bunch o' data]]*. Has anyone
else seen this?
----------------------------------------------------------------------------
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your
own process in accordance with the BPMN 2 standard Learn Process modeling
best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Pyparsing-users mailing list
Pyparsing-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyparsing-users


---
This email has been checked for viruses by Avast antivirus software.
http://www.avast.com

Loading...