pipe2py icon indicating copy to clipboard operation
pipe2py copied to clipboard

A project to compile Yahoo! Pipes into Python (see it hosted on Google App Engine: http://pipes-engine.appspot.com)

Results 23 pipe2py issues
Sort by recently updated
recently updated
newest added

I need to help to export the yahoo pipes to python for a fee. If interested, please contact me by email: [email protected] thx.

when running the pipe, i always get the error "ValueError: could not convert string to float"

Apologies if there is a better place to post this, but I couldn't find one. When I attempt to run a pipe through http://pipes-engine.appspot.com/ the server returns a 500. I...

Hi, After pipe2py install (feedparser and simplejson are already installed), testing or compiling throws: python testbasics.py Traceback (most recent call last): File "testbasics.py", line 9, in from pipe2py import Context...

I have a Regex module call that replaces with a string that has multiple sub-fields in it: ``` ${img.title} and ${pubDate} ``` The regular expression that matches the field names...

e.g. 7f08cdb62621f878c6eca74154e502ff currently fails to parse The `if module['type'] == 'loop'` test in `_parse_pipe` should then check for `module['conf']['embed'] == None`, and then ensure the loop can emit/assign its input...

pipe 11278a7cb21e7964282dfe9a46f38837 I have a rename yahoo pipes module that looks like: ``` item.p.span.0 Rename title item.p.span.1 Rename description ``` `p.span` has two children. These are evaluated in this order,...

Hi, this is the error i get: ``` Traceback (most recent call last): File "testbasics.py", line 495, in test_fetchpage p = pipe2py.compile.parse_and_build_pipe(self.context, pipe_def) File "..../pipe2py/compile.py", line 298, in parse_and_build_pipe pb...

pipe 11278a7cb21e7964282dfe9a46f38837 Not sure how this should be handled. The generated python code seems to at least parse and recognize HTML comments as comments, but it doesn't seem to be...

From http://www.wordloosed.com/running-yahoo-pipes-on-google-app-engine/comment-page-1#comment-3975