PyMVSBatch

--> -->
 
 
TypeError
Python 3.10.12: /usr/bin/python
Tue Jul 1 20:46:54 2025

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/nhaggin/semperubisububi.net/cgi-bin/breadcrumb.cgi in <module>
     55 
     56 
     57 if __name__ == '__main__':
     58     print('Content-Type: text/plain\n\n')
=>   59     genCrumbs()
genCrumbs = <function genCrumbs>
 /home/nhaggin/semperubisububi.net/cgi-bin/breadcrumb.cgi in genCrumbs()
     48                 continue
     49 
=>   50         crumbs.append('<a href="' + uri + '">' + crumb + '</a>')
     51 
     52     print('<div id="crumbs">')
crumbs = [], crumbs.append = <built-in method append of list object>, uri = 'http://www.semperubisububi.net/', crumb = b'Home'

TypeError: can only concatenate str (not "bytes") to str
      args = ('can only concatenate str (not "bytes") to str',)
      with_traceback = <built-in method with_traceback of TypeError object>

What is PyMVSBatch?

PyMVSBatch is an alternative to NIU's MVSBatch and MVSFtp batch-submission programs. It is written in Python, an object-oriented agile programming language available for all popular platforms.

PyMVSBatch requires Python 2.2.1 or later in order to run properly.

License

PyMVSBatch is released as free software under the GNU General Public License .

Documentation

A preliminary manual/users' guide is available.

Downloads

The current version is 0.99.

Bug Reports, Suggestions, Etc.

You may contact the maintainer of this software at nhaggin <at> freeshell <dot> org.